One-click install
npx skills add https://github.com/mustafaelshahhat-art/Dr_Mirror --skill speckit-tasks-mustafaelshahhat-art
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/mustafaelshahhat-art/Dr_Mirror/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/mustafaelshahhat-art/Dr_Mirror --skill speckit-tasks-mustafaelshahhat-art

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts available design artifacts (plan, spec, and related docs) into a dependency-ordered, ready-to-run tasks.md so teams can implement features without ambiguity.

Core Features & Use Cases

  • Dependency-ordered task generation: Builds tasks by user story priority (P1, P2, P3…) with explicit completion dependencies.
  • Artifact-aware workflow: Uses plan.md and spec.md as required inputs, and optionally incorporates data-model.md, contracts/, research.md, and quickstart.md when present.
  • Execution-ready output: Produces tasks.md that follows a strict checklist format with file paths and independent test criteria.

Quick Start

Ask the AI to run speckit-tasks with your feature’s arguments so it reads the design docs under the feature directory and generates an immediately executable tasks.md.

Frequently Asked Questions about speckit-tasks

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

FAQPage Schema
How do I generate executable tasks from spec and plan documents?▼

To generate executable tasks from spec and plan documents, the skill reads plan.md and spec.md to extract tech stack and user-story priorities, producing a dependency-ordered tasks.md file.

How does dependency-ordered task generation organize implementation phases?▼

Dependency-ordered task generation organizes implementation phases by mapping user stories to priority levels (P1, P2, P3) and defining explicit completion dependencies for parallel execution.

Can I use additional design artifacts like data models and contracts to generate task checklists?▼

Yes, you can optionally incorporate data-model.md, contracts, research.md, and quickstart.md files alongside the required plan.md and spec.md to enrich the generated task checklist.

What is the best way to structure a tasks.md file for spec-driven development?▼

The best way to structure a tasks.md file for spec-driven development is using a strict checklist format that includes file paths, independent test criteria, and user-story organization.

Do I need a complete spec-driven development environment to generate implementation tasks?▼

No, you only need the required plan.md and spec.md feature design artifacts present in your feature directory to generate an immediately executable tasks.md file.

Why are my generated user stories missing parallel execution examples?▼

Generated user stories miss parallel execution examples when the task generation process lacks proper mapping of entities, contracts, and decisions to user stories for dependency validation.