What problem does it solve? Multi-file code changes often go wrong through checkpoint implementation (re-confirming settled decisions) or unchecked autonomy (one wrong assumption propagating through every file). This Skill runs a decided change to completion in one disciplined pass with orientation, dependency ordering, proof, and fresh-eyes review. ## Core Features & Use Cases - Activation gate: Counts risk facts (file count, dependencies, public signatures, persisted formats, security boundaries) to decide between direct edits and the full implementation loop. - Ordered build loop: Orients via the exo:explorer agent, draws dependency edges between edits, settles the workspace and baseline, then builds in dependency order with idempotent edits. - Proof and test-first routes: Requires failing-before/passing-after test evidence for risky changes, with a dedicated TDD cycle for test-first requests and bugs with reproductions. - Fresh-eyes review and commit: Dispatches a separate-context reviewer on the diff, fixes findings, then commits in Conventional Commits and reports goal, proof, and open actions. - Use Case: After a planning step decides to add a new API endpoint touching four files plus a schema migration, invoke this Skill to orient, order the edits, apply the data-migration and test-design guidance, prove the change with tests, review the diff, and commit. ## Quick Start Ask the AI to implement the decided change, for example: implement the new rate-limit middleware across the router, config, and tests using the implementing-batch workflow.