speckit-tasks

Generate dependency-ordered development tasks from YAML and Markdown design artifacts.

25|1|Updated Nov 10, 2023
One-click install
npx skills add https://github.com/shaman007/home-k3s --skill speckit-tasks-shaman007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/shaman007/home-k3s/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/shaman007/home-k3s --skill speckit-tasks-shaman007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of translating high-level feature specifications into granular, execution-ready development tasks, ensuring project alignment and clear progress tracking.

Core Features & Use Cases

  • Automated Task Generation: Parses design artifacts like spec.md and plan.md to create a structured tasks.md file.
  • Dependency Mapping: Organizes tasks by user story and priority, identifying parallel execution opportunities.
  • Use Case: When starting a new feature, use this Skill to automatically generate a checklist of implementation steps, test criteria, and setup requirements based on your existing project documentation.

Quick Start

Use the speckit-tasks skill to generate a tasks.md file for 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 development tasks from spec.md and plan.md files?

To generate development tasks from spec.md and plan.md files, you can use an automated task generator that parses YAML configuration and Markdown documentation. It produces a structured tasks.md file containing a dependency-ordered checklist mapped to implementation phases.

What is dependency mapping for development workflows?

Dependency mapping for development workflows is the process of organizing tasks by user story and priority to identify parallel execution opportunities. It ensures tasks are executed in the correct sequence by mapping dependencies across implementation phases.

Can I use spec-kit project structure to create an implementation checklist?

Yes, you can use the spec-kit project structure to create an implementation checklist. The system operates within this structure, parsing interface contracts and data models to automatically output a granular, execution-ready task list for your feature directory.

How do I translate feature specifications into execution-ready tasks?

To translate feature specifications into execution-ready tasks, you parse high-level design artifacts into granular implementation steps. This ensures project alignment and clear progress tracking by mapping user stories and interface contracts to a structured checklist.

Does the task generation process require specific configuration formats?

Yes, the task generation process requires specific configuration formats. It relies on parsing YAML configuration files and Markdown documentation within your project directory to accurately map dependencies and generate the final structured task output.

What's the best way to organize user stories into implementation phases?

The best way to organize user stories into implementation phases is by using an automated task generator that maps dependencies and priorities. This approach identifies parallel execution opportunities and produces a dependency-ordered checklist for clear progress tracking.