Use this skill when the user asks for /phase-execute, execute a validated plan, implement a solution plan, or run the execution stage after solution validation.
Purpose
Carry a validated plan into implementation while preserving feedback loops and traceability.
Workflow
Load the latest validated plan.
Create or confirm an appropriate working branch when the repo uses git.
Break the plan into small execution units.
For each unit:
write/update tests when practical
implement the smallest change
run targeted checks
debug systematically on failure
update progress
Use parallel agents only for independent units with non-overlapping files.
Commit intermediate units only when requested or consistent with the project workflow.
Mark blocked work explicitly and continue only when safe.
Output
Include:
units completed
files changed
checks run
failures and fixes
blocked items
End with PHASE_EXECUTE_DONE or PHASE_EXECUTE_BLOCKED.
1---2name: phase-execute3description: Phase Execute4---56# Phase Execute78Use this skill when the user asks for `/phase-execute`, execute a validated plan, implement a solution plan, or run the execution stage after solution validation.910## Purpose1112Carry a validated plan into implementation while preserving feedback loops and traceability.1314## Workflow15161. Load the latest validated plan.172. Create or confirm an appropriate working branch when the repo uses git.183. Break the plan into small execution units.194. For each unit:20 - write/update tests when practical21 - implement the smallest change22 - run targeted checks23 - debug systematically on failure24 - update progress255. Use parallel agents only for independent units with non-overlapping files.266. Commit intermediate units only when requested or consistent with the project workflow.277. Mark blocked work explicitly and continue only when safe.2829## Output3031Include:3233- units completed34- files changed35- checks run36- failures and fixes37- blocked items3839End with `PHASE_EXECUTE_DONE` or `PHASE_EXECUTE_BLOCKED`.
Run npx skillmds@latest add yaomeng1749/phase-execute 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 Execute 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.