kiro-spec-tasks

Generate sequenced implementation task plans from kiro specs with observable deliverables.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/shimaMatz/driver-copilot --skill kiro-spec-tasks-shimamatz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-spec-tasks
Source: https://github.com/shimaMatz/driver-copilot/tree/main/.cursor/skills/kiro-spec-tasks
Command: npx skills add https://github.com/shimaMatz/driver-copilot --skill kiro-spec-tasks-shimamatz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a concrete, executable set of implementation tasks from a specification by translating requirements into actionable work items with clear deliverables.

Core Features & Use Cases

  • Requirement mapping: maps each requirement to specific tasks with observable outcomes.
  • Parallel analysis support: marks tasks as (P) when safe and defines clear boundaries to enable parallel work.
  • Observability & validation: ensures every sub-task has observable completion criteria and a verifiable deliverable such as a file, endpoint, or test result.

Quick Start

Run the kiro-spec-tasks generator against the current spec in .kiro/specs to produce the full 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 an executable task plan from a project spec?

Breaking down a specification into actionable work items requires mapping requirements to tasks with clear deliverables. This skill translates your spec into a concrete plan where every sub-task has observable completion criteria and a verifiable deliverable.

What is the best way to sequence implementation tasks with clear dependencies?

Sequencing implementation tasks with clear dependencies involves mapping requirements to a structured plan. This skill analyzes your spec to produce a sequenced task plan where each item is sized for 1-3 hours with explicit boundaries and dependencies defined.

Can I mark tasks for parallel analysis support in my project management workflow?

Marking tasks for parallel analysis support involves identifying safe execution paths. This skill marks tasks as (P) when safe and defines clear boundaries to enable parallel work, ensuring your project management workflow supports concurrent execution.

Does task generation work with specs stored in the .kiro/specs directory?

Task generation works directly with specs stored in the .kiro/specs directory. Running the generator against your current spec produces a full implementation task plan with explicit dependencies and observable deliverables.

What are the limitations of automated task generation from specifications?

Automated task generation from specifications depends on the completeness of your spec and supporting rules. If design boundaries are unclear or requirements lack detail, the generated task plan may require additional manual review before execution.

Why does each generated task need observable completion criteria?

Each generated task needs observable completion criteria to ensure verifiable deliverables such as a file, endpoint, or test result. This validation mechanism guarantees that every requirement mapped from your spec is properly executed and validated.