spec-driven-development commands

2,427 tagged spec-driven-development, measured the same way as everything else here.

Browse within: github-copilot 43ai-development 36workflow 36vscode-extension 30speckit 27claude-code-hooks 26parallel-agents 25kiro 24steering 24akka 22bmad-method 22claude-code-plugins 22gemini-ai 22ai-sdlc 20

lee-to/ai-factory

Agent

Coordinate parallel execution of independent plan tasks. For single tasks — implements directly with quality sidecars. For parallel tasks — dispatches implement-worker workers. Use via claude --agent implement-coordinator.

1.1k 5d ago A 44 tokens

plan-coordinator

74

lee-to/ai-factory

Agent

Iteratively polish a plan by launching plan-polisher in a loop until critique passes or max iterations reached. Use via claude --agent plan-coordinator.

1.1k 5d ago A 36 tokens

plan-polisher

75

lee-to/ai-factory

Agent

Create or refresh an /aif-plan plan, critique it, and run one refinement round at most. The caller launches another plan-polisher for further iterations if needed.

1.1k 5d ago A 38 tokens

zhu1090093659/spec_driven_develop

Instructions file

Instructions for zhu1090093659/spec_driven_develop: Read AGENTS.md first. It is the shared project-level instruction source for Codex, OpenCode, Cursor, Claude Code, and other Markdown-aware coding agents.

976 +1 1mo ago A 168 tokens original MIT

spec-driven-develop

78

zhu1090093659/spec_driven_develop

Plugin Claude Code

Three complementary AI agent skills: (1) Spec-Driven Develop — automates full development workflow for large-scale complex tasks: project analysis, task decomposition, project governance, progress tracking, and execution; (2) Deep Discuss — structured deep discussion for problem analysis, brainstorming, and solution…

976 +1 1mo ago A tokens not measured original MIT

code-reviewer

79

zhu1090093659/spec_driven_develop

Agent

Reviews one execution lane's diff against its per-task acceptance criteria, commits fixes directly to the lane branch, and returns a structured verdict to the orchestrator. Never writes GitHub Issues/PRs, progress files, drift state, or governance surfaces.

976 +1 1mo ago A 54 tokens original MIT

task-architect

80

zhu1090093659/spec_driven_develop

Agent

Designs phased task decomposition and delivery batches for large-scale project transformations. Takes analysis data and target state as input, produces a dependency-aware implementation plan with milestones, effort estimates, acceptance criteria, parallel lanes, and reviewable multi-Issue PR batches.

976 +1 1mo ago A 54 tokens original MIT

task-executor

81

zhu1090093659/spec_driven_develop

Agent

Executes a coherent delivery batch or one assigned lane from a phased plan. Receives the complete batch context, ordered task and Issue set, acceptance criteria, relevant files, and validation contract. Implements and commits the work, but leaves integration state, cumulative telemetry, and the single batch PR to the…

976 +1 1mo ago A 66 tokens original MIT

deep-discuss

82

zhu1090093659/spec_driven_develop

Skill Claude CodeCodex

A structured discussion workflow for exploring a problem over several rounds before choosing a solution.

976 +1 1mo ago A 181 tokens original MIT

review-spd

83

zhu1090093659/spec_driven_develop

Skill Claude CodeCodex

Findings-first code review workflow for AI coding agents. Use when the user asks to review uncommitted changes, commits in a date range, or a branch compared to the main branch / PR-style diff. Focuses on bugs, regressions, correctness risks, missing tests, security/data-safety issues, and other behavior-changing…

976 +1 1mo ago A 72 tokens original MIT

spec-driven-develop

84

zhu1090093659/spec_driven_develop

Skill Claude CodeCodex

Automates pre-development workflow for large-scale complex tasks. Use when the user mentions "rewrite", "migrate", "overhaul", "refactor entire project", "transform", "rebuild in [language]", "spec-driven", or describes any large-scale project transformation that requires planning before coding. Also triggers on…

976 +1 1mo ago A 148 tokens original MIT

spec-superflow

85

MageByte-Zero/spec-superflow

Plugin Claude Code

Spec-first workflow: integrates OpenSpec planning engine + Superpowers execution discipline. 9 collaborative skills with embedded TDD, SDD, code review, debugging, and delta spec sync.

776 4d ago A tokens not measured original MIT

MageByte-Zero/spec-superflow

Instructions file GitHub Copilot

Instructions for the exploring stage of the spec-superflow software-change workflow. At this stage, the agent can clarify needs and compare options but cannot create plans or implementation files.

776 4d ago A 104 tokens original MIT

MageByte-Zero/spec-superflow

Instructions file CodexOpenCode

Instructions for MageByte-Zero/spec-superflow, covering agents.md, what this is, commands, build typescript and run integration tests.

776 4d ago A 1,810 tokens original MIT

MageByte-Zero/spec-superflow

Instructions file Gemini CLI

A set of instructions for running the spec-superflow workflow, a step-by-step process for planning, building, reviewing, debugging, and closing a software change.

776 4d ago A 178 tokens original MIT

SessionStart

89

MageByte-Zero/spec-superflow

Hook

Runs when a session starts, running an inline shell check. From MageByte-Zero/spec-superflow.

776 4d ago A tokens not measured copy · 59% MIT

build-executor

90

MageByte-Zero/spec-superflow

Skill Claude CodeCodex

Govern implementation from an approved execution contract. Invoke when execution-contract.md is approved and the user wants disciplined build work, TDD execution, or guarded batch-by-batch implementation.

776 4d ago A 39 tokens original MIT

release-archivist

91

MageByte-Zero/spec-superflow

Skill Claude CodeCodex

Close out a spec-superflow change with verification, summary, and archive readiness. Invoke when implementation is complete, verification is underway, or the user asks for a final wrap-up.

776 4d ago A 42 tokens original MIT

workflow-start

92

MageByte-Zero/spec-superflow

Skill Claude CodeCodex

Primary entry point for the spec-superflow state-machine workflow. Invoke when the user is inside an active spec-superflow change directory (look for .spec-superflow.yaml, changes/ /, proposal.md, specs/, design.md, tasks.md, or execution-contract.md) and asks to start, continue, resume, implement, plan, or figure out…

776 4d ago A 125 tokens original MIT

next-stage

93

shotgun-sh/shotgun

Command Claude Code

Create a branch. I am going to take a shower for the next 90 minutes and I need the next stage to be finished before I come back. All of the research, contracts, specification, plan, and tasks in .shotgun/ this directory is just specifications and example code. Second Explore the codebase to come up with a detailed…

681 +1 3mo ago A 0 tokens original MIT

pr

94

shotgun-sh/shotgun

Command Claude Code

make sure mypy and ruff checks pass, and that the pytest ONLY smoke tests pass. then get this up into a PR.

681 +1 3mo ago A 0 tokens original MIT

review

95

shotgun-sh/shotgun

Command Claude Code

Review the current pull request to look for things like: Inline imports = We must remove these unless they are truly needed. dicts being returned by services/routers that should be Pydantic Models. Pydantic Model classes should be moved to a models.py file in the appropriate folder. Any leftover TODOs = We need to…

681 +1 3mo ago A 0 tokens original MIT

shotgun CLAUDE.md

96

shotgun-sh/shotgun

Instructions file

Instructions for shotgun-sh/shotgun, covering claude code instructions for shotgun, evals, writing eval test cases, architecture documentation and commit message convention.

681 +1 3mo ago A 3,724 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: