speckit-tasks

Convert .specify design artifacts into a dependency-ordered tasks.md plan.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/xyphyx/internal-project-template --skill speckit-tasks-xyphyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/xyphyx/internal-project-template/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/xyphyx/internal-project-template --skill speckit-tasks-xyphyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-tasks converts feature design artifacts into a ready-to-run tasks.md plan, enabling teams to generate executable, dependency-ordered task lists from design docs.

Core Features & Use Cases

  • Automated task plan generation: Builds a dependency-ordered tasks.md from the .specify directory artifacts.
  • Structured phase-based lifecycle: Organizes work into Setup, Foundational, User Story phases, and Polish, with clear dependencies.
  • Validation & extensibility: Ensures tasks follow the checklist format and supports extension hooks after generation.

Quick Start

Run speckit-tasks to generate a tasks.md from the 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 dependency-ordered task checklist from feature design artifacts?

To generate a dependency-ordered task checklist from feature design artifacts, run speckit-tasks to convert your spec.md and .specify artifacts into a structured tasks.md plan. It organizes work into Setup, Foundational, User Story, and Polish phases with clear dependencies.

What is the best way to automate project planning from a spec document?

Automating project planning from a spec document involves mapping user stories into a phase-based lifecycle. This tool aligns tasks to each user story from the spec, validates the checklist format, and supports parallelization to produce a ready-to-run tasks.md file.

Can I use spec-kit artifacts to create a phase-based task plan?

Yes, spec-kit artifacts from the .specify directory can be used to create a phase-based task plan. The tool reads these design artifacts and automatically structures the output into setup, foundational, user story, and polish phases.

Does task generation validate checklist formatting and support extension hooks?

Yes, task generation validates the checklist formatting to ensure tasks follow the correct structure and supports parallelization. It also optionally exposes extension hooks after the tasks.md generation is complete for further customization.

Why are generated tasks organized into setup, foundational, and polish phases?

Generated tasks are organized into setup, foundational, user story, and polish phases to establish a clear dependency order. This structured phase flow ensures foundational work is completed before user stories by priority, leading logically to final polish tasks.