implement-plan

Execute implementation plans phase by phase with automated verification at each milestone.

4|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/carterbs/agent-config --skill implement-plan-carterbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan
Source: https://github.com/carterbs/agent-config/tree/main/plugins/brad-personal/skills/implement-plan
Command: npx skills add https://github.com/carterbs/agent-config --skill implement-plan-carterbs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables systematic, phase-by-phase implementation of technical plans with built-in verification to ensure progress is measured against defined success criteria.

Core Features & Use Cases

  • Phase-by-phase execution with automated verification
  • Milestone-driven commits and progress reporting
  • Explicit phase gating with required user confirmation before advancing

Quick Start

Load the plan file thoughts/shared/plans/YYYY-MM-DD-*.md and execute each phase with automated verification at every milestone.

Frequently Asked Questions about implement-plan

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

FAQPage Schema
How do I execute a multi-phase implementation plan with automated verification?

The system loads a plan file from thoughts/shared/plans and processes each phase sequentially. It performs automated verification against explicit success criteria at every milestone before advancing to the next phase.

What is phase-gated implementation and how does it work for structured rollouts?

Phase-gated implementation executes changes in sequential stages, requiring explicit user confirmation before advancing. It performs per-phase changes, commits with descriptive messages, and generates phase-gate prompts to ensure progress is measured against defined success criteria.

How do I load and run a plan file from thoughts/shared/plans?

To load and run a plan, reference the markdown file in thoughts/shared/plans following the YYYY-MM-DD-*.md naming convention. The system executes each phase with automated verification and generates milestone-driven commits with descriptive messages.

Can I use automated milestone verification for projects with structured rollout and testing procedures?

Yes, automated milestone verification is designed for projects with multi-phase features, structured rollout, and testing procedures. It ensures progress is explicitly measured against success criteria at each phase gate before advancing.

Does phase-by-phase execution support descriptive commit messages for progress reporting?

Yes, phase-by-phase execution supports milestone-driven commits with descriptive messages. This provides clear progress reporting by tying each commit to the specific phase changes and automated verification results.