Use this skill when the user asks for /phase-plan, planning after research, PRD/PRP generation, implementation planning, or the second stage of an automated software delivery flow.
Purpose
Create a plan that is specific enough to execute and small enough to verify.
Workflow
Restate the requirement in concrete terms.
Summarize relevant findings from phase-research if available.
Define acceptance criteria and non-goals.
Check for over-design:
What is the simplest version?
What can be deleted before implementation?
Which abstractions are actually needed now?
Draft the implementation plan:
files or modules likely affected
ordered steps
tests per step
risk and rollback notes
Add a Mermaid diagram only when it clarifies multi-module behavior.
Save or present the plan in the project’s normal planning location when appropriate.
Output
Include:
requirement summary
acceptance criteria
phased implementation plan
test plan
risk list
open questions
End with PHASE_PLAN_DONE when the plan is executable. If blocked, output PHASE_PLAN_BLOCKED.
1---2name: phase-plan3description: Phase Plan4---56# Phase Plan78Use this skill when the user asks for `/phase-plan`, planning after research, PRD/PRP generation, implementation planning, or the second stage of an automated software delivery flow.910## Purpose1112Create a plan that is specific enough to execute and small enough to verify.1314## Workflow15161. Restate the requirement in concrete terms.172. Summarize relevant findings from `phase-research` if available.183. Define acceptance criteria and non-goals.194. Check for over-design:20 - What is the simplest version?21 - What can be deleted before implementation?22 - Which abstractions are actually needed now?235. Draft the implementation plan:24 - files or modules likely affected25 - ordered steps26 - tests per step27 - risk and rollback notes286. Add a Mermaid diagram only when it clarifies multi-module behavior.297. Save or present the plan in the project’s normal planning location when appropriate.3031## Output3233Include:3435- requirement summary36- acceptance criteria37- phased implementation plan38- test plan39- risk list40- open questions4142End with `PHASE_PLAN_DONE` when the plan is executable. If blocked, output `PHASE_PLAN_BLOCKED`.
Run npx skillmds@latest add yaomeng1749/phase-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.
Phase Plan 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.