implement-plan

Execute approved phased plans and update checkmarks with test-runner verification.

3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Visma-Tech-LT/ai-workshop-marketplace --skill implement-plan-visma-tech-lt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan
Source: https://github.com/Visma-Tech-LT/ai-workshop-marketplace/tree/main/plugins/sdw/skills/implement-plan
Command: npx skills add https://github.com/Visma-Tech-LT/ai-workshop-marketplace --skill implement-plan-visma-tech-lt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns an approved, phased implementation plan into working code while keeping progress verifiable through checkmarks and automated success-criteria tests.

Core Features & Use Cases

  • Phase-by-phase implementation: Implements each phase fully, updating the plan’s checkboxes as sections are completed.
  • Plan-aligned execution with mismatch handling: When reality diverges from the plan, it stops and clearly describes the issue and asks how to proceed.
  • Verification via test-runner agent: Runs the plan’s success criteria (typically pytest and linting) using the test-runner agent and fixes failures before continuing.

Quick Start

Use the implement-plan skill with the approved plan file path, such as: "Implement the approved plan from @.claude/ai/plan-YYYY-MM-DD-topic.md and complete each unchecked phase with verification."

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 progress in code?

To execute a phased implementation plan, you implement each phase fully while updating the plan's checkboxes to reflect completed work. This approach translates an approved technical roadmap into working code with verifiable progress throughout the software development lifecycle.

What happens when my codebase reality diverges from the approved implementation plan?

When codebase reality diverges from the implementation plan, phase-based execution stops immediately. It generates a structured issue report describing the mismatch and asks how to proceed, preventing incorrect code changes from cascading through subsequent phases.

How do I validate code changes against success criteria without running ad-hoc bash tests?

To validate code changes against success criteria without ad-hoc bash tests, use a dedicated test-runner agent. This ensures automated pytest and linting checks run consistently, catching failures before proceeding to the next implementation phase.

Do I need an existing technical plan file before starting phase-based implementation?

Yes, an approved technical plan file is required before starting phase-based implementation. The process requires reading the plan and its referenced files fully, then executing unchecked phases while following intent and adapting to the actual codebase environment.

What is the best way to manage feature implementation across multiple development phases?

The best way to manage multi-phase feature implementation is executing an approved plan phase-by-phase while validating each stage against success criteria. This method maintains alignment with the original roadmap while adapting to codebase reality and verifying results.