speckit-tasks

Generate a dependency-ordered tasks.md checklist from spec-kit design documents.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/AhmedMohammedSaad/gmyunity --skill speckit-tasks-ahmedmohammedsaad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/AhmedMohammedSaad/gmyunity/tree/main/.agent/skills/speckit-tasks
Command: npx skills add https://github.com/AhmedMohammedSaad/gmyunity --skill speckit-tasks-ahmedmohammedsaad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often have to manually translate design artifacts into detailed, dependency‑ordered task lists, which is time‑consuming and error‑prone.

Core Features & Use Cases

  • Automated task generation: Parses spec‑kit design files (plan.md, spec.md, etc.) and creates a ready‑to‑use tasks.md with checklist formatting.
  • Dependency ordering: Builds a dependency graph so tasks are sequenced correctly across user stories.
  • Extension hook integration: Detects and runs pre‑ and post‑generation hooks defined in .specify/extensions.yml.

Quick Start

Ask the speckit‑tasks skill to generate a complete tasks.md for the current feature by providing the required arguments.

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 task list from spec-kit design documents?

To generate a dependency-ordered task list from spec-kit design documents, the skill parses your `.specify/` artifacts like `plan.md` and `spec.md`, mapping user stories into an actionable `tasks.md` checklist with IDs and dependencies.

How does automated task generation map user stories to development tasks?

Automated task generation maps user stories to development tasks by parsing spec-kit design files, extracting requirements, and building a dependency graph that sequences tasks correctly across user stories in a structured output file.

Do I need a specific project structure to auto-create task checklists from a spec?

Yes, you need a project using the spec-kit structure with `.specify/` design documents such as `plan.md` and `spec.md` present, as the tool parses these artifacts to map user stories into dependency-ordered tasks.

Can I run custom scripts during the task generation process?

Yes, you can run custom scripts during the task generation process because the skill detects and runs pre- and post-generation hooks defined in your `.specify/extensions.yml` file.

What is the best way to translate design artifacts into a development checklist?

The best way to translate design artifacts into a development checklist is to automate the process by parsing `plan.md` and `spec.md` files, which eliminates manual translation errors and outputs a ready-to-use `tasks.md`.

Why does my generated task list have incorrect dependency ordering across user stories?

Incorrect dependency ordering across user stories occurs when the dependency graph is built from incomplete or misaligned design artifacts, so ensure your `.specify/` `plan.md` and `spec.md` files accurately define user story relationships.