speckit-tasks

Generate task-oriented tasks.md documentation from spec-kit project structures.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/gherrerz/deepwiki --skill speckit-tasks-gherrerz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/gherrerz/deepwiki/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/gherrerz/deepwiki --skill speckit-tasks-gherrerz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spec-kit, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a comprehensive tasks.md file for feature development, ensuring organized and efficient project management.

Core Features & Use Cases

  • Automated Task Generation: Generates tasks based on project structure, user stories, and other design artifacts.
  • Dependency Order: Ensures tasks are in the correct order with dependencies considered.
  • Documentation: Creates detailed documentation that is ready for implementation.

Quick Start

Run the speckit-tasks skill on a spec-kit project with a .specify/ directory.

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 for feature development using spec-kit?

To generate a tasks.md file for feature development, run the speckit-tasks skill on a spec-kit project containing a .specify directory. It automates task creation based on project structure, user stories, and design artifacts.

Do I need spec-kit installed to automate task generation for my project?

Yes, spec-kit is a required dependency for automated task generation. The skill requires spec-kit to extract project metadata and uses its directory structure to organize feature development tasks.

How does automated task generation handle dependency order for software features?

Automated task generation ensures correct dependency order by analyzing the spec-kit project structure and design artifacts. It sequences tasks logically so that prerequisites are completed before dependent tasks begin.

Can I customize the task-oriented documentation generated for feature development?

Yes, you can customize the generated task documentation. The skill utilizes hooks and template processing during task generation, allowing you to tailor the output to your specific project management needs.

What is the best way to organize feature development tasks from user stories?

The best way to organize tasks from user stories is using automated task generation with spec-kit. It translates user stories and design artifacts into a detailed, dependency-ordered tasks.md file ready for implementation.

Why is my automated task generation not working in spec-kit?

Automated task generation fails if the spec-kit project lacks a .specify directory. Ensure spec-kit is properly installed and the project structure contains the required metadata and design artifacts for processing.