speckit-workflow

Coordinate Speckit workflows by enforcing pre-decomposed tasks.md as the authoritative source.

3|11|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/unbound-force/unbound-force --skill speckit-workflow-unbound-force
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-workflow
Source: https://github.com/unbound-force/unbound-force/tree/main/.opencode/skills/speckit-workflow
Command: npx skills add https://github.com/unbound-force/unbound-force --skill speckit-workflow-unbound-force

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit workflows rely on a clear, authoritative task decomposition. This skill enforces the use of pre-decomposed tasks.md when present, preventing unnecessary re-decomposition and reducing drift between planning and execution.

Core Features & Use Cases

  • Enforce pre-decomposed tasks.md as the source of truth for active features, with automatic fallback to standard decomposition when tasks.md is absent.
  • Map each phase in the spec to a Swarm epic (e.g., Setup, Foundational, US1, US2, Polish) and generate one epic per phase to structure work.
  • Coordinate both parallel and sequential work items, automatically skipping already completed tasks and reserving target files for workers.
  • Provide safeguards for branch safety and phase checkpoints, ensuring changes are committed before switching branches or proposing PRs.

Quick Start

Trigger the Speckit workflow by loading the required hero context and running the /unleash command.

Frequently Asked Questions about speckit-workflow

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

FAQPage Schema
How do I coordinate tasks from a pre-decomposed plan in a workflow?

Workflow orchestration enforces a pre-decomposed tasks.md as the authoritative source, mapping phases to epics to prevent planning drift and reduce unnecessary re-decomposition during execution.

How do I map workflow phases to epics for parallel and sequential execution?

You can map each phase in your spec to a swarm epic to structure work, coordinating both parallel and sequential items while automatically skipping tasks that are already completed.

What happens if I run task orchestration without a tasks.md file?

When tasks.md is absent, the workflow orchestration automatically falls back to standard decomposition to generate the required task list for mapping phases to swarms and epics.

Does task orchestration provide branch safety for committing changes?

Yes, task orchestration includes branch safety guardrails and phase checkpoints, ensuring changes are committed before switching branches or proposing pull requests to protect your codebase.

Does workflow orchestration work with both strategic and tactical specs?

Yes, workflow orchestration applies to Speckit strategic workflows and OpenSpec tactical workflows where a tasks.md defines phases to map to swarms and epics for execution.