speckit-tasks

Generate a dependency-ordered tasks.md from design artifacts.

1|1|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/erikalira/python-tts --skill speckit-tasks-erikalira
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/erikalira/python-tts/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/erikalira/python-tts --skill speckit-tasks-erikalira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a clear, dependency-ordered set of tasks from design artifacts to drive consistent implementation.

Core Features & Use Cases

  • Produce a tasks.md based on plan.md, spec.md, data-model.md, contracts/ and research.md when available.
  • Organize tasks by user stories with setup, foundational, and story phases.
  • Provide a dependency graph and parallel execution guidance for efficient delivery.

Quick Start

Run the task generator to produce tasks.md from your spec directory.

Frequently Asked Questions about speckit-tasks

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

FAQPage Schema
How do I generate actionable tasks from software design artifacts?▼

To generate actionable tasks from software design artifacts, you parse design files like plan.md and spec.md to produce a dependency-ordered tasks.md file. This organizes concrete, checklisted execution steps directly from your project specifications.

What is a dependency-ordered task list for user stories?▼

A dependency-ordered task list for user stories organizes implementation steps into setup, foundational, and story phases. It provides a dependency graph and parallel execution guidance to ensure efficient software delivery straight from design artifacts.

How do I create a tasks.md file from a spec-kit directory?▼

You create a tasks.md file from a spec-kit directory by running a task generator that reads your predefined templates and design artifacts. It outputs checklisted tasks grouped by user stories and ready for immediate execution.

Do I need a .specify directory to generate a dependency graph for project planning?▼

Yes, you need a .specify directory with predefined templates and existing design artifacts like data-model.md and contracts/ to generate a dependency graph. The task generation applies specifically to projects following the spec-kit structure.

What is the best way to organize implementation tasks by user stories?▼

The best way to organize implementation tasks by user stories is to parse design artifacts and structure the output into setup, foundational, and story phases. This approach yields a dependency-ordered tasks.md file with parallel execution guidance.

Can I use spec-kit task planning without a research.md file?▼

Yes, you can use spec-kit task planning without a research.md file, as the task generator processes it when available. It primarily relies on plan.md, spec.md, and data-model.md to produce the dependency-ordered task list.