What problem does it solve?
Code changes often grow into sprawling refactors, duplicate mechanisms, or speculative abstractions that add risk without delivering the requested outcome. This Skill enforces a disciplined, evidence-backed workflow that delivers one approved change with the fewest concepts, files, and lines while removing superseded code.
Core Features & Use Cases
- Solution Rung Ladder: Systematically tests NO_CHANGE, DELETE_OR_CONFIGURE, REUSE_LOCAL, USE_PLATFORM_OR_STDLIB, REUSE_INSTALLED, ADOPT_DEPENDENCY, and MINIMAL_CUSTOM before writing new code.
- Evidence-Based Checklist: Tracks every workflow item as PENDING, PROVEN, CLEARED, or UNPROVEN, requiring concrete verification through repository build, lint, type, and test gates.
- Test Portfolio Decisions: Maps each acceptance requirement to KEEP, ADD, UPDATE, MERGE, DELETE, or NO_TEST actions so testware stays proportionate to real risk.
- Use Case: A product manager approves a bug fix for a checkout flow. The Skill traces the runtime path, finds the owning cause, fixes it once using an existing repository helper, removes the obsolete workaround, and reports a DELIVERED verdict with acceptance traceability.
Quick Start
Ask the agent to implement a specific approved change, for example: implement the approved fix for the duplicate order confirmation email using the smallest complete solution and report the verdict.