executing-plans

Execute implementation plans in batches with human review checkpoints.

134|12|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/6BNBN/FlowPilot --skill executing-plans-6bnbn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/6BNBN/FlowPilot/tree/main/%E5%85%BC%E5%AE%B9codex%40cursor%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E6%8A%80%E8%83%BD/codex%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E6%8A%80%E8%83%BD/.codex-home-claude-parity/skills/executing-plans
Command: npx skills add https://github.com/6BNBN/FlowPilot --skill executing-plans-6bnbn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of pre-written implementation plans, ensuring tasks are completed systematically with built-in review points.

Core Features & Use Cases

  • Batch Execution: Implements tasks in manageable batches, preventing overwhelm.
  • Checkpoint Reviews: Pauses execution between batches for human review and feedback.
  • Verification: Ensures each task is completed and verified according to the plan.
  • Use Case: A developer has a detailed plan to refactor a module. This Skill can execute the plan step-by-step, allowing the developer to review the code changes after each batch of tasks before proceeding.

Quick Start

Use the executing-plans skill to load and execute the plan located at /path/to/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 plan step by step with code review checkpoints?

Batched plan execution with mandatory human review checkpoints ensures tasks are executed sequentially, verified, and reported for feedback between batches before proceeding to the next set of tasks.

How do I automate task execution for a markdown implementation plan?

You can load and execute a pre-defined implementation plan located at a specified markdown file path to automatically complete development tasks in manageable batches.

Can I use git worktrees for isolated development during plan execution?

Yes, the plan execution process integrates with git worktrees for isolated development, allowing you to execute tasks in a separate working directory without affecting the main branch.

What is the best way to manage a large code refactoring plan without getting overwhelmed?

Batch execution implements tasks in manageable batches, preventing overwhelm by pausing execution between batches for human review and feedback before proceeding to the next set of tasks.

Do I need a pre-written implementation plan to use batched task execution?

Yes, you need a detailed pre-written implementation plan to load and execute, as the process automates the execution of pre-written plans step-by-step rather than generating them.

How do I finalize a development branch after completing a plan execution?

The process integrates with finishing-a-development-branch for finalization, ensuring the completed tasks are properly merged and finalized after all batched execution and reviews are done.