speckit-tasks

Execute a source skill to generate dependency-ordered Speckit tasks.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/opensoft/dartwing-ocr-pipeline --skill speckit-tasks-opensoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/opensoft/dartwing-ocr-pipeline/tree/main/plugins/speckit/skills/speckit-tasks
Command: npx skills add https://github.com/opensoft/dartwing-ocr-pipeline --skill speckit-tasks-opensoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a wrapper that orchestrates Speckit task generation by delegating to a source skill and routing user input to that skill.

Core Features & Use Cases

  • Orchestrates Speckit task generation by executing the source skill and forwarding user input.
  • Enables dependency-ordered task planning and automatic task generation via the source skill.
  • Use Case: Given a user command, it delegates to the source skill to produce a structured set of implementation tasks.

Quick Start

Pass input after /speckit.tasks to the source skill to generate tasks.

Frequently Asked Questions about speckit-tasks

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

FAQPage Schema
How do I automate dependency-ordered task generation for an AI pipeline?

Dependency-ordered task generation is automated by orchestrating the Speckit source skill and routing user input to produce structured implementation tasks. This workflow reads the source skill first and then executes end-to-end.

What is workflow orchestration for task planning and how does it execute?

Workflow orchestration for task planning delegates user input to a source skill to automatically generate structured implementation tasks. It routes the input to the source skill and executes the wrapped workflow end-to-end.

Can I use Speckit to route user commands and generate structured implementation tasks automatically?

Yes, Speckit routes user commands by executing the source skill and forwarding the input to automatically generate a structured set of implementation tasks. This is done by passing input after the command.

What's the best way to start generating tasks through an orchestration wrapper?

The best way to start generating tasks is to pass your input directly after the Speckit tasks command. The wrapper orchestrates the generation by reading the source skill and routing the input.

Do I need any dependencies to run the Speckit task generation workflow?

No external dependencies are required to run the Speckit task generation workflow. The skill operates independently by wrapping the source skill and routing user input to generate dependency-ordered tasks.

Why does the task generation workflow need to read the source skill first?

Reading the source skill first is required to properly route subsequent user input and execute the wrapped workflow end-to-end. This ensures the dependency-ordered task planning and generation is handled correctly.