feat: add adversarial review agents for code and documents (#403)

This commit is contained in:
Trevin Chow
2026-03-26 20:34:49 -07:00
committed by GitHub
parent 0863cfa4cb
commit 5e6cd5c909
7 changed files with 539 additions and 4 deletions

View File

@@ -127,6 +127,7 @@ Agents are specialized subagents invoked by skills — you typically don't call
| `security-sentinel` | Security audits and vulnerability assessments |
| `testing-reviewer` | Test coverage gaps, weak assertions |
| `project-standards-reviewer` | CLAUDE.md and AGENTS.md compliance |
| `adversarial-reviewer` | Construct failure scenarios to break implementations across component boundaries |
### Document Review
@@ -138,6 +139,7 @@ Agents are specialized subagents invoked by skills — you typically don't call
| `product-lens-reviewer` | Challenge problem framing, evaluate scope decisions, surface goal misalignment |
| `scope-guardian-reviewer` | Challenge unjustified complexity, scope creep, and premature abstractions |
| `security-lens-reviewer` | Evaluate plans for security gaps at the plan level (auth, data, APIs) |
| `adversarial-document-reviewer` | Challenge premises, surface unstated assumptions, and stress-test decisions |
### Research