What problem does it solve?
This Skill orchestrates end-to-end specification creation for multiple roadmap features, removing the manual coordination burden of sequencing, parallelization, and cross-spec consistency checks so teams can produce complete specs reliably and quickly.
Core Features & Use Cases
- Dependency-aware batching: Parses the
## Specs (dependency order) section of .kiro/steering/roadmap.md and groups pending features into strict execution waves so upstream work completes before downstream work begins.
- Parallel subagent dispatch: Launches parallel Agent subagents per wave to generate spec.json, requirements.md, design.md, and tasks.md for each feature while keeping the controller context lightweight.
- Verification and review gates: Verifies produced artifacts, runs a cross-spec consistency review, and optionally dispatches remediation subagents for fixes, enforcing approvals and safety constraints.
- Use Case: Ideal for product teams preparing a coordinated rollout of multiple interdependent features where specs must be produced, validated, and kept consistent across services and data models.
Quick Start
Run the kiro-spec-batch skill to generate complete specs for all pending features listed in .kiro/steering/roadmap.md.