kiro-spec-tasks

Generate sequenced implementation tasks from product requirements and design documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns product requirements and design documents into a validated, executable implementation task plan, ensuring every requirement is mapped and each task is sized and verifiable.

Core Features & Use Cases

  • Requirement mapping: Converts numeric requirement IDs into concrete implementation tasks and ensures full coverage.
  • Task sizing and ordering: Produces 1-3 hour sub-tasks, explicit dependencies, and optional parallel (P) markers with boundary annotations.
  • Review and safety gates: Runs a task-plan review gate and an independent sanity review, halting when requirements/design are unapproved or underspecified.
  • Merge and finalize: Merges with existing .kiro/specs/{feature}/tasks.md, updates spec.json metadata, and supports auto-approval flags for automated flows.

Quick Start

Run the skill to generate a reviewed tasks.md from .kiro/specs/{feature} by invoking the kiro-spec-tasks skill with the feature name and optional auto-approve flag.

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 product requirements and design documents?

To generate implementation tasks from product requirements, apply this skill to feature-level specs, converting numeric requirement IDs into sequenced, reviewable task plans with explicit dependencies and sizing.

What is the best way to sequence feature implementation tasks for parallel execution?

Sequencing feature implementation tasks for parallel execution involves producing 1-3 hour sub-tasks and applying optional parallel (P) markers with boundary annotations to define independent execution paths.

Do I need approved requirements before creating an executable task plan?

Yes, you need approved requirements and design documents before creating an executable task plan, as the review gate halts generation when specs are unapproved or underspecified to ensure full coverage.

Can I merge new implementation tasks into an existing tasks.md file?

Yes, you can merge new implementation tasks into an existing tasks.md file located in the .kiro/specs/{feature} directory, which updates the spec.json metadata and preserves existing task structures.

How do I automate task generation without manual approval gates?

To automate task generation without manual approval, invoke the skill with the feature name and an explicit auto-approve flag, bypassing the standard review gate for automated workflow execution.

Why does requirement mapping fail when design documents are underspecified?

Requirement mapping fails when design documents are underspecified because an independent sanity review halts the process, ensuring every requirement is mapped to a verifiable, correctly sized task before proceeding.