ADRAuthor
01Agent
Creates, amends, and supersedes standalone MADR ADR files under specs/adrs/ and prepares sad.md ADR catalog updates.
109 tagged spec driven, measured the same way as everything else here.
Browse within: spec-driven-development 42spec-kit 42copilot-coding-agent 41github-copilot 41codex-cli 23subagents 23ai-development 22Multi-Agent 20development-methodology 20harness-engineering 14knowledge-management 14opencode-plugin 14sdd 14context-engineering 10
Agent
Creates, amends, and supersedes standalone MADR ADR files under specs/adrs/ and prepares sad.md ADR catalog updates.
Agent
Detects the current feature branch, derives the feature directory, validates prerequisites, and returns structured context for other SDD Pilot agents.
Agent
QC sub-agent. Executes tests, static analysis, and security tools. Asks user for permission before installing missing dependencies.
Agent
A read-only code reviewer for SDD task reviews and codebase audits. SDD is a way to define and deliver software through structured tasks and design information.
Agent
A second full-stack development role for work that can run alongside another developer’s track. Full-stack work covers both application interfaces and server-side code.
Agent
质量控制专家(Reviewer #2)- 代码审查(diff / 逻辑 / 安全正确性)。非测试执行席。 Quality Control Specialist (Reviewer #2) - code review (diff, logic, security/correctness). Not a test runner.
lindoelio/spec-driven-steroids
Agent
Use this planner when the user wants implementation to be specified and approved before code changes. Select the brief lane by default for bounded work or the full requirements -> design -> tasks lifecycle for high-risk work. Never implement before the selected lane's approval gate.
Agent
Independent research agent — sees only questions, never the brief.
Agent
Independent verification agent — checks implementation against spec, read-only.
Agent
Validates designs against WCAG AA accessibility standards. Checks contrast ratios, touch targets, and semantic structure. Spawned by /gdd:audit-accessibility.
Agent
Synthesizes user answers from the questioning phase into a structured BRIEF.md. Spawned by /gdd:new-design orchestrator.
Agent
Creates the complete design system — tokens, scales, and component patterns. The most important agent in the framework. Spawned by /gdd:spec-phase 1 or /gdd:edit-tokens.
Agent
Product design and requirements decomposition for greenfield projects.
Agent
Release engineering and housekeeping.
Agent
Implementation specialist focused on TDD.
Agent Cursor
MODE and SPECDIR are passed by the orchestrator.
Agent Cursor
Turn DB schema JSON + stack into persistence-layer skeleton only (entities, DbContext, schema.prisma append, etc.). No HTTP layer, no src/features/ product code, no task files.
Agent Cursor
The orchestrator (/ship) passes a MODE flag and the corresponding feature root.
Agent Claude Code
AWK Architecture Reviewer. Performs architecture-level review focusing on code organization, module boundaries, dependency direction, and design patterns. Used as optional second reviewer when review.multimodel is enabled.
Agent Claude Code
AWK Merge Conflict Resolver. Resolves git merge conflicts in a worktree. Used when dispatch-worker returns needsconflictresolution status.
Agent Claude Code
AWK PR Reviewer. Executes complete PR review flow: prepare -> review implementation -> verify tests -> submit. Used when analyze-next returns reviewpr.
stepanenkoviktor0110-boop/ai-dev-methodology-codex
Agent
Validates task files against task template and task-creator rules. Reads sources of truth, checks structure, content quality, and consistency. Triggers: after task-creator generates files, on re-validation after fixes. Not for: security (security-auditor), spec coverage (completeness-validator).
stepanenkoviktor0110-boop/ai-dev-methodology-codex
Agent
Validates tech-spec template compliance and implementation task quality: sections present, frontmatter correct, standards compliance, verification plan, task skill correctness, task brevity, decisions placement. Security, adequacy, testing strategy, and code mirage detection handled by dedicated validators. Use before…
stepanenkoviktor0110-boop/ai-dev-methodology-codex
Agent
Validates user-spec quality and completeness — document structure, content coverage, acceptance criteria testability, edge cases, contradictions, and interview coverage. Scope: document quality only. Solution adequacy (feasibility, overengineering, alternatives, stack compatibility) is handled by…