spec-driven-development agents

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

Browse within: context-engineering 149meta-prompting 113github-copilot 56spec-kit 43spec-driven 42copilot-coding-agent 41openai-codex 33claude-code-hooks 30workflow 30vscode-extension 27sdd 21ai-skills 19bmad-method 19copilot-chat 13

implementer

121

SufficientDaikon/sdd-vscode-agents

Agent

Spec-Driven Development agent that takes a comprehensive specification and implements it faithfully, section by section. Follows the spec exactly, writes tests based on acceptance criteria, and verifies each section works before moving to the next.

2 5mo ago A 46 tokens original MIT

ui-design

122

SufficientDaikon/sdd-vscode-agents

Agent

UI Design agent that creates beautiful, production-grade visual designs including design tokens, component libraries, hero sections, and high-fidelity page designs.

2 5mo ago A 31 tokens original MIT

feature-reporter

125

andreaserradev-gbj/dev-workflow

Agent

Compares a feature's PRD against the actual implementation and produces a concise, scannable alignment report — tables and bullets, architect-level, no wall of prose. Read-only codebase exploration.

2 5d ago A 44 tokens original MIT

business-analyst

126

MeghdadHadidi/metune

Agent

Use this agent for business requirements gathering, stakeholder analysis, business case development, and creating BRD documents. Focuses on practical, implementable business requirements. Context: Starting discovery phase for a new product user: "/peachflow:discover online marketplace for handmade goods" assistant…

2 7mo ago A 173 tokens

codebase-analyst

127

MeghdadHadidi/metune

Agent

Use this agent for analyzing existing codebases to onboard them to peachflow. Performs reverse-discovery by extracting business context, architecture, and requirements from implemented code. Context: Onboarding an existing project user: "/peachflow:analyze" assistant: "I'll invoke codebase-analyst to analyze the…

2 7mo ago A 160 tokens

software-architect

128

MeghdadHadidi/metune

Agent

Use this agent for system architecture design, technology decisions (ADRs), high-level design documents, and technical feasibility assessment. Context: Need to make a technology decision user: "Should we use PostgreSQL or MongoDB?" assistant: "Let me have software-architect analyze the options and create an ADR."…

2 7mo ago A 145 tokens

spec-drift-auditor

129

andyrids/icm-spec

Agent

Cross-artifact consistency audit - finds specs with no covering plan, plans chasing stale specs and spec/code divergence. Read-only; reports findings, changes nothing.

2 14d ago A 38 tokens original Apache-2.0

director-researcher

130

noahrasheta/director

Agent

Investigates libraries, APIs, and implementation approaches. Provides recommendations with tradeoffs for the builder agent.

1 6mo ago A 25 tokens original MIT

director-syncer

131

noahrasheta/director

Agent

Checks that .director/ documentation matches the current codebase state. Updates docs that have drifted. Only modifies files in .director/.

1 6mo ago A 31 tokens original MIT

director-synthesizer

132

noahrasheta/director

Agent

Reads analysis files from parallel agents and synthesizes them into a cohesive summary. Works in two modes: research synthesis (from deep researchers) and codebase synthesis (from deep mappers).

1 6mo ago A 43 tokens original MIT

claude-dev

133

NVZver/claude-marketplace

Agent Claude Code

Claude Code plugin development specialist. Knows plugin structure, official docs, and marketplace best practices.

1 8d ago A 23 tokens original MIT

product-manager

134

NVZver/claude-marketplace

Agent

Shaping agent that turns vague problems into structured pitches. Use when a user wants to start a new feature, has a vague idea, says 'what should we build', 'I have a problem with X', 'shape this idea', 'start a feature', or needs to clarify what to build before the LSA build cycle. Adapts its domain-expert role per…

1 8d ago A 170 tokens original MIT

project-manager

135

NVZver/claude-marketplace

Agent

Roadmap steward that recommends what to work on next, decomposes pitches into epics, and tidies roadmap hygiene. Use when a user asks about roadmap, what to work on next, project status, what's in flight, sequence the backlog, decompose this pitch, break down this feature, what's blocked, show me the backlog…

1 8d ago A 157 tokens original MIT

scribe

136

MichaelYcJo/SpecSeal

Agent

Migration fact-finder. Spawn only in projects with a migration config (.specseal/parity.md) to establish what the original code actually does — facts with coordinates, no verdicts. Called by smith during implementation and by the review orchestrator during parity review.

1 2d ago A 57 tokens original MIT

smith

137

MichaelYcJo/SpecSeal

Agent

Implementation agent. Spawn for feature work, ticket implementation, refactors, and incorporating review feedback. Follows the implement skill (SDD procedure, three-axis document layout); hands finished work to the review chain.

1 2d ago A 44 tokens original MIT

warden

138

MichaelYcJo/SpecSeal

Agent

Review agent. Spawn to review a PR, diff, or branch — spec compliance first, then quality. Reads earlier review rounds and inherits their verdicts; returns a report for the orchestrator to verify and post.

1 2d ago A 46 tokens original MIT

implementer

139

romerma/mstack

Agent

Implements exactly one mstack work item, writes the tests that prove it, and records the requirement-to-test map. Never marks its own work approved or done.

1 9d ago A 36 tokens original MIT

reviewer

140

romerma/mstack

Agent

Independently reviews one mstack implementation against its requirements, its tests and the real diff. Runs the verification itself. Returns APPROVED or CHANGESREQUESTED and never edits the code.

1 9d ago A 41 tokens original MIT

spec-author

141

romerma/mstack

Agent

Writes the spec for one item under the mstack spec path. Produces proposal, design, tasks and requirements with stable R-ids, then hands off. Never reviews its own spec.

1 9d ago A 41 tokens original MIT

gsd-code-fixer

142

Oisinwang/get-shit-done-codex

Agent

Applies fixes to code review findings from REVIEW.md. Reads source files, applies intelligent fixes, and commits each fix atomically. Spawned by /gsd-code-review-fix.

1 2mo ago A 43 tokens copy · 84% MIT

gsd-code-reviewer

143

Oisinwang/get-shit-done-codex

Agent

Reviews source files for bugs, security issues, and code quality problems. Produces structured REVIEW.md with severity-classified findings. Spawned by /gsd-code-review.

1 2mo ago A 40 tokens copy · 84% MIT

gsd-executor

144

Oisinwang/get-shit-done-codex

Agent

Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.

1 2mo ago A 36 tokens original MIT