execute-implementation-plan

Execute approved implementation plans in phased stages with automated verification.

1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/DoGab/VitalStack --skill execute-implementation-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-implementation-plan
Source: https://github.com/DoGab/VitalStack/tree/main/.agents/skills/execute-implementation-plan
Command: npx skills add https://github.com/DoGab/VitalStack --skill execute-implementation-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the execution of an approved implementation plan by performing Phase 1..N tasks, code changes, and verifications in a controlled, phased manner.

Core Features & Use Cases

  • Automated plan ingestion: read and validate the plan, check completion marks, and assemble a concrete todo list.
  • Phase-by-phase execution: implement changes, run tests, and verify results per phase with automated checks.
  • Progress tracking: maintain persistent state across phases and provide clear status updates to users.

Quick Start

Provide the path to an approved plan file to begin Phase 1 execution.

Frequently Asked Questions about execute-implementation-plan

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

FAQPage Schema
How do I automate the execution of an approved implementation plan?

To automate implementation plan execution, provide the path to an approved plan file. The system reads and validates the plan, assembles a concrete todo list, and begins Phase 1 execution automatically.

How does phased execution work for code changes and tests?

Phased execution works by implementing changes, running tests, and verifying results per phase with automated checks. Progress state is persisted across phases to ensure continuous tracking throughout the workflow.

Can I use automated verification to track implementation progress across tasks?

Yes, automated verification tracks implementation progress by maintaining persistent state across phases. It provides clear status updates after completing each stage of the approved plan.

Do I need an approved plan file before starting phase-by-phase execution?

Yes, you need an approved plan file to start phase-by-phase execution. The system ingests the plan, checks completion marks, and validates its contents before assembling the todo list for Phase 1.

What is the best way to run tests and validations during automated code changes?

The best way to run tests during automated code changes is through phased execution. The system automatically implements changes per phase, runs tests, and verifies results before advancing to the next phase.

Why does plan execution stop or fail between phases?

Plan execution stops between phases if automated verification fails. The system runs checks and tests per phase, and persistent state management ensures it halts on validation failures before proceeding.