speckit-orchestrator

Solid

Workflow orchestrator for Spec Driven Development. Coordinates skills and tracks progress. speckit workflow, spec driven development, speckit commands.

Testing & QA 297 stars 27 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Table of Contents - [Overview](#overview) - [Persistent Presence Lens](#persistent-presence-lens) - [When to Use](#when-to-use) - [Core Workflow](#core-workflow) - [Session Initialization](#session-initialization) - [Command-Skill Matrix](#command-skill-matrix) - [Progress Tracking Items](#progress-tracking-items) - [Exit Criteria](#exit-criteria) - [Related Skills](#related-skills) # Speckit Orchestrator ## Overview Coordinates the Spec Driven Development workflow, skill loading, and progress tracking throughout the command lifecycle. ## Persistent Presence Lens Treat SDD as a minimal, testable “self-modeling” loop: - **World model**: repo + speckit artifacts (`spec.md`, `plan.md`, `tasks.md`) - **Agent model**: loaded skills/plugins + constraints (especially `.specify/memory/constitution.md`) + progress state This mirrors patterns from open-ended embodied agents (e.g., Voyager/MineDojo) that compound capability via a curriculum (`tasks.md`) and a skill library (reusable plugin skills + superpowers methodology skills). ## When To Use - Starting any `/speckit-*` command. - Coordinating multi-phase development workflows. - Tracking progress across specification, planning, and implementation. - Ensuring skill dependencies are loaded. ## When NOT To Use - Single-phase work (just specify, or just plan) - Non-spec-driven projects ## Core Workflow ### Session Initialization 1. **Verify Repository Context** - Confirm working directory is a speckit-enabled proje...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

spec-orchestrator

Skill routing and workflow orchestration. Routes to correct spec skill based on task type. Establishes discipline and manages transitions between workflow phases. Use when starting any conversation or task to determine which spec skill applies.

28 Updated 1 weeks ago
martinffx
Testing & QA Listed

speckit-coach

Helps with SpecKit / Spec-Driven Development problems. Use when the user is stuck on: a failing simplicity gate or gate-validator rejecting acceptance criteria, deciding which checklist domains apply (api, security, observability, data-integrity, resilience), writing testable acceptance criteria the gate accepts, decomposing a large feature into multiple specs, creating a multi-spec technical roadmap, understanding the consensus protocol or how phase gates work, the difference between specify plan and specify tasks, what each /speckit-<command> does, how the tdd-mandate preset changes the workflow, where grill-me or clarify fit in the SDD process, repairing an existing speckit-pro project, making template customizations upgrade-safe, or browsing, installing, configuring, or removing SpecKit community extensions, presets, hooks, or catalog entries (verify, doctor, review, archive, retrospective, jira, azure-devops, and the rest of the upstream catalog). Not for actually running autopilot ($speckit-autopilot),

0 Updated yesterday
racecraft-lab
AI & Automation Listed

speckit-autopilot

Autonomous SpecKit workflow executor. Reads a populated workflow file and runs all 7 SDD phases (specify → clarify → plan → checklist → tasks → analyze → implement) with programmatic gate validation, multi-agent consensus resolution, and auto-commits. Use when the user says "run autopilot", "execute workflow", "autonomous speckit", "autonomous execution", "kick off autopilot", "start the autonomous pipeline", "drive it through all the SDD phases", "run the whole thing autonomously", "full end-to-end speckit run", or hands over a populated SPEC-NNN-workflow.md file for end-to-end execution. Requires SpecKit CLI installed, constitution created, and a populated workflow file. Not for SDD methodology questions ($speckit-coach), pre-spec scoping ($grill-me), new-spec setup ($speckit-scaffold-spec), status checks ($speckit-status), or PR comment resolution ($speckit-resolve-pr).

0 Updated yesterday
racecraft-lab
Testing & QA Listed

speckit-status

Show the current SpecKit roadmap and workflow status in Codex. Aggregates workflow files and technical roadmaps, highlights active specs, identifies blocked work, and recommends the next unblocked spec to start.

0 Updated yesterday
racecraft-lab
AI & Automation Solid

mission-orchestrator

Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.

297 Updated today
athola