speckit-tasks

Generate dependency-ordered tasks from design artifacts for spec-kit projects.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/SorinS/go-speckit --skill speckit-tasks-sorins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/SorinS/go-speckit/tree/main/testdata/golden/scaffold/proj-vibe/.vibe/skills/speckit-tasks
Command: npx skills add https://github.com/SorinS/go-speckit --skill speckit-tasks-sorins

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of actionable, dependency-ordered tasks for Spec-Driven Development projects, saving time and reducing manual errors.

Core Features & Use Cases

  • Task Generation: Automatically creates tasks based on design artifacts.
  • Compatibility: Requires spec-kit project structure with .specify/ directory.
  • Use Case: Use this Skill to generate a tasks.md file for a feature, based on available design artifacts, ensuring a clear and organized development process.

Quick Start

Run the speckit-tasks command to generate tasks for your feature.

Frequently Asked Questions about speckit-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate tasks for spec-driven development projects?

Spec-driven development task generation works by automatically reading design artifacts from your project and creating a dependency-ordered tasks.md file, saving time and reducing manual errors in organizing your development workflow.

What is the .specify directory used for in a spec-kit project structure?

The .specify directory in a spec-kit project structure stores design artifacts that serve as the input source for automated task generation. This ensures the resulting tasks.md file accurately reflects your intended development workflow and feature requirements.

Do I need a spec-kit project structure to generate a tasks.md file?

Yes, you need a spec-kit project structure with a .specify directory containing design artifacts to generate a tasks.md file. Without this structure, the task generation process cannot read the necessary inputs to automate task creation.

How do I create dependency-ordered tasks from design artifacts?

You create dependency-ordered tasks from design artifacts by running an automated task generation command within your spec-kit project. This processes the artifacts in the .specify directory and outputs an organized tasks.md file for efficient development.

Can I use automated task generation for development workflows without manual organization?

Yes, you can use automated task generation for development workflows without manual organization. The tool processes your design artifacts directly to produce a clear, dependency-ordered tasks.md file, ensuring an organized development process.

What are the limitations of spec-kit task generation?

The limitation of spec-kit task generation is that it strictly requires a spec-kit project structure and a .specify directory containing design artifacts. If these prerequisites are missing, the automation cannot generate the tasks.md file.