speckit-tasks

Generate a dependency-ordered tasks.md from Spec Kit project artifacts.

Updated May 18, 2026
One-click install
npx skills add https://github.com/KamiJeong/tech-bridge-book --skill speckit-tasks-kamijeong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/KamiJeong/tech-bridge-book/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/KamiJeong/tech-bridge-book --skill speckit-tasks-kamijeong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns Spec Kit planning artifacts into a clear, dependency-ordered tasks.md so a project can move from design to execution without guessing what to do next.

Core Features & Use Cases

  • Task Generation: Builds an implementation checklist from plan, spec, data model, contracts, and research documents.
  • Dependency Ordering: Organizes work by setup, foundational steps, and user stories so teams can execute in the right sequence.
  • Practical Use Case: Use it when a feature has been scoped and you need an immediately actionable task list for development, testing, and delivery coordination.

Quick Start

Ask the skill to generate a tasks.md file for your feature using the available Spec Kit 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 an implementation plan from user stories?

To generate an implementation plan from user stories, you need a .specify project structure containing plan and spec documents. The system processes these Spec Kit artifacts to produce a dependency-ordered tasks.md checklist with clear file paths for execution.

What is the best way to sequence tasks for a software project?

The best way to sequence tasks is by applying dependency ordering to your implementation breakdown. It organizes work into setup phases, foundational steps, and user stories, ensuring development teams execute the actionable checklist in the correct sequence.

Do I need a spec kit project structure to create an actionable task list?

Yes, you need a .specify project structure with plan and spec documents to create an actionable task list. Optional design, data model, contracts, and research documents enhance the generated tasks.md file with more comprehensive implementation guidance.

Can I use this for parallelizable execution guidance in software planning?

Yes, this is designed for parallelizable execution guidance in software planning workflows. It generates an actionable checklist from project artifacts and user story specifications, organizing work so teams can identify and execute parallel tasks efficiently.

What limitations exist when generating a tasks.md from project artifacts?

A key limitation is the strict requirement for a .specify project structure; without existing plan and spec documents, task generation cannot proceed. Additionally, the output is limited to checklist-form tasks with file paths rather than executable code.