speckit-tasks

Generate a structured tasks.md from design artifacts with dependency graphs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/luansilvadb/divi-app --skill speckit-tasks-luansilvadb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/luansilvadb/divi-app/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/luansilvadb/divi-app --skill speckit-tasks-luansilvadb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate an actionable, dependency-ordered tasks.md for a feature based on available design artifacts, enabling teams to implement with a clear, checklisted plan.

Core Features & Use Cases

  • Automates generation of a tasks.md file that organizes work by user stories derived from design artifacts.
  • Creates a dependency graph and parallel-execution hints to guide implementation.
  • Applies a strict task checklist format to ensure executable, self-contained tasks with clear file paths.

Quick Start

Generate a complete tasks.md by analyzing the project's design artifacts and produce a checklist-driven task plan.

Frequently Asked Questions about speckit-tasks

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

FAQPage Schema
How do I auto-generate a dependency-ordered tasks.md from design artifacts?

Auto-generate a dependency-ordered tasks.md by analyzing your feature's plan.md, spec.md, and optional data-model.md or contracts directory to produce a checklist-driven task plan organized into setup, foundational, user-story, and polish phases.

What is the best way to map user stories to an actionable task checklist?

Mapping user stories to an actionable task checklist involves organizing tasks into priority-ordered phases derived from design artifacts, ensuring each task strictly follows a checklist format with clear file paths and direct mapping to the corresponding user story.

How does a dependency graph with parallel execution hints improve task generation?

A dependency graph with parallel execution hints improves task generation by mapping task relationships and identifying sequences that can run concurrently, guiding implementation teams through foundational and user-story phases with optimal execution paths.

Do I need a data-model.md or contracts directory to generate a tasks.md file?

You do not need a data-model.md or contracts directory to generate a tasks.md file; the core generation requires a plan.md and spec.md, while data models, contracts, and research directories are optional inputs that enrich the task plan.

Can I include an automated tests section when creating a checklist-driven task plan?

You can include an automated tests section when creating a checklist-driven task plan if requested, appending an optional tests block to the generated tasks.md to verify implementation against the defined user stories and design artifacts.

Why use a spec-kit approach for generating task plans instead of manual task breakdown?

Using a spec-kit approach for generating task plans eliminates manual breakdown errors by analyzing design artifacts to output structured, self-contained tasks with dependency graphs, ensuring executable plans that align directly with user stories and file paths.