One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-tasks-b0yz4kr14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-tasks
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-tasks-b0yz4kr14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns design artifacts (plan and user stories) into an immediately executable tasks.md with correct ordering, clear file paths, and story-by-story increments.

Core Features & Use Cases

  • Dependency-ordered task generation from plan.md and spec.md, organized by user story priority (P1, P2, P3, etc.).
  • Optional enrichment using data-model.md, contracts/, and research.md when present to map entities and interface contracts to the right story phases.
  • Extensible pre/post workflow via .specify/extensions.yml hooks, while safely skipping hook-condition interpretation.

Quick Start

Run the speckit-tasks skill with your $ARGUMENTS so it generates a tasks.md using the specify-kit project structure under the feature directory.

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 engineering tasks from a specification?

Generate dependency-ordered engineering tasks by transforming plan.md and spec.md into a tasks.md file, organizing implementation phases by user story priority and mapping dependencies to ensure correct execution order.

How does user story priority affect task generation in an engineering workflow?

User story priority shapes task generation by organizing implementation phases into P1, P2, and P3 increments, ensuring higher priority stories are executed first and dependency graphs align with story scope.

Can I incorporate data models and interface contracts into task generation?

Yes, task generation optionally enriches output using data-model.md and contracts/ directories when present, mapping entities and interface contracts to the correct setup and story tasks within the implementation phases.

How do I add custom pre and post workflow hooks to my task checklist?

Add custom pre and post workflow hooks by defining before_tasks and after_tasks extension hooks in the .specify/extensions.yml file, which integrate into the generated task checklist while safely skipping hook-condition interpretation.

What is the best way to turn design artifacts into an executable implementation plan?

Turn design artifacts into an executable implementation plan by processing plan.md and user stories into a tasks.md file with correct dependency ordering, clear file paths, and story-by-story incremental checklists.

Does task generation enforce checklist formatting and validate task completeness?

Yes, task generation enforces strict checklist formatting and validates task completeness to ensure the resulting tasks.md file provides immediately executable, properly structured implementation steps.