ADRAuthor
01Agent
Creates, amends, and supersedes standalone MADR ADR files under specs/adrs/ and prepares sad.md ADR catalog updates.
48 tagged spec kit, measured the same way as everything else here.
Browse within: spec-driven-development 43github-copilot 42spec-driven 42copilot-coding-agent 41
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.
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 Claude Code
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. MUST BE USED after any non-trivial change before commit. Trivial changes (single-file, no signature/contract/schema change) are exempt.
Agent Claude Code
Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Language-agnostic — covers JS/TS, Python, Go, Rust, containers, IaC, CI/CD. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10…
Agent Claude Code
Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Language-agnostic — detects the stack and uses the matching test runner. Ensures 80%+ test coverage.
Agent
Evaluates APIs, configurations, and library interfaces for misuse resistance and footgun potential. Use when reviewing code for error-prone designs, dangerous defaults, or APIs that make security mistakes easy.