speckit-tasks

Generate a dependency-ordered tasks.md from spec-kit design documents.

128|7|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/PieroSierra/SecondBrain --skill speckit-tasks-pierosierra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/PieroSierra/SecondBrain/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/PieroSierra/SecondBrain --skill speckit-tasks-pierosierra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of an actionable, dependency-ordered tasks.md file for features based on available design artifacts, streamlining the task management process.

Core Features & Use Cases

  • Task Generation: Generates tasks from design documents like plan.md, spec.md, data-model.md, and contracts.
  • Dependency Graph: Creates a dependency graph showing the order in which tasks should be completed.
  • Execution Strategy: Provides a parallel execution example per user story and suggests an MVP scope.

Quick Start

Run 'speckit-tasks' to generate tasks.md for your feature, considering the design artifacts 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 generate a tasks.md document from spec-kit project files?

To generate a tasks.md document from spec-kit project files, you can use an automation tool that reads design artifacts like plan.md, spec.md, data-model.md, and contracts to produce a dependency-ordered task list.

How do I create a task dependency graph for software development features?

Creating a task dependency graph for software features involves analyzing design documents to map task execution order. This process yields a visual or structural graph that dictates sequential and parallel task completion.

What design documents do I need for automated task generation?

For automated task generation from spec-kit structures, you need specific design documents including plan.md, spec.md, data-model.md, and contracts to accurately map out dependencies and execution strategies.

Can I generate parallel execution strategies for user stories from design specs?

Yes, you can generate parallel execution strategies for user stories by processing design specs. The system analyzes the provided artifacts to suggest an MVP scope and provides execution examples per user story.

Does automated task generation work without a spec-kit project structure?

No, automated task generation requires a spec-kit project structure. The system specifically depends on the presence of design artifacts like plan.md and spec.md within that directory structure to map dependencies correctly.

What is the best way to automate dependency-ordered task list creation?

The best way to automate dependency-ordered task list creation is to process existing design artifacts directly. This approach extracts requirements and contracts to generate a structured tasks.md file with parallel execution strategies.