What problem does it solve? Multi-file features and risky changes (schema migrations, renames, dependency bumps) often start coding without a verified path, causing broken builds, missed callers, and rework. This Skill turns a goal into an execution contract: an evidence-based file inventory, ordered steps that keep the tree green, per-criterion test commands, a risk register, and a rollback path. ## Core Features & Use Cases - File-level execution plans: Produces a plan naming every file that changes, sequenced so each step leaves the repo building and testable, with exact verification commands per step. - Risk and rollback management: Isolates migrations and renames onto dedicated reversible steps, and binds every acceptance criterion to an observable check. - Absorbed reference guidance: Routes to nine reference files covering spec-driven development, incremental slicing, PM spec writing, effort estimation, retrospectives, and Conductor track management. - Use Case: Before adding an idempotent "resend receipt" endpoint, run this Skill to inventory affected files via git grep, sequence the migration separately from the code change, and ship a plan another engineer or agent can execute without follow-up questions. ## Quick Start Ask the AI to create an implementation plan for your feature that lists every file to change, ordered steps with verification commands, risks, and a rollback path.