speckit-tasks

Generate a dependency-ordered tasks.md from design artifacts by user story.

22|4|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/ivfarias/ceo --skill speckit-tasks-ivfarias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/ivfarias/ceo/tree/main/.gemini/skills/speckit-tasks
Command: npx skills add https://github.com/ivfarias/ceo --skill speckit-tasks-ivfarias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill generates a structured, dependency-ordered task breakdown from design artifacts, enabling teams to plan and implement features incrementally.

Core Features & Use Cases

  • Organizes tasks by user story (P1, P2, etc.) for focused delivery
  • Maps specs, plans, data-models to concrete tasks with exact file paths
  • Identifies dependencies and parallel opportunities to optimize execution
  • Produces a single tasks.md that serves as the execution blueprint

Quick Start

Generate a complete, dependency-ordered tasks.md by mapping spec, plan, and data artifacts into story-based tasks.

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 software requirements and specs?

To generate a dependency-ordered task list from software requirements, you map design artifacts like specs, plans, and data models into story-based tasks. This produces a structured tasks.md file that serves as an execution blueprint with identified parallel opportunities.

Can I organize project management tasks by user story from existing design documents?

Yes, you can organize project management tasks by user story directly from existing design documents. The process maps specifications and data models into concrete tasks categorized by user story priority, such as P1 and P2, for focused and incremental feature delivery.

What is the best way to map data models and plans to concrete development tasks?

The best way to map data models and plans to concrete development tasks is by automating the transformation of these design artifacts into a structured document. This method ensures exact file paths are included and task dependencies are graphed for optimized execution.

Do I need prerequisite design artifacts to create a structured tasks document?

Yes, you need prerequisite design artifacts to create a structured tasks document. The generation process enforces prerequisite checking and loads prerequisite design documents, such as specs and plans, before mapping them to user-story tasks and outputting the final tasks.md file.

How does dependency graph creation work for feature development task generation?

Dependency graph creation for feature development task generation works by analyzing mapped user stories and design artifacts to identify task dependencies. It maps the relationships between concrete tasks to highlight execution order and identify parallel opportunities to optimize workflow.

What limitations exist when automating task generation from specs and data models?

A limitation when automating task generation from specs and data models is that the output is restricted to a single tasks.md file blueprint. The process strictly requires prerequisite design documents to be loaded beforehand and cannot generate tasks without these specific input artifacts.