scaffold-project
Installation
SKILL.md
Scaffold Project
Generate a new project skeleton on disk. The skeleton is empty but fully wired: every package compiles, the DI container boots, and / serves hello-world. From there the user hands off to domain-specific skills.
Workflow overview
- Interview — ask the user in batches (see
references/interview.md). - Confirm — show the resolved config + file tree, ask "proceed or revise".
- Generate — for each selected layer, read
.tmplfiles fromassets/, substitute placeholders, write with theWritetool. - Print checklist — next-step commands and which specialized skill to invoke next.
Guardrails
Read these before writing anything: