Use when starting a new feature, module, or component. Forces architecture-first planning — generates dependency map and implementation plan before any code is written.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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.