speckit-tasks

Generate a dependency-ordered tasks.md from .specify design artifacts.

9|4|Updated May 13, 2025
One-click install
npx skills add https://github.com/opsmill/infrahub-mcp --skill speckit-tasks-opsmill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/opsmill/infrahub-mcp/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/opsmill/infrahub-mcp --skill speckit-tasks-opsmill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate an actionable, dependency-ordered tasks.md for a feature based on available design artifacts.

Core Features & Use Cases

  • Load design artifacts from a .specify project (plan.md, spec.md, etc.) and produce a tasks.md organized by user stories (US1, US2, ...).
  • Enforce a Phase structure (Setup, Foundational, User Story phases, Polish) and a strict checklist format.
  • Output a clear dependencies graph, parallel execution hints, and an MVP scope.

Quick Start

Provide your feature specifications and run the task generator to produce a ready-to-execute tasks.md.

Frequently Asked Questions about speckit-tasks

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

FAQPage Schema
How do I generate dependency-ordered tasks from a feature design spec?

You can generate dependency-ordered tasks by loading design artifacts like plan.md and spec.md to automatically produce a structured tasks.md. This process maps tasks to user stories and builds a dependency graph for clear execution ordering.

What is the best way to organize feature tasks by user story phases?

Organizing feature tasks by user story phases is best handled by enforcing a strict Phase structure including Setup, Foundational, User Story phases, and Polish. This approach maps tasks directly to user stories and outputs a ready-to-run tasks.md document.

Do I need a .specify directory to generate a structured tasks document?

Yes, you need a .specify directory containing project artifacts like plan.md and spec.md to generate a structured tasks document. The task generation process relies on these spec-kit style structures to create phase-based task lists for multiple user stories.

Can I automate workflow planning for multiple user stories in spec-kit?

Yes, you can automate workflow planning for multiple user stories in spec-kit by using design artifacts to generate a tasks.md file. This automation enforces a strict checklist format and provides parallel execution hints alongside an MVP scope.

How does task generation handle dependencies and parallel execution hints?

Task generation handles dependencies by building a dependency graph from your feature design artifacts. It then outputs a tasks.md document that includes parallel execution hints and an MVP scope to guide efficient implementation.

What limitations exist when creating a tasks.md from plan and spec artifacts?

A limitation when creating a tasks.md from plan and spec artifacts is that the generation requires a strict spec-kit project structure with a .specify directory. Without these specific design artifacts, the dependency-ordered task generation cannot be performed.