speckit-tasks

Generate dependency-ordered tasks.md from plan.md and spec.md design artifacts.

9|1|Updated Jul 21, 2025
One-click install
npx skills add https://github.com/usepowershell/PoshMcp --skill speckit-tasks-usepowershell
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/usepowershell/PoshMcp/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/usepowershell/PoshMcp --skill speckit-tasks-usepowershell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Reads plan.md (tech stack, libraries, structure) and spec.md (user stories with priorities) from the FEATURE_DIR, plus optional documents such as data-model.md, contracts/, research.md, and quickstart.md.
  • Generates a tasks.md using a template and organizes tasks by user story with Phase 1 (Setup), Phase 2 (Foundational), Phase 3+ (one phase per user story in priority order), plus a Final Phase for polish. Includes a dependencies graph, parallel execution examples, and an MVP scope suggestion.
  • Produces a report with total task count, per-story breakdown, parallel opportunities, and validation that all tasks follow the required checklist format.

Quick Start

Run the speckit-tasks skill against your repository to produce a complete tasks.md from available design artifacts.

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 file from design artifacts like plan.md and spec.md?▼

To generate a tasks.md from design artifacts, the skill reads plan.md and spec.md from your FEATURE_DIR, assembles a dependency-ordered task outline, and enforces a strict checklist format associating tasks with user stories.

How are user stories organized when creating a dependency-ordered task plan?▼

User stories are organized into a phased task plan: Phase 1 handles Setup, Phase 2 covers Foundational tasks, and Phase 3+ dedicates one phase per user story in priority order, concluding with a Final Phase for polish.

Can I use optional documents like data-models and contracts to generate actionable task instructions?▼

Yes, you can use optional documents to generate actionable task instructions; the skill reads data-model.md, contracts/, research/, and quickstart.md alongside required files to enrich the task plan.

What is the best way to identify MVP scope and parallel execution opportunities in a task plan?▼

To identify MVP scope and parallelization opportunities, the generated task plan includes a dependencies graph, parallel execution examples, and a report detailing total task count and per-story breakdown.

Does generating a tasks.md require a specific project structure or tech stack configuration?▼

Generating a tasks.md requires a FEATURE_DIR containing plan.md for tech stack details and spec.md for user stories; no external dependencies are needed to process these design artifacts.

Why are my generated tasks not following the required checklist format?▼

Tasks not following the required checklist format occur when design artifacts lack clear user story priorities; the skill validates the output and reports formatting to ensure strict checklist compliance.