What problem does it solve?
Delegates spec parsing to a single subagent and returns a structured, machine-readable JSON containing workstreams, acceptance criteria, and dependencies to enable parallel planning and execution.
Core Features & Use Cases
- Delegates spec decomposition to a single subagent to produce a complete plan of workstreams with scope, dependencies, and criteria.
- Outputs a JSON document with {workstreams[], ac_map, per_workstream_criteria[]} that downstream skills can consume.
- Accepts multiple input modalities (roadmaps / PRD Markdown, a plan.md from pw-deliberate, or inline text) and auto-detects the relevant spec when possible.
- Ensures a strict contract between producer and consumer pairs by building an ac_map and explicit data shapes.
Quick Start
Provide the spec path (or inline text) to the agent and request a JSON decomposition of workstreams, criteria, and dependencies.