speckit-tasks

Generates Markdown task lists and dependency graphs for spec-kit projects.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-agent --skill speckit-tasks-infantesromeroadrian
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/infantesromeroadrian/arca-agent/tree/main/template/skills/speckit-tasks
Command: npx skills add https://github.com/infantesromeroadrian/arca-agent --skill speckit-tasks-infantesromeroadrian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages and automates the creation of detailed task lists for features, ensuring a streamlined development process.

Core Features & Use Cases

  • Task Generation: Automatically generates a task list in Markdown format based on design documents.
  • Dependency Management: Orders tasks in a way that ensures all prerequisites are met before work can begin.
  • Project Structure: Designed for spec-kit projects with a .specify/ directory.

Quick Start

Run the speckit-tasks command in your spec-kit project directory.

Frequently Asked Questions about speckit-tasks

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

FAQPage Schema
How do I generate task lists from design documents in a spec-kit project?▼

To generate task lists from design documents, run the speckit-tasks command in your spec-kit project directory to automatically create actionable Markdown task lists based on your design artifacts.

How does dependency management work for feature development tasks?▼

Dependency management for feature development tasks works by automatically ordering generated tasks so that all prerequisites are met before subsequent work can begin, ensuring a streamlined development process.

Do I need a specific directory structure to automate task generation for features?▼

Automating task generation for features requires a spec-kit project structure containing a .specify/ directory to parse design documents and execute the necessary Python scripts successfully.

Can I use this for project management outside of a spec-kit environment?▼

This task generation tool is explicitly designed for spec-kit project structures with a .specify/ directory, and it requires Python script execution, making it unsuitable for generic project management outside that environment.

What is the best way to organize feature development tasks based on design artifacts?▼

The best way to organize feature development tasks from design artifacts is to automate the process, which generates a Markdown task list with correctly ordered dependencies directly from your spec-kit design documents.