implement-plan

Automate multi-phase plan execution with reviews and git-state checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ian97531/goodplan --skill implement-plan-ian97531
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan
Source: https://github.com/ian97531/goodplan/tree/main/skills/implement-plan
Command: npx skills add https://github.com/ian97531/goodplan --skill implement-plan-ian97531

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating the complete, multi-phase plan execution is complex and error-prone. This skill automates the implement-review-iterate loop, coordinating planning, research, reviews, and controlled commits across all phases.

Core Features & Use Cases

  • End-to-end plan execution: orchestrates every phase from load to commit.
  • Integrated review cycle: automatically spawns generalist and domain-specific reviewers, syntheses, and iteration management.
  • Research and verification support: coordinates pre-implementation research and post-implementation verification.
  • Git-state aware: ensures a clean state, tracks changes, and commits only planned modifications.

Quick Start

Initiate a plan execution with the /implement-plan command and specify the plan path, letting the system manage iterations, checks, and commits.

Frequently Asked Questions about implement-plan

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

FAQPage Schema
How do I automate end-to-end plan execution across multiple phases?

End-to-end plan execution is automated by orchestrating the load, research, review, and commit phases with a controlled iteration loop. This coordinates multi-agent workflows and staged verification to implement plans systematically.

How does multi-agent orchestration work during plan implementation?

Multi-agent orchestration during plan implementation works by automatically spawning generalist and domain-specific reviewers. These agents synthesize feedback and manage iterative refinement across all execution phases.

Can I use a plan directory for staged verification before committing changes?

Yes, you can specify a plan directory for staged verification before committing changes. The system loads decisions from the path, performs plan-wide verification, and ensures a clean git-state before committing only planned modifications.

What is the best way to manage an implement-review-iterate loop for complex plans?

The best way to manage an implement-review-iterate loop is using an orchestrator that coordinates planning, research, reviews, and controlled commits. This automates the cycle across all phases to reduce coordination errors.

Do I need a clean git-state before starting automated plan execution?

Yes, you need a clean git-state before starting automated plan execution to ensure accurate change tracking. The workflow checks git status, tracks modifications, and commits only the planned changes after final verification.