What problem does it solve? Running a large approved implementation plan by hand means repeatedly invoking slice execution, checking safety conditions, and deciding when to stop, which is slow and error-prone across long sessions. This Skill drives an approved, waved IMPLEMENTATION_PLAN through a bounded autonomous delivery track with little supervision while never merging code on its own. ## Core Features & Use Cases - Bounded autonomous execution: Dispatches each plan slice to implement-approved-slice as the single writer, bounded by a runtime governor (token/cost ceiling, max-iteration, wall-clock timeout) and a STOP sentinel file. - Escalation routing: Classifies every slice and halts the wave on boundary changes (schema, contract, migration, security) or any test/eval file touch, surfacing them to the human gate instead of auto-advancing. - Dual preconditions and evidence: Refuses to run without an approved plan and a BOOT readiness verdict, and writes an EVIDENCE_MANIFEST.md indexing every verification artifact produced. - Use Case: After approve-plan and autonomous-readiness pass on a multi-wave plan, run this Skill in one supervised session to produce PROPOSED diffs for each safe slice, then route them to approve-proposed and review-hard for the human merge. ## Quick Start Run the autonomous delivery track on my approved implementation plan in the active task folder and stop at any slice that touches tests or boundaries.