823 B
823 B
description, argument-hint
| description | argument-hint |
|---|---|
| Decompose monolithic plan into parallel task files | [plan-file] |
Use the decomposing-plans skill to break down a monolithic plan into parallel task files.
Prerequisites:
- Plan file exists:
docs/plans/YYYY-MM-DD-<feature>.md - Plan has 2+ tasks worth decomposing
What this does:
- Reads the monolithic plan
- Identifies parallelizable tasks
- Creates task files in
docs/plans/tasks/YYYY-MM-DD-<feature>/ - Generates
manifest.jsonwith parallel batches - Prompts for next step: review or execute
Output:
- Task files: One per task
- Manifest: Defines batch execution order
- Enables parallel execution (up to 4 tasks per batch)
Recommendation: Always decompose plans with 4+ tasks for parallel execution.
Next step: Review plan or execute immediately