speckit-tasks

Convert design artifacts into a structured tasks.md with dependency graphs.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/omerkllm/edris-antigravity --skill speckit-tasks-omerkllm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/omerkllm/edris-antigravity/tree/main/.cursor/skills/speckit-tasks
Command: npx skills add https://github.com/omerkllm/edris-antigravity --skill speckit-tasks-omerkllm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-tasks automates the creation of an actionable, dependency-ordered tasks.md from available design artifacts, eliminating manual task scoping.

Core Features & Use Cases

  • Generates a tasks.md structured around plan.md, spec.md, and optional artifact docs, mapping tasks to user stories and phases.
  • Produces a dependency graph, parallel execution examples, and complete implementation tasks that are ready to execute.
  • Integrates with .specify/templates/tasks-template.md to enforce a consistent, checklist-based task format.

Quick Start

Run speckit-tasks on your project to generate a ready-to-run tasks.md from the 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 tasks.md from a spec.md and plan.md?

To generate a dependency-ordered tasks.md from a spec.md and plan.md, speckit-tasks automatically reads your design artifacts and organizes tasks by phase and user-story priority. It maps each checklist item to its relevant story and outputs parallelization guidance.

What is the best way to structure an actionable task checklist from design artifacts?

The best way to structure an actionable task checklist from design artifacts is to use a spec-kit style structure. This approach converts your plan.md and spec.md into a tasks.md, enforcing a consistent, checklist-based format through templates like tasks-template.md.

Can I automatically map generated tasks to user stories and execution phases?

Yes, you can automatically map generated tasks to user stories and execution phases. The generation process targets projects with spec-kit style structures, organizing the output checklist items by phase and linking each task directly to its relevant user story.

Does task generation for spec-kit projects produce a dependency graph for parallel execution?

Task generation for spec-kit projects does produce a dependency graph for parallel execution. Alongside the structured tasks.md, it outputs a visual dependency graph and provides specific parallel execution examples to guide implementation.

Do I need a specific template file to enforce a consistent checklist format for my tasks?

Yes, you need a specific template file to enforce a consistent checklist format for your tasks. The generation process integrates directly with .specify/templates/tasks-template.md to ensure all generated implementation tasks follow a uniform checklist structure.