executing-plans

Execute implementation plans in batches with review checkpoints and GSD tracking.

1|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/cinjoff/fhhs-skills --skill executing-plans-cinjoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/cinjoff/fhhs-skills/tree/main/skills/executing-plans
Command: npx skills add https://github.com/cinjoff/fhhs-skills --skill executing-plans-cinjoff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill 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 checkpoints.

Core Features & Use Cases

  • Batch Execution: Executes tasks in manageable batches, allowing for review between stages.
  • GSD Integration: Seamlessly integrates with the "Get Shit Done" project tracking system for state management.
  • Use Case: After a plan is created for a new feature, this skill can be used to systematically build out the feature, with the developer reporting progress and seeking feedback after each batch of tasks.

Quick Start

Use the executing-plans skill to implement the plan located at 'docs/plans/feature-x.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 development plan with review checkpoints?

Automating development plan execution requires systematically processing written plans in batches with critical review stages. This approach manages task execution sequentially, reporting progress and seeking feedback after each batch.

Do I need git worktrees to execute implementation plans in batches?

Yes, git worktrees are required to execute implementation plans. They provide isolated development environments necessary for managing batch execution and ensuring systematic task completion without conflicts.

How does batch execution integrate with GSD project tracking?

Batch execution integrates with GSD project tracking for state management and updates. As tasks are completed in batches, the system automatically reports progress and updates the project state to reflect current development status.

What is the best way to manage state updates when executing a written implementation plan?

Managing state updates during implementation plan execution is best handled through GSD project tracking integration. The system updates project state automatically as batches are executed and reviewed, ensuring systematic progress tracking.

Can I execute tasks in a separate session and pause for critical review?

Yes, you can execute tasks in a separate session with critical review checkpoints. The execution process pauses between manageable batches of tasks, allowing for feedback and review before proceeding to the next stage.