speckit-tasks

Generate dependency-ordered task lists from plan.md and spec.md files.

48|3|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/kalamdb/KalamDB --skill speckit-tasks-kalamdb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/kalamdb/KalamDB/tree/main/.cursor/skills/speckit-tasks
Command: npx skills add https://github.com/kalamdb/KalamDB --skill speckit-tasks-kalamdb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of translating high-level feature specifications into granular, actionable, and dependency-aware implementation tasks for software development teams.

Core Features & Use Cases

  • Automated Task Generation: Parses project design documents like plan.md and spec.md to create a structured tasks.md file.
  • Dependency Mapping: Organizes tasks by user story and priority, ensuring foundational work is completed before feature implementation.
  • Use Case: When starting a new feature, use this skill to automatically generate a checklist of tasks that accounts for your specific tech stack, data models, and interface contracts.

Quick Start

Invoke the speckit-tasks skill to generate a tasks.md file based on the design artifacts in the current feature 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 dependency-ordered tasks from software design documents?

You can generate dependency-ordered tasks from software design documents by parsing plan.md and spec.md files to create a structured tasks.md checklist. This process maps dependencies by user story to ensure foundational work is completed before feature implementation.

How do project planning tools map task dependencies from user stories?

Project planning tools map task dependencies from user stories by analyzing interface contracts, data models, and tech stack details within design documents. They organize the resulting tasks by priority, ensuring foundational architecture is addressed before dependent feature implementation begins.

Do I need a spec-kit directory structure to generate a project task list?

Yes, you need a spec-kit project structure to generate an automated project task list. The workflow specifically requires a valid .specify directory containing both plan.md and spec.md files to parse design artifacts and output the dependency-aware tasks.md file.

What is the best way to translate high-level feature specifications into granular development tasks?

The best way to translate high-level feature specifications into granular development tasks is using an automated task generator that reads project design documents. It creates a dependency-aware implementation roadmap by organizing tasks according to your specific tech stack and data models.

Why does automated task generation require valid plan.md and spec.md files?

Automated task generation requires valid plan.md and spec.md files because these documents contain the essential project design artifacts, user stories, and interface contracts. Without them, the parser cannot extract the tech stack details and data models required to map task dependencies accurately.