kiro-spec-batch

Generate roadmap feature specs by orchestrating parallel subagents in dependency waves.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates the generation of complete specs for roadmap features by orchestrating parallel subagents across dependency waves, enabling scalable and consistent spec creation.

Core Features & Use Cases

  • Orchestrates per-feature spec pipelines (brief validation, requirements, design, tasks) via subagents
  • Builds and executes dependency waves to respect upstream completion before downstream work
  • Automatically updates roadmap.md with completed specs and conducts cross-spec consistency checks

Quick Start

Run the kiro-spec-batch workflow to generate all roadmap specs in dependency 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 generate specifications for multiple roadmap features in parallel?

Generating specifications in parallel is handled by orchestrating subagents in dependency waves. The workflow builds dependency waves, dispatches parallel subagents per wave, and updates roadmap.md while ensuring cross-spec consistency.

What is dependency wave orchestration for spec generation?

Dependency wave orchestration for spec generation is a process that batches complete specs by validating briefs, building dependency waves, and dispatching parallel subagents. It enforces strict wave ordering and automatic approvals to ensure reproducible specifications.

Can I automate roadmap.md updates when generating feature specs?

Yes, you can automate roadmap.md updates when generating feature specs. The batch generation workflow automatically updates roadmap.md with completed specs and conducts a final cross-spec consistency review after all dependency waves finish.

How do I maintain cross-spec consistency when generating specs in batches?

To maintain cross-spec consistency when generating specs in batches, the workflow performs a final cross-spec review after dispatching parallel subagents. It validates briefs and checks boundaries across all generated specifications to ensure alignment.

What is the best way to coordinate spec pipelines for features with dependencies?

The best way to coordinate spec pipelines for features with dependencies is using strict wave ordering and per-wave parallel execution. This ensures upstream feature specs are fully completed before downstream dependent specs are generated.