What problem does it solve? Starting a new project from a loose idea, chat transcript, or spec often produces inconsistent boilerplate and documentation that a fresh agent or developer cannot act on without re-deriving context. This Skill turns any input into a working, tested repository skeleton whose docs are written for agents first. ## Core Features & Use Cases - Brief-driven scaffolding: Extracts purpose, stack, constraints, and non-goals from prompts, prior conversations, and documents before writing any files. - Minimal-but-runnable skeleton: Creates dependency manifests, an entry point, a passing test, lint config, and an initial git commit, then verifies install, test, and run commands actually work. - Agent-facing documentation: Generates AGENTS.md, ARCHITECTURE.md, CONVENTIONS.md, and ROADMAP.md with verified copy-paste commands and a layout map. - Use Case: Paste a product spec and ask for a project; receive a git-initialized repo where tests pass and AGENTS.md lets a cold-start agent build, test, and extend the code immediately. ## Quick Start Turn this specification document into a fully scaffolded repository with agent-facing documentation and a verified runnable skeleton.