Help us improve
Share bugs, ideas, or general feedback.
From spec-kit
Orchestrates Spec Driven Development workflows by coordinating skills, loading dependencies, tracking progress across spec, plan, and implementation for /speckit-* commands.
npx claudepluginhub athola/claude-night-market --plugin spec-kitHow 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)
Establishes spex SDD methodology: workflow routing, process discipline, spec-first principle, skill discovery. Invoke at start of spex conversations to select workflow skills.
Routes development tasks to appropriate spec skills (brainstorm, plan, implement, finish). Enforces disciplined workflow phases and hard transitions for any conversation or task.
Transforms ideas into structured specifications (requirements, design, tasks) before implementation. Use when building features, fixing bugs, refactoring, or designing systems.
Share bugs, ideas, or general feedback.
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 + 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-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.Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag