Use when starting a new feature, module, or component. Forces architecture-first planning — generates dependency map and implementation plan before any code is written.
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Use when starting a new feature, module, or component. Forces architecture-first planning — generates dependency map and implementation plan before any code is written.
/scaffold
Before writing any code:
Read .raven/manifest.json — confirm stack
Read .raven/architecture.md — understand current system
Ask: "What are you building?" (one sentence)
Generate:
Dependency map — what this touches, what it needs
File structure — files to create, max 150 lines each
Implementation sequence — order of operations
Risk flags — anything that could break existing components
Output plan. Wait for confirmation before writing a single line.