Use when starting a new feature, module, or component. Forces architecture-first planning — generates dependency map and implementation plan before any code is written.
Instalación
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.