speckit-tasks

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

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/EmpoweredHouse/accrete --skill speckit-tasks-empoweredhouse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/EmpoweredHouse/accrete/tree/main/skills/speckit-tasks
Command: npx skills add https://github.com/EmpoweredHouse/accrete --skill speckit-tasks-empoweredhouse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-tasks automate turning feature design artifacts (plan.md, spec.md) and optional references (data-model.md, contracts/, research.md, quickstart.md) into a dependency-ordered tasks.md, enabling deterministic task execution and traceability from design to delivery.

Core Features & Use Cases

  • Generate a tasks.md organized by user stories based on available design documents (plan.md, spec.md) and optional artifacts.
  • Create a dependency graph and parallel-execution guidance to optimize rollout.
  • Validate task coverage and produce a concise summary with a suggested MVP scope.

Quick Start

Run speckit-tasks to generate a tasks.md from plan.md, spec.md, and available artifacts (data-model.md, contracts/, research.md, quickstart.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 tasks.md from feature design artifacts?

To generate a tasks.md from feature design artifacts, run speckit-tasks with your plan.md and spec.md files. It parses these documents to produce a checklist-formatted task list organized by user stories, complete with explicit file paths and a dependency graph.

What is the best way to turn a spec.md and plan.md into an actionable task plan?

The best way to turn a spec.md and plan.md into an actionable task plan is to automate dependency ordering and file path mapping. This ensures deterministic task execution and traceability directly from design documents to delivery checklists.

Do I need optional artifacts like data-model.md and contracts to generate a task list?

You do not need optional artifacts like data-model.md and contracts to generate a task list. A plan.md and spec.md are sufficient, but including optional references enhances task creation, coverage validation, and MVP scope suggestions.

How does task generation handle parallel execution and dependencies?

Task generation handles parallel execution by creating a dependency graph from your design artifacts. This graph provides explicit parallel-execution guidance to optimize your rollout and ensure tasks are executed in the correct deterministic order.

Can I validate task coverage and define an MVP scope from software requirements?

You can validate task coverage and define an MVP scope directly from software requirements. The generation process analyzes your spec.md and plan.md to produce a concise summary that includes a suggested MVP scope for your project.

Why are explicit file paths included in a generated tasks document?

Explicit file paths are included in a generated tasks document to enable deterministic task execution. By mapping user stories directly to specific file paths, developers can trace implementation steps back to the original design artifacts without ambiguity.