speckit.tasks

Generate a dependency-ordered tasks.md file from design documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires speckit.plan, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a detailed, dependency-ordered tasks.md file for feature development, based on design artifacts.

Core Features & Use Cases

  • Automated Task Generation: Generates a tasks.md file for feature implementation, including setup, foundational tasks, and user stories.
  • Dependency Management: Provides a clear dependency graph and parallel execution examples.
  • Task Validation: Ensures all tasks are complete and independently testable.
  • Use Case: Imagine you have a new feature to implement. Use this Skill to automatically generate the tasks required for development, ensuring each task is clear and actionable.

Quick Start

Generate tasks for the 'user-identity' feature using the speckit.tasks skill with the following input: 'user-identity'.

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 tasks.md file from design artifacts for feature development?

To generate a tasks.md file from design artifacts, use automated task generation scripts that parse existing plan.md and spec.md documents to produce a comprehensive, dependency-ordered task list for feature development.

What is the best way to manage task dependencies and parallel execution for a new feature?

Managing task dependencies and parallel execution is handled by generating a clear dependency graph within your tasks file, providing parallel execution examples to organize feature development tasks by user story.

Do I need plan.md and spec.md files to automate feature task generation?

Yes, you need plan.md and spec.md design documents to automate feature task generation, as these design artifacts provide the foundational requirements and structure required to generate the tasks.md file.

Can I validate that generated feature tasks are independently testable?

Task validation ensures generated feature tasks are complete and independently testable by structuring the tasks.md file with clear dependencies and actionable steps organized by user story.

How does organizing tasks by user story improve feature development workflows?

Organizing tasks by user story improves feature development workflows by grouping related implementation steps, clarifying dependencies, and ensuring each generated task is actionable and independently testable.