What problem does it solve? When a codebase grows under multiple agents or contributors, implemented features can drift away from the architectural blueprint, leaving orphaned code, unimplemented sections, and undocumented dependencies. This Skill performs a structured architectural audit so misalignment is caught before a major commit. ## Core Features & Use Cases - Blueprint Alignment Audit: Classifies each implemented feature in src/ as ALIGNED, ORPHANED, or DEVIATED relative to architect.md. - Coverage and Ambiguity Checks: Flags blueprint sections with no implementation and vague sections that are unsafe to implement. - Dependency and Risk Review: Verifies new dependencies have DECISIONS.md entries and produces a Top 3 architectural risks list with recommended P-## tasks. - Use Case: Before merging a large feature branch, run the audit to confirm every new module is covered by the blueprint and record an ARCH_AUDIT stamp in the project review log via MCP. ## Quick Start Ask the AI to run an architectural review auditing the current codebase against the blueprint before the next major commit.