speckit-tasks

Generate a dependency-ordered tasks.md from plan.md and spec.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design teams struggle to convert scattered design artifacts into a clear, executable task plan. This skill converts plan.md, spec.md, and related documents into a single, dependency-aware tasks.md that guides implementation.

Core Features & Use Cases

  • Reads planning documents (plan.md, spec.md) and optional artifacts (data-model.md, contracts/, research.md) to derive concrete tasks.
  • Generates an ordered tasks.md using a standard checklist format, including dependency graph and parallelization hints.
  • Produces a phased plan that aligns with user stories (P1, P2, P3) and provides MVP scope and rollout guidance.

Quick Start

Run speckit-tasks to generate a tasks.md from plan.md and spec.md.

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 list from spec.md and plan.md?

To generate a dependency-ordered task list from spec.md and plan.md, run the speckit-tasks skill, which reads these design artifacts and outputs a structured tasks.md file with a strict checklist format and dependency graph.

How does a dependency graph help parallelize feature development tasks?

A dependency graph helps parallelize feature development tasks by mapping task relationships, allowing the generated tasks.md to identify independent tasks that can be executed concurrently and highlight MVP scope.

Can I use optional design artifacts like data-model.md and contracts to generate a phased rollout plan?

Yes, you can use optional design artifacts like data-model.md, contracts/, and research.md alongside required planning documents to produce a phased plan that aligns with user stories (P1, P2, P3) for rollout guidance.

What is the best way to convert scattered design artifacts into an executable checklist?

The best way to convert scattered design artifacts into an executable checklist is to process them through an automated skill that enforces a strict checklist format, builds a dependency graph, and reports parallelization opportunities in a single tasks.md file.

Do I need a specific project structure to generate tasks.md from planning documents?

You need planning documents like plan.md and spec.md in your project structure to generate tasks.md, along with any optional artifacts like data-model.md or research.md to ensure comprehensive task derivation.