plan-phase-executor
Installation
SKILL.md
Phase Executor from Plan
Use this skill when the user asks to implement a specific phase from an existing plan in docs/plans/.
Required inputs
- Plan path (must be inside
docs/plans/). - Target phase by explicit identifier (
Phase N).
If either input is missing, request it and do not start implementation.
Workflow
1) Validate scope and locate phase
- Verify the plan file exists and is inside
docs/plans/. - Locate the exact requested phase (
### Phase N:or## Phase N:). - If not found or ambiguous, stop and ask for confirmation.