speckit.tasks

Generate dependency-ordered tasks.md files from design documents.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill speckit-tasks-antigravityos187-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.tasks
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/.bob/skills/speckit.tasks
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill speckit-tasks-antigravityos187-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of a comprehensive, dependency-ordered tasks.md file for feature development, based on available design artifacts.

Core Features & Use Cases

  • Automated Task Generation: Generates a tasks.md file with an actionable, dependency-ordered list of tasks for feature development.
  • Design Artifacts Integration: Utilizes design documents like plan.md, spec.md, and data-model.md to create tasks.
  • Task Organization: Organizes tasks by user story, ensuring independent implementation and testing.

Quick Start

Generate tasks for the 'new_feature' feature using: speckit.tasks new_feature

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 structured task list from design artifacts for feature development?

To generate a structured task list for feature development, this Skill parses design artifacts like spec.md and data-model.md, then outputs a dependency-ordered tasks.md file organizing actionable tasks by user story.

What is the best way to organize software development tasks by user story and dependencies?

Organizing software development tasks by user story is achieved by processing your design documents to create a dependency-ordered list, ensuring independent implementation and testing for each feature increment.

Does automated task generation work with my existing plan.md and spec.md files?

Automated task generation works directly with existing design documents like plan.md, spec.md, and data-model.md, parsing them to produce a comprehensive and actionable feature development workflow.

How do I automate creating a tasks.md file for a new software feature?

You can automate creating a tasks.md file by running the task generation command with your feature name, which processes available design artifacts and outputs a dependency-ordered task list.

Can I use this for managing dependencies and organizing tasks across multiple user stories?

Task generation supports managing dependencies by structuring the generated tasks.md file specifically around user stories, ensuring each task is mapped for independent implementation and logical execution order.

What limitations exist when generating a task list from design documents?

The primary limitation of generating a task list from design documents is the strict requirement for available design artifacts; without sufficient inputs like spec.md or data-model.md, the generated task organization will lack necessary context.