speckit-tasks

Generates a tasks.md file and dependency graph from Spec-Kit design artifacts.

Updated May 9, 2026
One-click install
npx skills add https://github.com/Arthur-Valentim/TODO---LIST --skill speckit-tasks-arthur-valentim
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/Arthur-Valentim/TODO---LIST/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/Arthur-Valentim/TODO---LIST --skill speckit-tasks-arthur-valentim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a comprehensive, task-organized tasks.md file for Spec-Kit projects, saving developers time and reducing manual errors.

Core Features & Use Cases

  • Task Generation: Automatically generates a tasks.md file based on design artifacts in Spec-Kit projects.
  • Dependency Management: Generates a dependency graph for task completion order and parallel execution examples.
  • Validation: Ensures task completeness and format adherence to checklist standards.
  • Use Case: Use this Skill to quickly create a detailed task plan for a new feature in your Spec-Kit project, ensuring all steps are accounted for and organized.

Quick Start

Generate tasks for the 'User Story 1' feature in your Spec-Kit project.

Frequently Asked Questions about speckit-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task generation from design documents in Spec-Kit?▼

Automating task generation in Spec-Kit involves parsing design documents like plan.md and spec.md to extract user stories and project structure, creating a detailed tasks.md file. A .specify/ directory is required.

Can I generate a dependency graph for project planning from Spec-Kit artifacts?▼

Yes, you can generate a dependency graph for project planning directly from Spec-Kit artifacts. It extracts task completion order and provides parallel execution examples to organize your code effectively.

Do I need a .specify/ directory to generate a tasks.md file?▼

Yes, a .specify/ directory is required to generate a tasks.md file. This directory must contain design artifacts like plan.md, spec.md, and data-model.md for the parsing process to function.

What is the best way to organize code and manage dependencies for user stories?▼

The best way to organize code and manage dependencies for user stories is using Spec-Kit to parse design documents, validate task completeness, and generate a structured tasks.md file with parallel execution examples.

Does Python and YAML support task validation for Spec-Kit projects?▼

Python and YAML support task validation for Spec-Kit projects by ensuring task completeness and format adherence to checklist standards during the generation of the tasks.md file.