Implement an approved plan using Red, Green, Refactor.
Procedure
Read the plan completely and identify the first incomplete phase.
Read any related specs or documentation referenced by the plan.
For each phase:
Write failing tests first.
Implement the minimum code to pass.
Refactor while keeping tests green.
Run the success criteria checks.
Update the plan with progress.
Use references/verification-template.md when reporting phase completion.
Use references/common-situations.md when the plan and reality diverge.
Rules
Never skip the red phase.
Complete one phase at a time.
Do not blindly follow an outdated plan if the codebase contradicts it.
Wait for user confirmation before proceeding to the next phase.
1---2name: implement-plan3description: Implement Plan4---5# Implement Plan67Implement an approved plan using Red, Green, Refactor.89## Procedure10111. Read the plan completely and identify the first incomplete phase.122. Read any related specs or documentation referenced by the plan.133. For each phase:14 - Write failing tests first.15 - Implement the minimum code to pass.16 - Refactor while keeping tests green.17 - Run the success criteria checks.18 - Update the plan with progress.194. Use `references/verification-template.md` when reporting phase completion.205. Use `references/common-situations.md` when the plan and reality diverge.2122## Rules2324- Never skip the red phase.25- Complete one phase at a time.26- Do not blindly follow an outdated plan if the codebase contradicts it.27- Wait for user confirmation before proceeding to the next phase.
Run npx skillmds@latest add charly-vibes/implement-plan 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.
Implement Plan It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. 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.
charly-vibes (@charly-vibes) published this skill. Their other Agent Skills are listed on their SkillMD profile.