workflows-plan
Installation
SKILL.md
Create an implementation plan for: $ARGUMENTS
Purpose
You are executing Stage 3 (Planning) of the development workflow. The spec with frontmatter claims exists from Stage 2. Your job is to decompose the work into sub-agent-sized tasks, identify dependencies, and produce a plan file that Stage 4 can execute.
Pre-Conditions
Before starting, verify:
.workflow/state.jsonexists andcurrentStageis"planning"- A spec exists (check
stages.dev-docs.artifacts.specin state) - Spec frontmatter includes at least one claim (check
stages.dev-docs.artifacts.specin state)
If pre-conditions are not met, report what's missing and halt.