What problem does it solve?
Bootstrap a fresh polyglot monorepo (or a new component within an existing one) by distilling an opinionated spec library into a tailored AGENTS.md (and a CLAUDE.md pointer) and by laying down an empty folder skeleton, so teams can start from a guided, governance-ready baseline without manually stitching specs into memory.
Core Features & Use Cases
- Reads the specs/ directory and writes a concise AGENTS.md at the project root that captures the project’s orientation, roles, and pipelines without copying full specs.
- Writes a single CLAUDE.md pointer so Claude Code auto-loads the new memory state.
- Generates a minimal skeleton: README, .gitignore, .env.example, AGENTS.md, CLAUDE.md, and an empty root structure for a quick start.
- Supports both monorepo bootstraps and new-component scaffolds, enabling a quick hand-off to the /day workflow for code generation.
Quick Start
Bootstrap a new monorepo with /scaffold by answering the prompts, then run /day to start implementing against the generated AGENTS.md.