kiro-spec-batch

Coordinate parallel subagents to generate roadmap feature specs in dependency waves.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/ryu-sato/reading-web-supporter --skill kiro-spec-batch-ryu-sato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-spec-batch
Source: https://github.com/ryu-sato/reading-web-supporter/tree/main/.claude/skills/kiro-spec-batch
Command: npx skills add https://github.com/ryu-sato/reading-web-supporter --skill kiro-spec-batch-ryu-sato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates end-to-end spec creation for roadmap features by dispatching per-feature subagents in waves, ensuring prerequisites are completed in dependency order.

Core Features & Use Cases

  • Wave-based parallel spec generation: groups features into execution waves so independent work happens in parallel while respecting dependencies.
  • End-to-end spec pipeline: initializes, generates requirements, design, and tasks per feature with auto-approval.
  • Cross-spec consistency checks: performs a final cross-spec review to ensure data models, interfaces, and naming align across specs.
  • Roadmap-driven execution: reads roadmap to extract features, descriptions, and dependencies to drive the batch.

Quick Start

Dispatch the kiro-spec-batch skill to start building specs for all roadmap features in parallel waves.

Frequently Asked Questions about kiro-spec-batch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate spec generation for multiple roadmap features at once?

Spec batching automates end-to-end spec creation for roadmap features by dispatching parallel subagents in dependency waves. It initializes requirements, generates design, and creates tasks per feature with auto-approval, ensuring prerequisites complete in dependency order.

What is dependency-wave orchestration for spec creation?

Dependency-wave orchestration groups roadmap features into execution waves so independent spec generation happens in parallel while respecting prerequisite dependencies. This ensures features with no dependencies generate first, followed by dependent features in subsequent waves.

Can I generate requirements and design specs in parallel across independent features?

Yes, the batch spec pipeline dispatches per-feature subagents that execute full spec pipelines in parallel. Each subagent initializes, generates requirements, produces design, and creates tasks for its assigned feature with auto-approval enabled.

How do I ensure cross-spec consistency when generating multiple feature specs simultaneously?

Cross-spec consistency checks perform a final review after all waves complete, verifying that data models, interfaces, and naming conventions align across all generated specs. This ensures uniformity despite parallel generation by independent subagents.

What happens if a feature spec fails during batch generation?

The batch spec pipeline handles failures gracefully during wave execution. If a feature spec fails, the system manages the error without crashing the entire batch, allowing other independent features in the wave to continue processing.

Do I need a structured roadmap to batch-generate feature specs?

Yes, roadmap-driven execution reads the roadmap to extract features, descriptions, and dependencies that drive the batch. A structured roadmap with dependency information is required to group features into deterministic execution waves.