implement

Executes a PLAN.md step-by-step with user confirmation and writes an IMPLEMENTATION.md report.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Pieter-1337/Euricom-tsz --skill implement-pieter-1337
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Pieter-1337/Euricom-tsz/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/Pieter-1337/Euricom-tsz --skill implement-pieter-1337

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a written engineering plan into actual code often goes wrong when steps are skipped, blockers are silently bypassed, or test failures are ignored. This Skill enforces methodical, user-in-the-loop execution of a PLAN.md so every step is announced, verified, and recorded. ## Core Features & Use Cases - Step-by-step execution: Reads the full PLAN.md, briefs the user, then implements one step at a time, pausing for confirmation between steps. - Blocker handling: Stops immediately on failing tests, missing files, ambiguous instructions, or contradictions with the codebase, and explains what is needed to proceed. - Structured reporting: Runs the test suite and writes an IMPLEMENTATION.md summarizing step status, files changed, test results, deviations, and open items. - Use Case: After a planning session produces PLAN.md for a new API endpoint, invoke this Skill to implement each step, verify with tests, and receive a final implementation report. ## Quick Start Say "implement the plan" after your PLAN.md is ready and confirm each step as it completes.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement a PLAN.md file step by step with an AI assistant?

Place PLAN.md in your project root and say "implement the plan" or use /implement. The Skill reads the entire plan, briefs you on the steps and files involved, then executes one step at a time, pausing for your confirmation before continuing.

What happens if a test fails during plan implementation?

The Skill treats any test failure as a blocker and stops immediately. It reports which tests failed, the errors shown, and whether the failure looks pre-existing, then asks how you want to proceed rather than continuing.

Can I implement a plan without a PLAN.md file in the project root?

No. The Skill looks for PLAN.md in the project root and will not proceed without one. If the file is elsewhere, it asks you for the path before starting any work.

What does the IMPLEMENTATION.md report contain?

It records overall status, a per-step status table, files changed with descriptions, test results, deviations from the plan with reasons, and open items left unresolved. It reflects what actually happened, not just what the plan specified.

When does the implementation skill stop and ask for help?

It stops when a test fails unexpectedly, a referenced file or function is missing, an instruction is ambiguous, a dependency is unclear, or the codebase contradicts the plan. It explains the issue and what it needs from you to continue.