What problem does it solve?
It sets up a consistent /docs documentation structure so a project’s architecture, research, reference material, and ongoing work have clear, discoverable home folders.
Core Features & Use Cases
- Idempotent docs scaffolding: creates
docs/ and key subdirectories (architecture/, analyzes/, reference/, work/) plus canonical README.md files without overwriting existing content.
- Brownfield onboarding assist: detects an existing codebase and optionally runs Claude Code’s built-in
/init to generate CLAUDE.md so the workspace is immediately AI-ready.
- Doc convention seeding: lays down a documentation layout that supports downstream skills like
/product-spec, /discover, and /atomize.
Quick Start
Ask Claude Code to run the kickoff skill for the current repository by saying: "Run the kickoff skill to initialize the /docs directory for this project."