speckit-tasks

Generate a structured task plan with dependencies and execution hints from spec files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates converting design artifacts (plan.md, spec.md) into a ready-to-run tasks.md that defines phases, dependencies, and MVP scope.

Core Features & Use Cases

  • Parse plan.md and spec.md to extract feature scope, tech stack, and user stories.
  • Generate a phase-based tasks.md with setup, foundational, per-story tasks, and Polish phase.
  • Produce a dependency graph and parallel-execution hints to guide implementation and testing.

Quick Start

Provide your project with plan.md and spec.md, then run the speckit-tasks generator to produce 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 convert spec.md and plan.md into an actionable project task list?

To convert spec.md and plan.md into an actionable project task list, you can use an automated generator to parse design artifacts and extract tech stacks, user stories, and constraints. This produces a structured tasks.md document defining phases, dependencies, and MVP scope for immediate implementation.

What is the best way to generate phase-based tasks with dependencies from software design artifacts?

Generating phase-based tasks with dependencies from software design artifacts involves parsing your project specifications to identify foundational setup, per-story requirements, and polish phases. The process outputs a checklist-style tasks document complete with a dependency graph and parallel-execution hints to guide testing.

Can I automate parallel execution hints for user stories extracted from a spec.md file?

Yes, you can automate parallel execution hints for user stories extracted from a spec.md file by processing the design artifacts through a task generator. It analyzes feature scopes and constraints to produce a dependency graph, identifying which tasks can run concurrently during implementation.

Do I need both plan.md and spec.md files to generate a structured MVP tasks document?

Yes, you need both plan.md and spec.md files to generate a structured MVP tasks document. The generator loads both artifacts to extract the necessary feature scope, tech stack, user stories, priorities, and constraints required to define accurate implementation phases and dependencies.

How does a dependency graph improve software project management when generating tasks from specifications?

A dependency graph improves software project management by mapping task relationships extracted from specifications. It enables the generation of parallel-execution hints, ensuring foundational setup and per-story tasks are executed in the correct sequence to streamline implementation and testing.

When should I not use an automated tasks generator for my software engineering project?

You should not use an automated tasks generator if your software engineering project lacks formal design artifacts like spec.md or plan.md. Without documented user stories, tech stacks, and constraints, the tool cannot accurately extract feature scope or generate a structured dependency graph.