speckit-tasks

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

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Maru1301/Yeet --skill speckit-tasks-maru1301
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/Maru1301/Yeet/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/Maru1301/Yeet --skill speckit-tasks-maru1301

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-tasks reduces the heavy overhead of turning scattered design artifacts into a concrete, execution-ready task plan by generating a dependency-aware tasks.md that maps work to user stories and artifacts.

Core Features & Use Cases

  • Artifact-driven task generation: creates a complete, phase-based task plan from plan.md, spec.md, and optional data-model.md, contracts, and research docs.
  • Dependency graph and parallelization: yields a dependency graph and suggests opportunities for parallel task execution.
  • MVP alignment and traceability: aligns tasks with user stories and design artifacts to support incremental delivery and traceability.

Quick Start

Run speckit-tasks at 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 generate dependency-ordered tasks from design specifications?

To generate dependency-ordered tasks from design specifications, you run the processing logic at your project root to parse artifacts like plan.md and spec.md, outputting a structured tasks.md file that maps work to user stories with a dependency graph.

What design artifacts do I need to create a structured task plan?

Creating a structured task plan requires design artifacts such as plan.md, spec.md, data-model.md, contracts, and research documents to generate a phase-based dependency graph and suggest parallel task execution opportunities.

Can I map parallel task execution opportunities from my project specifications?

Yes, you can map parallel task execution opportunities from project specifications by analyzing dependency graphs generated from your design artifacts to identify non-blocking tasks for incremental delivery.

Does task generation work for MVP scoping and incremental delivery?

Task generation works for MVP scoping and incremental delivery by aligning generated tasks with user stories and design artifacts, ensuring traceability and supporting phased execution planning in the output tasks.md.

What is the best way to structure a dependency graph for feature development tasks?

The best way to structure a dependency graph for feature development tasks is to automate generation from scattered design artifacts into a dependency-aware tasks.md that explicitly maps dependencies and suggests parallelization.