What problem does it solve? Codebases often lack up-to-date architecture documentation, forcing new contributors to reverse-engineer the system from source files. This Skill synthesizes README, CLAUDE.md, project structure, and key source files into a cohesive prose design document at docs/design.md. ## Core Features & Use Cases - Codebase Synthesis: Reads entry points, core modules, data models, and dependency manifests to build an accurate mental model of the system. - Living Document Updates: Preserves accurate sections of an existing docs/design.md while revising stale parts as the project evolves. - Structured Template: Produces sections for Overview, Goals and Non-Goals, Architecture, Data Flow, Key Design Decisions, Dependencies, and Open Questions. - Use Case: After a major refactor, ask for a design doc refresh so new team members can understand the system in 15 minutes instead of reading every file. ## Quick Start Ask the assistant to generate a design document for this project and write it to docs/design.md.