What problem does it solve? It hands off implementation of a checked-in ExecPlan to Cursor Agent when the user explicitly requests Cursor, avoiding vague chat-based delegation and unmanaged long-running agent sessions. ## Core Features & Use Cases - Controlled Delegation: Launches cursor-agent with a stable implementation prompt, defaulting to the composer-2.5 model, only when Cursor is explicitly requested. - Scoped Execution: Supports whole-plan or single-milestone implementation, optional isolated Git worktrees, and extra user instructions passed through to Cursor. - Verified Continuation: Tracks live sessions, verifies worktree checkouts via Git, reconciles ExecPlan progress records, and continues remaining work without duplicate launches. - Use Case: A user with a committed ExecPlan in plans/feature.md asks to implement it with Cursor; the skill runs the bundled launcher, monitors the session, validates results, and reports files changed and remaining items. ## Quick Start Ask the agent to implement the ExecPlan at plans/feature.md using Cursor Agent and report the changed files and validation results.