speckit-tasks.agent

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/franciscosanchezn/easyfactu-es --skill speckit-tasks-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks.agent
Source: https://github.com/franciscosanchezn/easyfactu-es/tree/main/.github/skills/speckit-tasks.agent
Command: npx skills add https://github.com/franciscosanchezn/easyfactu-es --skill speckit-tasks-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generates a dependency-ordered set of actionable tasks from feature design artifacts, enabling consistent implementation progress and traceability.

Core Features & Use Cases

  • Generates a structured tasks.md from plan.md, spec.md, and optional artifacts (data-model.md, contracts/, research/) to map work items to user stories.
  • Produces a phased task sequence: Phase 1 setup, Phase 2 foundational work, Phase 3+ per-user-story phases in priority order, and a Final Polish phase.
  • Provides a dependency graph and parallelization hints to optimize team execution and reduce blocking work.

Quick Start

Provide the feature's design artifacts (plan.md, spec.md, and optional artifacts) to generate a ready-to-use, dependency-ordered tasks.md.

Frequently Asked Questions about speckit-tasks.agent

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

FAQPage Schema
How do I generate dependency-ordered tasks from a feature design spec?

Generating dependency-ordered tasks from a feature design spec requires providing plan.md and spec.md files to produce a structured tasks.md with phased execution and parallelization hints.

What is the best way to create a phased task checklist from design artifacts?

Creating a phased task checklist from design artifacts involves mapping user stories into sequential phases: setup, foundational work, priority user stories, and a final polish phase.

Do I need a data-model.md file to generate a dependency graph for my project?

You do not need a data-model.md file to generate a dependency graph; it is optional alongside contracts and research folders, while plan.md and spec.md are the required inputs.

Can I parallelize user story tasks generated from spec.md and plan.md?

You can parallelize user story tasks generated from spec.md and plan.md because the output includes parallelization hints and a dependency graph to optimize team execution and reduce blocking.

How does mapping user stories to task phases improve project planning?

Mapping user stories to task phases improves project planning by organizing foundational work before per-user-story phases, ensuring a deterministic, dependency-ordered sequence for consistent implementation progress.

Why are my generated project tasks not in the correct dependency order?

Generated project tasks may lack correct dependency order if the feature design artifacts lack sufficient detail to map the dependency graph or identify foundational work before user story phases.