What problem does it solve? Existing projects often lack durable documentation that captures intent, constraints, and decisions that code alone cannot express, leaving future agents and developers without reliable project memory. ## Core Features & Use Cases - Codebase Scanning: Reads directory structure, code patterns, existing docs, external dependencies, and git history to build a technical manifest of the project. - Guided Elicitation: Asks the user targeted questions to extract domain knowledge, business invariants, and security policies that code cannot reveal. - Harness Generation: Produces CLAUDE.md / AGENTS.md entry files, a seven-document docs/ set with ADRs, and per-module AGENTS.md files, verified by an independent review subagent. - Use Case: Point the skill at a legacy repository with no documentation; it scans the code, interviews you about business rules, and generates a complete documentation harness ready to commit. ## Quick Start Invoke the migration skill on your existing git project and answer its questions to generate the full documentation harness.