One-click install
npx skills add https://github.com/brianpunzalan/webui-rubric --skill speckit-tasks-brianpunzalan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/brianpunzalan/webui-rubric/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/brianpunzalan/webui-rubric --skill speckit-tasks-brianpunzalan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

speckit-tasks turns scattered design artifacts (plan and specs) into a single, immediately actionable tasks.md that teams can execute and validate without guessing dependencies.

Core Features & Use Cases

  • Dependency-ordered task generation: Builds setup, foundational, and user-story phases with an explicit completion/dependency ordering.
  • Design-artifact driven coverage: Reads plan.md and spec.md, and optionally enriches tasks using data-model.md, contracts/, research.md, and quickstart.md when present.
  • Hook-aware workflow: Discovers and renders before/after extension hooks from .specify/extensions.yml, respecting enabled/optional flags without evaluating hook conditions.
  • Checklist compliance for executability: Produces tasks in the strict checklist format with task IDs, optional parallel markers, story labels, and concrete file paths.

Quick Start

Run speckit-tasks to generate tasks.md from your .specify project structure and available design documents in the feature directory, producing an orderable checklist of implementation-ready work.

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 a specification?

Generating dependency-ordered tasks from a specification requires reading design artifacts like plan.md and spec.md to produce an actionable tasks.md checklist. The process builds setup, foundational, and user-story phases with explicit completion ordering.

What is the best way to structure a feature implementation checklist from plan and spec files?

Structuring a feature implementation checklist from plan and spec files involves parsing design documents into a strict checklist format with task IDs, story labels, file paths, and dependencies. This ensures teams can execute and validate work without guessing execution order.

Does the task generator support workflow hooks from extensions configuration?

The task generator does support workflow hooks by discovering and rendering before/after extension hooks from a .specify/extensions.yml file. It respects enabled and optional flags while rendering tasks, without evaluating the underlying hook conditions.

Can I include data models and interface contracts when generating project scaffolding tasks?

You can include data models and interface contracts when generating project scaffolding tasks by providing optional design documents. The generator enriches the task checklist using data-model.md, contracts/, research.md, and quickstart.md files when they are present in the feature directory.

How to create parallel execution opportunities in a generated task checklist?

Creating parallel execution opportunities in a generated task checklist happens automatically when the generator analyzes the dependency graph of your design artifacts. It marks independent tasks with optional parallel markers so teams can execute concurrent work safely.

What file formats do I need to prepare before generating tasks for feature planning?

Before generating tasks for feature planning, you must prepare a required plan.md and spec.md file within your spec-kit project structure. Optionally, you can also include data-model.md, research.md, and quickstart.md to enrich the output.