Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
athola avatar

Speckit Orchestrator

  • 96 installs
  • 325 repo stars
  • Updated August 2, 2026
  • athola/claude-night-market

Orchestrate spec-kit workflows so an agent produces spec, plan, tasks, and quality checklists in `.specify` and `specs/{N}-{name}/` before implementation.

About

speckit-orchestrator is the coordination skill for Claude Night Market’s spec-kit: it tells your coding agent how to walk a feature from user-facing specification through technical plan, task breakdown, and checklist-backed quality gates. Solo and indie builders use it when ad-hoc prompts produce inconsistent folders or skip validation before code—spec-kit instead standardizes `specs/{N}-{short-name}/` with spec.md (what and why), plan.md (how), tasks.md (implementation order), plus research.md and data-model.md when needed, all anchored by `.specify` scripts, templates, and memory. The ingested readme documents artifact-structure as a reference dependency on speckit-orchestrator, which clarifies purposes and organization rather than replacing the orchestrator’s runtime steps. Complexity is beginner-oriented with structured templates, so it fits Validate and early Build PM work more than production monitoring. After scope is stable, you typically continue into Build subphases using tasks.md as the agent backlog and re-run checklist folders before ship-ready reviews.

  • Step-by-step spec-kit artifact model: spec.md, plan.md, tasks.md
  • Per-feature `specs/{N}-{short-name}/` directories with themed checklists (requirements, ux, api, security)
  • `.specify/` infrastructure for scripts, templates, and project memory/constitution
  • Companion reference docs artifact-structure with beginner complexity (~800 estimated tokens)
  • Quality validation folders under `checklists/` separate from implementation tasks

Speckit Orchestrator by the numbers

  • 96 all-time installs (skills.sh)
  • Ranked #1,379 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/athola/claude-night-market --skill speckit-orchestrator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs96
repo stars325
Security audit3 / 3 scanners passed
Last updatedAugust 2, 2026
Repositoryathola/claude-night-market

What it does

Orchestrate spec-kit workflows so an agent produces spec, plan, tasks, and quality checklists in `.specify` and `specs/{N}-{name}/` before implementation.

Files

SKILL.mdMarkdownGitHub ↗

Table of Contents

Speckit Orchestrator

Overview

Coordinates the Spec Driven Development workflow, skill loading, and progress tracking throughout the command lifecycle.

Persistent Presence Lens

Treat SDD as a minimal, testable "self-modeling" loop:

  • World model: repo + speckit artifacts (spec.md, plan.md, tasks.md)
  • Agent model: loaded skills/plugins + constraints (especially .specify/memory/constitution.md) + progress state

This 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).

When To Use

  • Starting any /speckit-* command.
  • Coordinating multi-phase development workflows.
  • Tracking progress across specification, planning, and implementation.
  • Ensuring skill dependencies are loaded.

When NOT To Use

  • Single-phase work (just specify, or just plan)
  • Non-spec-driven projects

Core Workflow

Session Initialization

1. Verify Repository Context

  • Confirm working directory is a speckit-enabled project.
  • Check for .specify/ directory structure.
  • Validate required scripts exist.

2. Load Persistent State ("presence")

  • Read .specify/memory/constitution.md for constraints/principles.
  • Load current spec.md / plan.md / tasks.md context if present.

3. Load Command Dependencies

  • Match current command to required skills.
  • Load complementary superpowers skills.

4. Initialize Progress Tracking

  • Create TodoWrite items for workflow phases.
  • Track completion status.

Command-Skill Matrix

Quick reference for command-to-skill mappings:

CommandPrimary SkillComplementary Skills
/speckit-specifyspec-writingbrainstorming
/speckit-clarifyspec-writingbrainstorming
/speckit-plantask-planningwriting-plans
/speckit-taskstask-planningexecuting-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.

Progress Tracking Items

For each workflow session, track:

  • [ ] Repository context verified.
  • [ ] Prerequisites validated.
  • [ ] Command-specific skills loaded.
  • [ ] Artifacts created/updated.
  • [ ] Verification completed.

For detailed patterns: See modules/progress-tracking.md for TodoWrite patterns and metrics.

Exit Criteria

  • Active command completed successfully.
  • All required artifacts exist and are valid.
  • Progress tracking reflects current state.
  • No unresolved blockers.

Related Skills

  • 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.

Related skills

FAQ

Is Speckit Orchestrator safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.