speckit-tasks

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

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/byteflow-software/dellanosousa --skill speckit-tasks-byteflow-software
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/byteflow-software/dellanosousa/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/byteflow-software/dellanosousa --skill speckit-tasks-byteflow-software

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

Core Features & Use Cases

  • Load design artifacts (plan.md, spec.md) and optional documents (data-model.md, contracts, research, quickstart) to derive a complete task set.
  • Organize tasks into phases: Setup, Foundational, one phase per user story in priority order, and a Final/Polish phase.
  • Produce a dependency graph and parallel-execution examples, ensuring each task adheres to a strict checklist format and is independently testable.

Quick Start

Use speckit-tasks to generate a tasks.md from the current project using available design artifacts.

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 plan from design artifacts?

To generate a dependency-ordered task plan, provide your plan.md and spec.md files so the system can analyze them and output a tasks.md file organized by user story, execution phases, and dependency graphs.

What design documents do I need to create a tasks.md file?

You need plan.md and spec.md files to create a tasks.md file. You can also include optional documents like data-model.md, contracts, research, and quickstart guides to derive a more complete task set.

Can I organize generated tasks into sequential phases based on user stories?

Yes, you can organize generated tasks into sequential phases. The output structures tasks into Setup, Foundational, one phase per user story in priority order, and a Final Polish phase for comprehensive project planning.

Does the generated task plan include examples for parallel execution?

Yes, the generated task plan includes parallel execution examples. It produces a dependency graph and validates that all tasks follow a strict checklist format to ensure they are independently testable.

How are generated tasks mapped to specific user stories?

Generated tasks are mapped to specific user stories by analyzing the provided spec.md and plan.md documents. The system organizes the output into dedicated phases for each user story in priority order.

What is the best way to automate project setup from a spec file?

The best way to automate project setup from a spec file is to use a task generator that parses your design artifacts and outputs a checklist-formatted tasks.md with a dependency graph for structured execution.