What problem does it solve? Codebase audits often produce vague advice that dies in the conversation where it was found. This Skill surveys a repository like a senior advisor, vets every finding against the actual code, and produces prioritized, fully self-contained implementation plans that a separate, less-capable agent can execute without any of the original session context. ## Core Features & Use Cases - Read-only multi-category audit: Fans out parallel subagents across nine categories (correctness, security, performance, test coverage, tech debt, migrations, DX, docs, product direction) with quick/standard/deep effort levels, while never modifying source code. - Handoff-grade plan generation: Writes plans under plans/ with inlined code excerpts, verification commands, scope boundaries, STOP conditions, drift checks, and machine-checkable done criteria. - Execution loop: Variants like execute <plan> dispatch an isolated-worktree executor subagent and review its diff, reconcile keeps the plan backlog current, and --issues publishes plans as GitHub issues. - Use Case: Point it at a legacy service and ask for a security audit; it returns a vetted findings table, then writes ordered plans (e.g., add characterization tests before refactoring module X) that a cheaper executor model can carry out step by step. ## Quick Start Ask the agent to audit this repository with the improve skill and turn the top findings into executable plans.