Agent Claude Code
Issues REST API review. Verify Request/Response records, ArchUnit rules, and endpoint security before merge.
Agent Claude Code
Issues REST API review. Verify Request/Response records, ArchUnit rules, and endpoint security before merge.
Agent Claude Code
Issues documentation maintainer. Update architecture, domain spec, and feature catalog after API or behaviour changes.
Agent Claude Code
Issues domain modeling. Propose domain-spec and ubiquitous language before implementation. Use proactively before ticket, workflow, project, or notification features.
Agent Claude Code
Issues product owner. Validate implementation against feature catalog and feature/.md definitions; find gaps, stale docs, and missing happy paths. Suggest backlog ideas. Use when reviewing product completeness, catalog compliance, or prioritizing new capabilities.
Agent Claude Code
Issues security auditor. Review code for authz, authn, injection, secrets, and XSS/CSRF risks; write a findings report and teach developers how to fix each issue via remediation tasks. Use for security audits — not for implementing patches. Prefer over generic review when the user asks for security issues or a full…
Agent Claude Code
TDD Green phase for Issues. Minimal production code to pass the Red test — no refactor. Use after tdd-red confirms failure.
Agent Claude Code
TDD Red phase for Issues. Create a failing test only — no production code. Use when starting TDD, adding behaviour, or user asks for a failing test first.
Agent Claude Code
TDD Refactor phase for Issues. Improve design with tests green — no behaviour change. Use after tdd-green passes.