kiro-spec-batch

Generates and validates feature specs from roadmap.md in dependency order with parallel waves.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of complete feature specifications (requirements, design, tasks) for every feature in roadmap.md, coordinating parallel work by dependency order.

Core Features & Use Cases

  • Orchestrates end-to-end spec generation for multiple features with upstream/downstream dependencies
  • Dispatches parallel subagents in waves to accelerate roadmap execution
  • Ensures cross-spec consistency with post-generation reviews and validation

Quick Start

Run the kiro-spec-batch process to generate and align all pending feature specs according to roadmap dependencies.

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 feature spec generation for an entire product roadmap?

Automate feature spec generation by parsing roadmap.md and dispatching parallel subagents to create spec.json, requirements.md, design.md, and tasks.md for each feature. It coordinates the entire workflow by dependency order.

How does dependency management work when generating specs for multiple features?

Dependency management enforces upstream completion before initializing downstream specs. Features without blocking dependencies run in parallel waves, ensuring prerequisite designs are validated before dependent feature specs begin generation.

Can I generate feature requirements and design docs in parallel across a roadmap?

Yes, you can generate requirements and design docs in parallel by grouping independent features into execution waves. Subagents are dispatched simultaneously for features with no upstream dependencies, accelerating roadmap execution.

What is cross-spec consistency review and when do I need it for roadmap orchestration?

Cross-spec consistency review is a post-generation validation pass that checks alignment across all generated feature specs. You need it during roadmap orchestration to verify that downstream requirements match upstream design decisions.

Does the spec generation process verify that spec.json, requirements.md, and tasks.md files are correctly created?

Yes, the spec generation process includes file verification and auto-approve logic to confirm that spec.json, requirements.md, design.md, and tasks.md are correctly initialized. It applies SKILL.md templates to validate each file.

What are the limitations of orchestrating spec generation by dependency waves?

Orchestrating spec generation by dependency waves requires a clearly defined roadmap.md with explicit upstream and downstream relationships. Complex circular dependencies or ambiguous feature ordering cannot be processed until the graph is resolved.