tasks
SKILL.md
Tasks - Convert PRD to JSON Format
Converts a PRD markdown document into the prd.json format for the execution loop.
The Job
- Read the PRD markdown file
- Extract tasks (from Tasks section or User Stories)
- Explode each task into granular, machine-verifiable sub-tasks
- Order by dependencies (schema → backend → UI → tests)
- Output to the specified prd.json location
Autonomous mode: Do not ask questions. Use the PRD content and any provided context (branch name, output path) to generate prd.json immediately.