executing-plans

Execute implementation plans in batches with review checkpoints and progress reports.

Updated Nov 13, 2025
One-click install
npx skills add https://github.com/466852675/TISHICIKU-2025 --skill executing-plans-466852675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/466852675/TISHICIKU-2025/tree/main/07-Skill%E5%BA%93/executing-plans
Command: npx skills add https://github.com/466852675/TISHICIKU-2025 --skill executing-plans-466852675

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires superpowers:using-git-worktrees, superpowers:writing-plans, superpowers:finishing-a-development-branch, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of pre-defined implementation plans, ensuring tasks are completed systematically with regular review points to maintain quality and alignment.

Core Features & Use Cases

  • Batch Execution: Executes tasks in manageable batches, preventing overwhelm and allowing for focused work.
  • Critical Review: Prompts for critical review of the plan before execution and between batches.
  • Checkpoint Reporting: Reports progress and verification results at each checkpoint, awaiting feedback.
  • Use Case: Implement a complex feature by breaking it down into a plan, then use this Skill to execute each part, getting feedback before moving to the next, ensuring the final implementation meets requirements.

Quick Start

Use the executing-plans skill to execute the plan located in the file 'implementation_plan.md'.

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 workflow plan in batches with review checkpoints?

Executing an implementation plan with checkpoints involves breaking the code implementation into manageable batches, completing each batch, and prompting for critical review between stages to ensure the final development workflow meets requirements.

What is the best way to manage task execution and get feedback between development stages?

Batch execution automates the progression of pre-defined implementation plans, completing manageable task groups, performing verifications, and prompting for critical human review between stages to maintain quality and alignment.

Do I need a written implementation plan before starting batch execution?

Yes, you need a written implementation plan before starting batch execution, as the structured task management process requires pre-defined steps to adhere to during development. You provide a file like 'implementation_plan.md' to initiate the workflow.

Can I use git worktrees when executing plans with checkpoints?

Yes, you can use git worktrees when executing plans, as the execution workflow integrates with git worktree management to isolate development branches while running batch executions and reporting progress at checkpoints.

How does checkpoint reporting work during code implementation?

Checkpoint reporting pauses the execution of an implementation plan after a batch of tasks, performs verifications, and outputs a progress report that awaits human feedback before continuing to the next development stage.

Why should I use batch execution for complex feature implementation instead of running the whole plan at once?

You should use batch execution for complex feature implementation to prevent overwhelm, allow focused work on manageable task groups, and ensure critical review checkpoints catch alignment issues before moving to the next stage.