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.