speckit-orchestrator

Automate SpecKit pipeline steps with gated human checkpoints.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lamtuanvu/agentskills --skill speckit-orchestrator-lamtuanvu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-orchestrator
Source: https://github.com/lamtuanvu/agentskills/tree/main/skills/speckit-orchestrator
Command: npx skills add https://github.com/lamtuanvu/agentskills --skill speckit-orchestrator-lamtuanvu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Speckit orchestrator coordinates the SpecKit feature pipeline end-to-end, ensuring artifacts stay aligned with the approved idea and enabling gated progression between steps.

Core Features & Use Cases

  • Coordinates specify → clarify → plan → tasks → analyze → implement steps, with optional team-based phases.
  • Maintains a single source of truth via idea.md and orchestrator-state.json to track progress and enforce gates.
  • Supports pausing, rolling back, and archiving completed runs for auditability.

Quick Start

Initialize the feature on a branch and run the orchestrator to progress through the pipeline steps with human gates where required.

Frequently Asked Questions about speckit-orchestrator

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

FAQPage Schema
How do I automate a feature pipeline while keeping human approval gates?

Automating a feature pipeline with human approval gates involves coordinating end-to-end execution while pausing for required checkpoints. This orchestrator automates specify, clarify, plan, tasks, analyze, and implement steps, enforcing gated progression to maintain alignment with approved ideas.

What is the best way to track pipeline state and enforce consistency across feature artifacts?

Tracking pipeline state and enforcing consistency requires a single source of truth. This orchestrator relies on idea.md for the approved concept and orchestrator-state.json for progress tracking, ensuring all generated artifacts stay aligned throughout the feature lifecycle.

Can I pause, roll back, or archive a completed pipeline run for auditing?

Pausing, rolling back, and archiving completed pipeline runs are supported for auditability. The orchestrator manages state transitions, allowing you to halt execution, revert to previous steps, or archive completed runs to maintain strict governance over your feature pipeline.

How do I run parallel team phases during the feature planning workflow?

Running parallel team phases during the feature planning workflow is supported when enabled. The orchestrator optionally coordinates team-based phases and plan-review steps, allowing multiple team activities to execute in parallel while maintaining gated checkpoints.

Do I need any external dependencies to orchestrate the SpecKit pipeline?

No external dependencies are required to orchestrate the pipeline. The orchestrator operates independently using internal scripts and references, relying solely on local idea.md and orchestrator-state.json files to coordinate execution and track progress.