What problem does it solve? Executing a written implementation plan manually risks skipped steps, missed verifications, and uncontrolled deviations. This Skill enforces a disciplined batch-execution workflow with checkpoints so plans are implemented faithfully and reviewed incrementally. ## Core Features & Use Cases - Batch Execution with Checkpoints: Executes tasks in batches (default 3), then pauses to report results and await feedback before continuing. - Task Persistence: Loads and syncs task state from a <plan-path>.tasks.json file co-located with the plan, enabling session resumption. - Deviation Rules: Distinguishes auto-fixable local issues (typos, wrong import paths) from cross-task changes that must be escalated to the user. - Use Case: You have a written implementation plan from a prior planning session. Use this Skill to load it, execute the first batch of tasks with verifications, report results, and iterate until completion. ## Quick Start Use the executing-plans skill to implement the plan in thoughts/shared/plans/my-feature.md, executing tasks in batches and reporting after each batch.