scaffold
Use when creating a new project from stack.json technology decisions. Runs framework CLIs, installs dependencies, configures tooling, and produces a ready-to-develop project. Used by fresh-project orchestrator or standalone.
| Model | Source |
|---|---|
| sonnet | pack: fresh-project |
Tools: Read, Glob, Grep, Bash, Write, Edit, Task, Skill
Full Reference
Scaffold
Section titled “Scaffold”Creates a real, configured project from technology decisions in .claude/stack.json. Not templates — actual CLI-scaffolded, fully-configured projects verified by a working dev server. Used by the fresh-project orchestrator (Phase 3) or invoked standalone when a stack.json already exists. If stack.json references a technology without an armadillo reference skill, the scaffold skill generates one on-demand via writing-reference-skills before continuing.
Quick Reference
Section titled “Quick Reference”| Item | Value |
|---|---|
| Input | .claude/stack.json |
| Output | Working project + initial git commit |
| Install rule | Official CLIs only — no manual boilerplate |
| Verification gate | Dev server must start before declaring complete |
| Global installs | Never — use npx or pnpm dlx |
| State file update | fresh-project.json scaffold → complete |
Announcement
Section titled “Announcement”┏━ ⚡ scaffold ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ creating project from stack decisions ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Reference Index
Section titled “Reference Index”| I want to… | File |
|---|---|
| Know the correct install sequence (framework first, git last) | reference/installation-order.md |
| Understand the full process, rules, and on-demand skill generation | reference/process-and-rules.md |
Usage: Read the reference file matching your current task from the index above. Each file is self-contained with code examples and inline gotchas.