What problem does it solve? After installing agent workflow commands into a project, the commands need a documentation layer (references/SKILL.md, conventions.md, architecture.md) to read from — this Skill either wires the commands into docs the project already has, or builds that layer from the real codebase. ## Core Features & Use Cases - Mode detection: Automatically detects adopt mode (project already has references/SKILL.md) versus init mode (no doc layer yet) without re-asking the user. - Adopt workflow: Maps existing docs to the three contract paths, then points, moves, or writes bridge docs without duplicating content. - Init workflow: Generates references/SKILL.md, architecture.md, conventions.md, and a feature-doc template, with every claim verified against actual files via ls or grep. - Use Case: After running install.sh in a new repository, run /setup so the agent reads your codebase and produces a verified routing index and conventions doc that /plan, /build, and /inspect can rely on. ## Quick Start Run /setup in your project right after install.sh and let the agent detect the mode and prepare the references documentation layer.