spec-kit-tasks

Generate a dependency-ordered tasks.md from plan.md and spec.md.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ --skill spec-kit-tasks-clockwork-temptation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kit-tasks
Source: https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ/tree/main/skills/spec-kit-tasks
Command: npx skills add https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ --skill spec-kit-tasks-clockwork-temptation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a complete, dependency-aware tasks.md from design artifacts to drive implementation.

Core Features & Use Cases

  • Converts plan.md and spec.md into a structured task breakdown organized by user stories (US1, US2, etc).
  • Builds a dependency graph, supports setup and foundational phases, and produces an MVP-focused rollout plan.
  • Enforces a strict task-checklist format and integrates with .specify templates and extension hooks for automation.

Quick Start

Run this skill in your project root to generate a ready-to-use tasks.md from plan.md and spec.md.

Frequently Asked Questions about spec-kit-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a dependency-ordered task list from a project plan and spec?

To generate a dependency-ordered task list, you process design artifacts like plan.md and spec.md to produce a structured tasks.md file. This converts project designs into a prioritized checklist organized by user stories.

How do I create a task checklist that organizes implementation by user stories?

Creating a task checklist organized by user stories involves parsing your spec.md to map features into sequential phases. The system outputs a strict checklist handling foundational setup, per-story tasks, and cross-cutting polish.

Does generating a task checklist require any specific Spec Kit setup?

Generating a task checklist integrates directly with existing .specify templates and extension hooks. You operate it in your project root where your plan.md and spec.md design artifacts reside to ensure proper workflow automation.

What is the best way to structure an MVP rollout plan from design specs?

Structuring an MVP rollout plan from design specs requires building a dependency graph from your foundational tasks. The output organizes per-user-story tasks in strict priority order to drive focused implementation.

Can I automate task generation to include setup and cross-cutting polish phases?

Automating task generation includes setup, foundational, and cross-cutting polish phases by adhering to strict Task Generation Rules. It processes your design artifacts to output a complete dependency graph for the entire workflow.

Why are my generated project tasks not following the correct dependency order?

Generated project tasks follow dependency order by building a graph from your plan.md and spec.md inputs. Ensure your design artifacts clearly define feature priorities and relationships so the dependency graph can sequence them correctly.