What problem does it solve?
This Skill automates turning a roadmap's dependency-ordered feature list and brief files into complete, production-ready specifications by orchestrating parallel subagents and enforcing strict dependency waves, removing much of the manual coordination and cross-spec reconciliation work.
Core Features & Use Cases
- Dependency-wave orchestration: Group pending features into waves based on declared dependencies and dispatch parallel subagents per wave.
- Full per-feature spec pipeline: Create spec.json, requirements.md, design.md, and tasks.md by invoking the phase-specific skills and auto-approving where indicated.
- Cross-spec consistency review: Run a dedicated reviewer to detect and remediate data model, interface, naming, and boundary mismatches across specs.
- Use Case: Rapidly generate consistent specs for a multi-feature roadmap while preserving ordering constraints and surfacing integration issues before implementation.
Quick Start
Run kiro-spec-batch to convert the roadmap's pending features into complete spec files using dependency-wave parallel subagent execution.