speckit-tasks

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

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/duonghuan2122000/sora-piggy --skill speckit-tasks-duonghuan2122000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/duonghuan2122000/sora-piggy/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/duonghuan2122000/sora-piggy --skill speckit-tasks-duonghuan2122000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a ready-to-run tasks.md that outlines a dependency-ordered, phase-based task plan for a feature, grounded in design artifacts.

Core Features & Use Cases

  • Generate a tasks.md by aggregating design artifacts (plan.md, spec.md) and templates.
  • Build a dependency graph and organize work into phases: Setup, Foundational, US1..USn, Polish.
  • Produce an executable, checklist-formatted task list that can be implemented and reviewed independently.

Quick Start

Run this Skill from the project root with the available design artifacts to generate tasks.md.

Frequently Asked Questions about speckit-tasks

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

FAQPage Schema
How do I generate a dependency-ordered task list from design artifacts?

To generate a dependency-ordered task list, aggregate project design artifacts like plan.md and spec.md to produce a structured tasks.md file. This file outlines an actionable, phase-based task breakdown ready for execution.

What is the best way to structure feature tasks into execution phases?

The best way to structure feature tasks into execution phases is to organize work into Setup, Foundational, User Story, and Polish phases. This enforces a phase-based workflow and ensures checklist-ready output.

Do I need a data-model.md file to auto-generate a tasks.md?

You do not strictly need a data-model.md file to auto-generate a tasks.md, but applying available design artifacts like plan.md, spec.md, and templates provides a more structured and comprehensive task breakdown.

Can I use spec.md and templates to build a dependency graph for feature implementation?

Yes, you can use spec.md and templates to build a dependency graph for feature implementation. The tool aggregates these design artifacts to map task dependencies and organize work into sequential phases.

How to create an executable checklist from a plan.md for independent development?

To create an executable checklist from a plan.md, run the tool from the project root to process the design artifacts. It produces a checklist-formatted task list that can be implemented and reviewed independently.