What problem does it solve? New projects lack the structured knowledge layer (CLAUDE.md routing map, docs/ directory, .gitignore rules) that AI agents need to navigate a codebase reliably, and hand-creating this scaffolding is repetitive and error-prone. ## Core Features & Use Cases - Map-Style CLAUDE.md Generation: Creates a concise routing table with hard constraints and workflow tips, keeping the file under 100 lines instead of an encyclopedia. - Minimum Viable docs/ Skeleton: Scaffolds ARCHITECTURE.md, QUALITY_SCORE.md, design-docs index, and exec-plans directories with "last updated" dates. - Project-Type Tailoring: Adjusts initialization scope for single-file scripts, small/medium/large applications, and monorepos, with per-tech-stack templates for Node.js, Python, Go, Rust, Java, PHP, Ruby, C#, Dart, and Elixir. - Use Case: You clone a FastAPI microservice with no agent-facing documentation. Run this Skill to analyze the project, generate a CLAUDE.md routing table pointing to a fresh docs/ skeleton, and append Python .gitignore rules, then verify with a 6-item checklist. ## Quick Start Initialize the harness structure for this project by generating a CLAUDE.md map, docs/ skeleton, and updated .gitignore rules.