kiro-spec-tasks

Generate implementation tasks from requirements and design documents in the Kiro framework.

8|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/gaebalai/k-sdd --skill kiro-spec-tasks-gaebalai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-spec-tasks
Source: https://github.com/gaebalai/k-sdd/tree/main/tools/k-sdd/templates/agents/claude-code-skills/skills/kiro-spec-tasks
Command: npx skills add https://github.com/gaebalai/k-sdd --skill kiro-spec-tasks-gaebalai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of implementation tasks from requirements and design documents, streamlining the process of creating actionable task lists.

Core Features & Use Cases

  • Task Generation: Automatically generate tasks from requirements and design documents.
  • Task Size Management: Ensures tasks are properly sized for efficient execution.
  • Task Hierarchy: Provides a clear task progression with proper hierarchy.
  • Natural Language Descriptions: Offers natural language descriptions focused on capabilities.
  • Sanity Review: Includes a lightweight task-plan sanity review for executability.

Quick Start

Generate tasks for a feature using the command: kiro-spec-tasks <feature-name>

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 implementation tasks from requirements and design documents?

To generate implementation tasks from requirements and design documents, you can use the kiro-spec-tasks command within the Kiro framework to automatically parse your specs and create an actionable task list.

What files do I need for spec-driven development task generation?

Spec-driven development task generation requires a spec.json file for configuration, requirements.md for features, design.md for architecture, and tasks.md to output the generated implementation tasks.

How does automated task generation ensure tasks are properly sized for execution?

Automated task generation ensures tasks are properly sized by providing a clear task progression with proper hierarchy and conducting a lightweight sanity review to validate executability.

Can I get natural language descriptions for generated software development tasks?

Yes, the task generation process provides natural language descriptions focused on capabilities, ensuring the generated software development lifecycle tasks are readable and actionable.

Does task generation work without dependencies in the software development lifecycle?

Yes, this task generation operates without external dependencies, running entirely within the Kiro framework to automate requirement management and produce structured implementation tasks.