speckit-tasks

Extract tasks from design artifacts into a dependency-ordered tasks.md file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts design artifacts (plan.md, spec.md, etc.) into an actionable, dependency-ordered tasks document that guides feature implementation.

Core Features & Use Cases

  • Task generation: Creates a structured tasks.md aligned to user stories from plan.md and spec.md.
  • Dependency graph: Produces a completion order showing prerequisites and parallelizable tasks.
  • Template-driven: Fills tasks.md using .specify/templates/tasks-template.md, supporting multiple phases and clear file paths.

Quick Start

Run the speckit-tasks skill to generate tasks.md from your project 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 project design artifacts?

To generate a dependency-ordered tasks.md from design artifacts, use a task generation skill that parses plan.md and spec.md files. It builds a dependency graph to establish completion order and fills a structured template to produce an actionable execution plan.

What is the best way to structure user stories for automated task generation?

The best way to structure user stories for automated task generation is within a feature-rich spec-kit structure. This allows the task generator to extract prerequisites, build a dependency graph, and enforce a strict checklist format for each task.

Can I use a custom tasks-template.md for generating project execution plans?

Yes, you can use a custom tasks-template.md for generating project execution plans. The task generation process is template-driven, filling your custom template to support multiple phases and ensure clear file paths in the final tasks document.

How do dependency graphs help in planning feature-rich project implementation?

Dependency graphs help in feature-rich project implementation by producing a completion order that shows prerequisites and parallelizable tasks. This ensures the generated tasks.md guides developers through a logical, efficient execution plan.

Do I need a spec-kit structure to extract tasks from plan.md and spec.md files?

Yes, you need a spec-kit structure to effectively extract tasks from plan.md and spec.md files. The task generation process applies specifically to feature-rich projects with this structure to map user stories into a dependency-ordered execution plan.