implement-plan

Execute approved implementation plans and update progress checkboxes.

30|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/atomicinnovation/accelerator --skill implement-plan-atomicinnovation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan
Source: https://github.com/atomicinnovation/accelerator/tree/main/skills/planning/implement-plan
Command: npx skills add https://github.com/atomicinnovation/accelerator --skill implement-plan-atomicinnovation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of approved implementation plans so developers can apply planned code and configuration changes reliably, track progress, and verify success criteria without losing context.

Core Features & Use Cases

  • Phase-by-phase implementation: Follow a plan file that lists ordered phases, specific file changes, and checkboxes to mark progress.
  • Verification and pauses for review: Run repository scripts and tests after phases, verify success criteria, and pause for human review when mismatches occur.
  • Use Case: Given a reviewed plan in meta/plans, implement each phase, update the plan checkboxes as tasks complete, and run the project's verification steps before proceeding to the next phase.

Quick Start

Implement the plan at meta/plans/plan.md by reading the plan and referenced files, executing the listed steps, running verification, and updating the plan checkboxes as you complete each phase.

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 phased implementation plan and track code changes automatically?

Phased implementation plan execution reads ordered plan files to apply specific file edits, update progress checkboxes, and run verification scripts after each phase to ensure codebase changes match approved success criteria.

What happens when implemented code does not match the plan's success criteria?

When success criteria mismatches occur during implementation, the workflow pauses execution immediately for human review, ensuring developers can inspect failures, correct repository scripts, and validate code changes before proceeding.

Can I automate task tracking for multi-phase software implementation workflows?

Yes, task tracking automation updates plan file checkboxes as ordered phases complete, maintaining a verifiable progress record across multi-phase software implementation workflows without manual intervention.

Do I need a structured plan file to automate codebase changes and run repository scripts?

Yes, a structured plan file specifying ordered phases, file edits, tests, and success criteria is required to automate codebase changes and execute repository verification scripts reliably.

How does phase-by-phase plan execution handle verification and testing steps?

Phase-by-phase plan execution runs repository scripts and testing steps after applying planned file edits, verifying success criteria before updating plan progress and advancing to the next implementation phase.