What problem does it solve? Approved implementation plans often drift from repository reality during execution, causing scope creep, unverified completion claims, and lost work. This Skill enforces disciplined plan execution by reconciling plan state against Git evidence, verifying each task before advancing, and preserving unrelated user changes. ## Core Features & Use Cases - Plan-Git Reconciliation: Reads workflow state from the plan and validates it against current Git evidence, blocking on mismatch instead of inferring progress. - Bounded Task Execution: Executes one task at a time with focused verification, diff inspection for scope growth, and explicit divergence handling. - Executor Coordination: Resolves executor and template profile values for Git-tracked coordinated work across Codex, DeepAgents, and Tura runtimes. - Use Case: A lead controller agent resumes a partially completed multi-task plan, reconciles the task ledger against the current branch state, executes the next unblocked task with focused tests, and hands off to completion verification. ## Quick Start Execute the approved implementation plan in docs/plans/current-plan.md, verifying each task against repository evidence before marking it complete.