Use this skill when the user asks for /phase-implement, implementation from a plan, TDD execution, or the coding stage of an automated software delivery flow.
Purpose
Implement the approved plan with tests and tight feedback loops.
Workflow
Load the latest relevant plan or ask for the target plan if none is obvious.
Split work into independently verifiable steps.
For each step:
write or update a failing test when practical
implement the smallest change
run the nearest verification
refactor only after behavior is protected
Use the project’s existing style, helpers, and architecture.
Use language-specific skills or reviewers when the project stack is clear.
If build or tests fail:
diagnose the first meaningful failure
fix incrementally
retry up to 3 times per distinct failure mode
Mark blocked work explicitly instead of hiding failures.
Output
Include:
implemented steps
changed files
tests or checks run
failures fixed
any blocked or deferred items
End with PHASE_IMPLEMENT_DONE when implementation is complete, or PHASE_IMPLEMENT_BLOCKED when it cannot safely continue.
1---2name: phase-implement3description: Phase Implement4---56# Phase Implement78Use this skill when the user asks for `/phase-implement`, implementation from a plan, TDD execution, or the coding stage of an automated software delivery flow.910## Purpose1112Implement the approved plan with tests and tight feedback loops.1314## Workflow15161. Load the latest relevant plan or ask for the target plan if none is obvious.172. Split work into independently verifiable steps.183. For each step:19 - write or update a failing test when practical20 - implement the smallest change21 - run the nearest verification22 - refactor only after behavior is protected234. Use the project’s existing style, helpers, and architecture.245. Use language-specific skills or reviewers when the project stack is clear.256. If build or tests fail:26 - diagnose the first meaningful failure27 - fix incrementally28 - retry up to 3 times per distinct failure mode297. Mark blocked work explicitly instead of hiding failures.3031## Output3233Include:3435- implemented steps36- changed files37- tests or checks run38- failures fixed39- any blocked or deferred items4041End with `PHASE_IMPLEMENT_DONE` when implementation is complete, or `PHASE_IMPLEMENT_BLOCKED` when it cannot safely continue.
Run npx skillmds@latest add yaomeng1749/phase-implement in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Phase Implement It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Yaomeng1749 (@yaomeng1749) published this skill. Their other Agent Skills are listed on their SkillMD profile.