Workflow orchestrator for Spec Driven Development. Coordinates skills and tracks progress. speckit workflow, spec driven development, speckit commands.
Orchestrates spec-driven development workflows by coordinating skills and tracking progress across specification, planning, and implementation phases.
/plugin marketplace add athola/claude-night-market/plugin install sanctum@claude-night-marketThis skill inherits all available tools. When active, it can use any tool Claude has access to.
modules/artifact-structure.mdmodules/command-skill-matrix.mdmodules/progress-tracking.mdmodules/writing-plans-extensions.mdCoordinates 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
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.