speckit-tasks

Generate tasks.md with phases, dependencies, and checks from design artifacts.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Ab0umar/SRV100_Acc --skill speckit-tasks-ab0umar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/Ab0umar/SRV100_Acc/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/Ab0umar/SRV100_Acc --skill speckit-tasks-ab0umar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often struggle to convert design artifacts into actionable, dependency-aware task plans that drive predictable delivery.

Core Features & Use Cases

  • Load plan.md (tech stack, libraries, project structure) and spec.md (user stories and priorities) to understand scope.
  • Optional data-model.md, contracts/, and research.md to enrich mappings between data, interfaces, and stories.
  • Generate tasks organized by user stories, featuring phases (setup, foundational, US phases) with dependencies, parallelization hints, and MVP guidance.

Quick Start

Run speckit-tasks in the project root to generate tasks.md from your 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 convert user stories into a dependency-ordered task plan?

To convert user stories into a dependency-ordered task plan, use a generator that loads spec.md and plan.md to map stories into a structured tasks.md featuring implementation phases, dependencies, and parallelization hints.

What design artifacts are needed to generate implementation tasks?

Generating implementation tasks requires plan.md and spec.md as mandatory inputs. You can optionally provide data-model.md, contracts/, and research.md to enrich mappings between data structures, interfaces, and user stories.

How does a dependency graph improve task generation for engineering teams?

A dependency graph improves task generation by organizing user stories into sequential phases with parallelization hints. This structured checklist-based plan highlights dependencies and MVP guidance, enabling predictable delivery.

Can I generate a tasks.md file without providing data models and contracts?

Yes, you can generate a tasks.md file without data models and contracts because data-model.md and contracts/ are optional inputs. The generator requires only plan.md and spec.md to map user stories to runnable tasks.

What is the best way to structure MVP guidance for feature delivery?

The best way to structure MVP guidance is by generating a tasks.md that organizes feature artifacts into setup, foundational, and user story phases. This dependency-aware plan includes parallelization hints to drive predictable delivery.

Does task generation validate extension hooks before writing the plan?

Yes, task generation validates extension hooks both before and after creating the plan. This ensures the generated dependency-ordered tasks.md maintains structural integrity and aligns with the loaded design artifacts.