speckit-tasks

Generates dependency-ordered task lists from project design artifacts.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/estaciolima/idle-improvement-game --skill speckit-tasks-estaciolima
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/estaciolima/idle-improvement-game/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/estaciolima/idle-improvement-game --skill speckit-tasks-estaciolima

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, ensuring developers know exactly what to build and in what order.

Core Features & Use Cases

  • Automated Task Generation: Parses project design artifacts like plan.md and spec.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 based on the available design documents in the project.

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 project specifications?

To generate actionable task lists from design artifacts, this skill parses your plan.md and spec.md files to map user stories and data models into a structured tasks.md file with dependency-ordered implementation steps.

How do I map user stories to implementation phases automatically?

Mapping user stories to implementation phases is done by analyzing interface contracts and priority within your spec.md, organizing the generated tasks to identify parallel execution opportunities across your project structure.

Do I need PowerShell to generate project task checklists from spec-kit files?

Yes, you need PowerShell execution for setup to generate project task checklists from spec-kit files. You must also adhere to strict checklist formatting when tracking the generated implementation tasks.

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

The best way to translate feature specifications into granular development tasks is using automated dependency mapping, which reads project design artifacts and outputs a checklist of setup requirements, test criteria, and implementation steps.

Can I identify parallel execution opportunities when generating a task list from project documentation?

Yes, you can identify parallel execution opportunities when generating a task list from project documentation. The skill organizes tasks by user story and priority to highlight where concurrent development workflows are possible.