executing-plans

Execute implementation plans with review checkpoints between task batches.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill executing-plans-geargrindadmin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/Geargrindadmin/gg-agentic-harness/tree/main/.agent/skills/executing-plans
Command: npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill executing-plans-geargrindadmin

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 checkpoints to maintain quality and alignment.

Core Features & Use Cases

  • Structured Task Execution: Executes tasks defined in a plan sequentially, in batches.
  • Checkpoint Reviews: Pauses execution between batches for human review and feedback.
  • Autonomous Mode: Can execute entire plans without interruption when orchestrated.
  • Use Case: A developer has a detailed plan to implement a new feature. This Skill will execute the plan step-by-step, reporting progress and awaiting approval before proceeding to the next set of tasks, ensuring the implementation aligns with the intended design.

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 automate the execution of a written development plan?

Automate development plan execution by loading a markdown plan file into the executing-plans skill. It processes tasks sequentially in batches, pausing at defined checkpoints for human review and feedback before proceeding.

How do checkpoint reviews work during workflow execution?

Checkpoint reviews pause workflow execution between task batches to allow human review and feedback. This ensures critical steps like verification and sub-skill invocation are followed before proceeding to the next set of tasks.

Can I run an implementation plan autonomously without manual approval?

Run implementation plans autonomously by using conductor orchestration. This mode executes the entire plan without interruption, bypassing the interactive batch execution checkpoints to complete tasks continuously.

What is the best way to ensure complex feature implementation follows the intended design?

Ensure feature implementation aligns with intended design by executing a detailed plan step-by-step with built-in review checkpoints. This structured task execution reports progress and awaits approval between batches.

Do I need a specific file format to execute plans with checkpoints?

Provide a written implementation plan file, such as a markdown document at a specified path, to execute plans with checkpoints. The skill loads this pre-written plan to begin structured sequential task execution.

Why does my plan execution pause between task batches?

Plan execution pauses between task batches because checkpoint reviews are enabled for interactive batch execution. This design ensures critical steps like verification and sub-skill invocation are reviewed before proceeding.