plugins/spec-kit/skills/speckit-orchestrator/SKILL.md
Orchestrates Spec Driven Development by coordinating spec, plan, and task skills. Use when running the full speckit workflow from spec to implementation.
npx skillsauth add athola/claude-night-market speckit-orchestratorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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-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.tools
Detect friction signals; graduate patterns into rules. Use for session retrospectives.
testing
Use when you need a diff-derived test plan for an MR — reads the diff, groups changes by area, runs targeted verifications, and proves revert-tests are genuine guards, not dead assertions.
development
Curate the web-capture index. Use when the capture backlog grows, captures sit unprocessed at seedling/pending, or to surface stored research during work.
testing
Probe memory/summary clarity via dual anchor questions: task progress, info gaps. Use when verifying session state or summary before handoff or compression.