executing-plans

Execute implementation plan batches with mandatory human review checkpoints.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/runecalico-ai/second_edition_spellbook --skill executing-plans-runecalico-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/runecalico-ai/second_edition_spellbook/tree/main/.cursor/skills/executing-plans
Command: npx skills add https://github.com/runecalico-ai/second_edition_spellbook --skill executing-plans-runecalico-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires using-git-worktrees, writing-plans, finishing-a-development-branch.

What problem does it solve?

This Skill provides a structured and safe way to execute a pre-written implementation plan, ensuring critical review and batch processing to minimize risk and maximize clarity.

Core Features & Use Cases

  • Batch Execution: Tasks are executed in small, manageable batches (defaulting to the first three).
  • Review Checkpoints: After each batch, the implemented work and verification output are presented for human review before proceeding.
  • Error Handling: Provides clear guidance on when to stop execution and ask for help if blockers or misunderstandings occur.
  • Use Case: You have a detailed plan to refactor a specific module. You can use this Skill to execute the plan step-by-step, getting feedback after each set of changes, ensuring the refactoring is done correctly and safely.

Quick Start

Use the executing-plans skill to execute the first batch of tasks from the provided plan.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute a development plan in batches with mandatory review checkpoints?

Batch execution of a development plan processes tasks in small groups, defaulting to the first three, and presents verification output for human review before proceeding to the next batch.

What is the safest way to manage task execution and verification for a complex refactoring plan?

Safe task execution for refactoring plans is achieved by implementing changes iteratively and enforcing mandatory review checkpoints between batches to minimize risk and maximize clarity.

Do I need a written implementation plan before starting batch processing of development tasks?

Yes, a written implementation plan is required as input. The batch processing mechanism executes pre-defined tasks sequentially and relies on the plan to manage execution and reporting.

How does this workflow handle errors or blockers during code execution?

Error handling during code execution provides clear guidance to stop the automated execution immediately and ask for human help if blockers, errors, or misunderstandings occur.

Does executing a plan step-by-step require git worktrees and a specific branch finishing process?

Yes, executing a plan step-by-step requires explicit use of dependent skills like using-git-worktrees and finishing-a-development-branch to ensure a complete and safe development workflow.