speckit-tasks

Generate dependency-ordered tasks.md plans from design artifacts.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/smile95137a/kuji-admin-web --skill speckit-tasks-smile95137a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/smile95137a/kuji-admin-web/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/smile95137a/kuji-admin-web --skill speckit-tasks-smile95137a

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit-tasks generates an actionable, dependency-ordered tasks.md from design artifacts, streamlining feature implementation planning.

Core Features & Use Cases

  • Generates a dependency-ordered tasks plan from plan.md, spec.md, and optional design docs (data-model.md, contracts/, research.md).
  • Produces a tasks.md with phases (Setup, Foundational, US1 US2, Polish) and a strict checkbox-based checklist for execution.
  • Produces a summary including total tasks, MVP scope, and parallelization opportunities.

Quick Start

Generate a tasks.md for the speckit-tasks feature from the plan.md and spec.md, including setup, foundational, and user-story phases.

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 dependency-ordered task plan from spec documents?

To generate a dependency-ordered task plan from spec documents, you process design artifacts like plan.md and spec.md to produce an actionable tasks.md file. This organizes feature implementation work into phased checklists ordered by user stories and dependencies.

What design artifacts are needed to generate a dependency-ordered tasks plan?

Generating a tasks plan requires a spec-kit structured project containing plan.md and spec.md files. Optional design artifacts including data-model.md, contracts/, and research.md can be included to enrich the generated checklist and organize work by user stories.

How do I structure a tasks.md file for feature implementation phases?

A tasks.md file for feature implementation is structured into Setup, Foundational, User Story, and Polish phases. It uses a strict checkbox-based checklist format to ensure reproducible task generation and track execution across user stories.

Can I include test cases and parallelization opportunities in my generated task plan?

Yes, generated task plans support optional test inclusion within the strict checklist format. The output also produces a summary highlighting total tasks, MVP scope, and parallelization opportunities to streamline feature implementation.

Does task generation support extension hooks for custom workflow automation?

Task generation supports extension hooks to ensure reproducible task generation within workflow automation. This allows customization of the dependency-ordered tasks.md output while maintaining the strict checkbox-based checklist format.