CLAUDE
01Agent Claude Code
Native Claude Code agents (subagents) that provide specialized personas for focused tasks.
Suit up. Build anything. A drop-in engineering organization for Claude Code — deep idea interrogation, TDD sprints, enforced quality gates. 43 skills · 8 agents · 13 hooks.
Agent Claude Code
Native Claude Code agents (subagents) that provide specialized personas for focused tasks.
Agent Claude Code
Validates module boundaries, dependency direction, coupling, and layer violations against ARCHITECTURE.md. Reports only findings with confidence >= 80.
Agent Claude Code
Reviews code changes for bugs, security vulnerabilities, and convention compliance. Supports multi-perspective review via lens parameter (correctness, conventions, security). Reports only findings with confidence >= 80.
Agent Claude Code
Fast file discovery and codebase mapping. Identifies the 5-10 most relevant files for a given story or task. Returns file paths with one-line explanations.
Agent Claude Code
Independent dynamic verification agent. Runs the test suite, executes acceptance criteria commands, and verifies runtime behavior. Breaks the self-assessment cycle where the implementer verifies their own work. Reports with command output evidence.
Agent Claude Code
Analyzes hot paths, N+1 queries, unbounded operations, memory leaks, and scaling behavior. Reports only findings with confidence >= 80.
Agent Claude Code
Deep web research agent for a specific sub-question. Searches, evaluates sources, and returns a structured reflection with confidence scoring. Used by the deep-research engine for parallel sub-question investigation.
Agent Claude Code
Attacker-mindset security analysis. Covers OWASP top 10, input validation, secret handling, auth checks, injection, and dependency risks. Reports only findings with confidence >= 80.
Agent Claude Code
Verifies implementation matches acceptance criteria by cross-referencing code and test locations. Validates story format and Definition of Ready compliance. Simple PASS/FAIL classification per criterion.