What problem does it solve? Implementation plans often defer review until the end, letting architectural mistakes, broken contracts, or invalid assumptions propagate into dependent tasks where fixes become expensive. This Skill adds targeted review gates at the points where failure would cause the most downstream damage. ## Core Features & Use Cases - Risk-Based Checkpoint Placement: Identifies foundational, irreversible, cross-cutting, or contract-boundary work and places review gates before dependent tasks expand on it. - Decision-Oriented Gates: Defines for each checkpoint the decision question, required evidence, review mechanism, owner role, and explicit continue/revise/replan/waive outcomes. - Dependency Protection: Maps which downstream tasks are blocked by each gate and which work can safely proceed in parallel. - Use Case: Given a 20-task implementation plan for a new API with a data migration, use this Skill to insert a contract-test checkpoint after the schema task and a rollback-proof checkpoint after the migration, before any consumers are built. ## Quick Start Use the implementation-checkpoint-planner to add evidence-based review gates to this implementation plan and show which tasks each checkpoint blocks.