executing-plans

Executes written implementation plans in task batches with review checkpoints.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Emmanuel-R8/aikos --skill executing-plans-emmanuel-r8
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Emmanuel-R8/aikos/tree/main/.cursor/skills/executing-plans
Command: npx skills add https://github.com/Emmanuel-R8/aikos --skill executing-plans-emmanuel-r8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Executing a written implementation plan in a fresh session often leads to skipped steps, missed verifications, and no structured review points. This Skill enforces a disciplined batch-execution workflow with checkpoints so plans are followed exactly and reviewed between batches. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before any implementation begins. - Batch Execution with Checkpoints: Executes tasks in batches (default 3), marking progress with TodoWrite, running specified verifications, then pausing for feedback. - Blocker Handling: Stops immediately on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You have a written implementation plan from a planning session. Use this Skill in a separate session to execute it task-by-task, report results after each batch, and hand off to a branch-finishing workflow when complete. ## Quick Start Use the executing-plans skill to implement the plan in my plan file, executing tasks in batches and pausing for my review between batches.

Frequently Asked Questions about executing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute an implementation plan in a separate session?▼

Load the plan file, review it critically and raise concerns before starting, then execute tasks in batches of three with TodoWrite tracking. After each batch, report what was implemented with verification output and wait for feedback before continuing.

How to run plan tasks with review checkpoints?▼

Execute the default batch of the first three tasks, marking each in_progress then completed after running its specified verifications. When the batch finishes, show the implementation and verification output, say ready for feedback, and wait before starting the next batch.

What should I do when a plan task is blocked or unclear?▼

Stop executing immediately when you hit a blocker, unclear instruction, or repeated verification failure. Ask your human partner for clarification rather than guessing, and return to plan review if the fundamental approach needs rethinking.

Can I start plan implementation on the main branch?▼

No. Never start implementation on main or master without explicit user consent. The workflow requires setting up an isolated workspace first, using the using-git-worktrees skill before executing any plan tasks.

What happens after all plan tasks are complete?▼

After all tasks complete and pass verification, the workflow hands off to the finishing-a-development-branch skill. That sub-skill verifies tests, presents completion options, and executes the chosen option to close out the development work.