athola/speckit-orchestrator
Orchestrates Spec Driven Development by coordinating spec, plan, and task skills. Use when running the full speckit workflow from spec to implementation.
npx skills add https://github.com/athola/claude-night-market --skill speckit-orchestrator
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..specify/ directory structure..specify/memory/constitution.md for constraints/principles.spec.md / plan.md / tasks.md context if present.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.Take athola/speckit-orchestrator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.