speckit-tasks

Generate a tasks.md file with dependency-ordered tasks from plan.md and spec.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spec-kit, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a tasks.md file for a project, based on available design artifacts, reducing manual effort and streamlining project management.

Core Features & Use Cases

  • Automated Task Generation: Generates a tasks.md file with dependency-ordered tasks based on design artifacts.
  • Compatibility: Requires spec-kit project structure with a .specify/ directory.
  • Use Case: Ideal for project managers who need to organize tasks based on design documents like plan.md and spec.md, without manual task creation.

Quick Start

Generate tasks for a feature using speckit-tasks with the command: speckit-tasks generate <feature-name>

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 tasks.md file from design artifacts like plan.md and spec.md?

To generate a tasks.md file from design artifacts, you can automate task creation by running the command `speckit-tasks generate <feature-name>`. This parses your design documents and outputs a dependency-ordered task list.

Do I need a spec-kit project structure to automate task generation?

Yes, automating task generation requires an existing spec-kit project structure. Your repository must contain a `.specify/` directory so the script can read the design artifacts and output the tasks.md file correctly.

Can I organize project tasks and dependencies automatically from spec documents?

Yes, you can organize project tasks and dependencies automatically from spec documents. The skill reads your design artifacts and arranges tasks in a dependency-ordered list within the generated tasks.md file.

What is the best way to create a dependency-ordered task list for project management?

The best way to create a dependency-ordered task list for project management is to use automated generation from design artifacts. This approach reads your spec and plan documents to sequence tasks logically without manual effort.

Why does automated task generation fail without a .specify directory?

Automated task generation fails without a `.specify` directory because the script is designed specifically for spec-kit projects. It relies on this folder structure to locate the necessary plan.md and spec.md design artifacts for parsing.

When should I not use automated tasks.md generation for project planning?

You should not use automated tasks.md generation if your project lacks a spec-kit structure with a `.specify` directory or if you do not have existing design artifacts like plan.md and spec.md to parse.