kiro-spec-tasks

Generate executable task plans from structured requirements and design documents.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/ryu-sato/reading-web-supporter --skill kiro-spec-tasks-ryu-sato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-spec-tasks
Source: https://github.com/ryu-sato/reading-web-supporter/tree/main/.claude/skills/kiro-spec-tasks
Command: npx skills add https://github.com/ryu-sato/reading-web-supporter --skill kiro-spec-tasks-ryu-sato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kiro-spec-tasks generates executable task plans by translating requirements and design into concrete, sized tasks with clear progression and guardrails.

Core Features & Use Cases

  • Map all requirements to discrete executable tasks (1-3 hours each) with clear observable completion criteria.
  • Ensure task progression is logical and incremental, with explicit boundaries when tasks cross system components.
  • Provide a lightweight task graph sanity review before writing tasks.md to ensure executability.

Quick Start

Run kiro-spec-tasks with your feature name to generate a complete task plan from your requirements and design.

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 a task plan from requirements and design documents?

To generate a task plan from requirements and design documents, you map each requirement to discrete 1-3 hour sub-tasks with clear observable completion criteria. This task generation process enforces logical progression, explicit boundaries, and parity with design.md.

What is the best way to break down project requirements into executable sub-tasks?

Breaking down project requirements into executable sub-tasks involves sizing each task to 1-3 hours and defining explicit boundaries when tasks cross system components. This approach ensures incremental progression and includes a lightweight sanity review to verify executability.

Does generating a task plan from specs require a specific project directory structure?

Generating a task plan from specs requires your project to store requirements and design documents in the .kiro/specs/{feature}/ directory. The generated task plan is then written directly to .kiro/specs/{feature}/tasks.md with metadata updated in spec.json.

How do task generation rules ensure logical progression and executability?

Task generation rules ensure executability by enforcing observable deliverables and maintaining parity with design.md. They require sequential or parallel execution marks and explicit dependencies, verifying the task graph sanity before finalizing tasks.md.

Can I update spec.json metadata automatically when creating task plans?

You can update spec.json metadata automatically when creating task plans. The task generation process writes the complete executable task plan to tasks.md and concurrently performs a metadata update in spec.json.

Why should task boundaries be explicitly defined when crossing system components?

Task boundaries should be explicitly defined when crossing system components to ensure logical and incremental task progression. This prevents scope ambiguity and maintains clear observable completion criteria for each 1-3 hour executable task.