speckit-tasks

Generate a dependency-ordered tasks.md from design artifacts.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/kerolos-saaid/refranario --skill speckit-tasks-kerolos-saaid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/kerolos-saaid/refranario/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/kerolos-saaid/refranario --skill speckit-tasks-kerolos-saaid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the generation of a task plan (tasks.md) that is dependency-ordered and aligned with the project's design artifacts, enabling fast, repeatable task creation.

Core Features & Use Cases

  • Automatically scans design artifacts (plan.md, spec.md, data-model.md, contracts/) to produce a structured tasks list.
  • Produces a Phase-based task plan with setup, foundational, user-story phases, and polish.
  • Outputs a ready-to-run tasks.md that follows a strict checklist format and includes dependencies and execution order.

Quick Start

Place your feature design in the .specify/ directory following the provided templates, then run the speckit-tasks skill to generate 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 generate a dependency-ordered task checklist from design artifacts?

You can generate a dependency-ordered task checklist by placing feature design files like plan.md, spec.md, and data-model.md into a directory and running an automated task generator to produce a structured tasks.md file.

What is the best way to create a phase-based task plan from a spec.md file?

Creating a phase-based task plan from a spec.md file involves scanning design artifacts to map user stories into structured execution phases, outputting a ready-to-run checklist with clear file paths and dependencies.

How do I map user stories to a structured tasks.md checklist for execution?

To map user stories to a tasks.md checklist, you scan available design artifacts to enforce a strict checklist format, automatically mapping each story to dependency-ordered execution phases.

Can I automatically generate a foundational setup task list from a data-model.md?

Yes, you can automatically generate a foundational setup task list from a data-model.md by scanning it alongside related design artifacts to produce a structured, phase-based task plan ready for independent execution.

Do I need to manually order task dependencies if I have plan.md and spec.md files?

No, you do not need to manually order task dependencies if you have plan.md and spec.md files, because the generation process automatically arranges tasks into a strict, dependency-ordered execution sequence.

What limitations exist when generating a tasks.md file from design artifacts?

A limitation when generating a tasks.md file is that the output depends entirely on the available design artifacts, requiring plan.md, spec.md, and data-model.md to be properly formatted to produce a valid dependency-ordered checklist.