From spec-kit
Orchestrates Spec Driven Development by coordinating spec, plan, and task skills. Loads dependencies and tracks progress through the full workflow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spec-kit:speckit-orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Coordinates the Spec Driven Development workflow, skill loading, and progress tracking throughout the command lifecycle.
Treat SDD as a minimal, testable "self-modeling" loop:
spec.md, plan.md, tasks.md).specify/memory/constitution.md) + progress stateThis 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 and superpowers methodology skills).
/speckit-* command.Verify Repository Context
.specify/ directory structure.Load Persistent State ("presence")
.specify/memory/constitution.md for constraints/principles.spec.md / plan.md / tasks.md context if present.Load Command Dependencies
Initialize Progress Tracking
Quick reference for command-to-skill mappings:
| Command | Primary Skill | Complementary Skills |
|---|---|---|
/speckit-specify | spec-writing | brainstorming |
/speckit-clarify | spec-writing | brainstorming |
/speckit-plan | task-planning | writing-plans |
/speckit-tasks | task-planning | executing-plans |
/speckit-implement | - | executing-plans, systematic-debugging |
/speckit-converge | - | executing-plans, verification-before-completion |
/speckit-analyze | - | systematic-debugging, verification |
/speckit-checklist | - | verification-before-completion |
For detailed patterns: See modules/command-skill-matrix.md for complete mappings and loading rules.
See modules/writing-plans-extensions.md for plan authoring patterns.
For each workflow session, track:
For detailed patterns: See modules/progress-tracking.md for TodoWrite patterns and metrics.
spec-writing: Specification creation and refinement.task-planning: Task generation and planning.superpowers:brainstorming: Idea refinement.superpowers:writing-plans: Implementation planning.superpowers:executing-plans: Task execution.npx claudepluginhub athola/claude-night-market --plugin spec-kitRoutes to the correct spec skill based on task type. Establishes workflow discipline and manages transitions between phases. Use at the start of any conversation or task.
Transforms ideas into structured specifications (requirements, design, tasks) before implementation. Use when building features, fixing bugs, refactoring, or designing systems.
Guides spec-driven development through phases: research, requirements, design, tasks, autonomous task-by-task implementation. Decomposes large epics into ordered specs with progress tracking.