kiro-spec-tasks

Generate hierarchical tasks.md files from kiro requirements and design documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the translation of product requirements and design documents into executable task plans that guide implementation.

Core Features & Use Cases

  • Reads .kiro/specs/{feature}/requirements.md and .kiro/specs/{feature}/design.md to produce a complete task graph.
  • Generates .kiro/specs/{feature}/tasks.md with 1-3 hour sub-tasks, proper boundaries, and optional (P) parallel markers according to rules.
  • Merges existing tasks.md when present, while preserving design integrity and requirements coverage.

Quick Start

Invoke the kiro-spec-tasks skill with a feature name to generate a draft tasks plan.

Frequently Asked Questions about kiro-spec-tasks

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

FAQPage Schema
How do I generate executable task plans from feature requirements and design documents?

Generating executable task plans involves automating the translation of requirements.md and design.md into hierarchical tasks. This process produces a complete task graph with sub-tasks, boundaries, and dependencies.

What are task planning automation rules for parallel execution and sub-task sizing?

Task planning automation rules enforce sub-tasks sized at 1-3 hours with clear boundaries and optional parallel markers. This ensures observable completion criteria and proper dependency mapping for all numeric IDs.

How do I merge new tasks into an existing tasks.md file?

Merging new tasks into an existing tasks.md file preserves design integrity and requirements coverage. The automation reads the current file alongside requirements and design documents to seamlessly update the task hierarchy.

Does kiro-spec-tasks work with existing requirements and design specs?

Kiro-spec-tasks works with existing requirements and design specs by reading requirements.md and design.md from the .kiro/specs directory. It uses these inputs to produce a complete and executable task graph.

What is the best way to enforce observable completion criteria in task generation?

Enforcing observable completion criteria is best achieved through automated task generation that maps requirements directly to tasks. This ensures all numeric IDs have clear mappings and generation rules are strictly satisfied.

When should I not use automated task generation for feature specs?

Automated task generation should not be used when your feature lacks finalized requirements.md or design.md documents. The automation requires these specific input files to produce a valid hierarchical tasks.md output.