kiro-spec-batch

Batch-create roadmap feature specifications via parallel subagents across dependency waves.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Roadmap-driven teams often fail to align spec development across features due to interdependencies and bottlenecks. kiro-spec-batch provides a disciplined orchestration layer that reads the roadmap, validates briefs, and drives parallel subagents in dependency-aware waves to generate complete specs for every feature.

Core Features & Use Cases

  • Automates generation of spec.json, requirements.md, design.md, and tasks.md for roadmap features.
  • Enforces dependency ordering and cross-spec consistency checks to ensure coherent interfaces and data models.
  • Supports parallel execution within wave boundaries to accelerate delivery while preserving order.

Quick Start

Run /kiro-spec-batch to kickoff batch spec generation for all roadmap features in dependency order.

Frequently Asked Questions about kiro-spec-batch

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

FAQPage Schema
How do I batch-create specifications for roadmap features with dependencies?

Batch-create specifications for roadmap features by orchestrating parallel subagents across dependency waves. This approach validates briefs, dispatches agents in ordered waves, and performs cross-spec consistency checks to generate complete specs.

What is dependency wave orchestration for specification generation?

Dependency wave orchestration groups roadmap features by interdependencies and executes parallel subagents within wave boundaries. This preserves execution order while accelerating delivery and ensuring coherent interfaces across generated specifications.

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

Ensure cross-spec consistency by performing automated consistency checks after generating spec.json, requirements.md, design.md, and tasks.md. The final review verifies coherent interfaces and data models across all feature specifications.

Can I automate brief validation before generating feature specifications?

Automate brief validation by verifying that briefs exist before dispatching parallel subagents. The orchestration layer reads the roadmap and validates briefs to satisfy requirements before generating complete specifications.

Does automated spec generation work for roadmap-driven projects with feature interdependencies?

Automated spec generation works for roadmap-driven projects where features have interdependencies. It enforces dependency ordering and supports parallel execution within wave boundaries to accelerate delivery while preserving order.

When should I not use parallel subagents for specification creation?

Avoid using parallel subagents for specification creation when roadmap features lack clear interdependencies or when briefs are not yet defined. The orchestration layer requires existing briefs and dependency mappings to build and execute waves properly.