speckit.tasks

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit.tasks automates the creation of a ready-to-run, dependency-ordered tasks.md by analyzing available design artifacts in a spec-kit style project.

Core Features & Use Cases

  • Generate a structured tasks.md aligned with plan.md and spec.md, including Phase 1 Setup, Phase 2 Foundational, and Phase 3+ user-story phases.
  • Map tasks from data-model.md and contracts/ to user stories, creating a clear execution plan.

Quick Start

Provide the project design artifacts (plan.md, spec.md, and optional data-model.md) to generate a complete tasks.md ready for implementation.

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 tasks.md from design artifacts?

Task generation maps data-model.md and contracts/ files to user stories defined in your spec.md. This creates a clear execution plan with correct task numbering and dependency mapping across phases.

What design artifacts do I need for spec-kit task planning?

Task generation organizes work into Phase 1 Setup, Phase 2 Foundational, and Phase 3+ user-story phases. It maps dependencies from your data model and contracts to ensure correct execution order.

How does task generation map dependencies to user stories?

Task generation maps data-model.md and contracts/ files to user stories defined in your spec.md. This creates a clear execution plan with correct task numbering and dependency mapping across phases.

Can I use this for task planning without a data model file?

You can use this for task planning without a data model file, as data-model.md is optional. Providing it enriches the generated tasks.md by mapping foundational tasks and contracts directly to user stories.

What phases are included in generated spec-kit task plans?

Generated task plans include Phase 1 for Setup, Phase 2 for Foundational work, and Phase 3+ for user-story implementation. Dependencies are mapped across these phases for sequential execution.