Agent
Reviews a code diff for correctness, logic bugs, and maintainability before phase completion. Read-only.
General spec-driven software development workflow for Claude Code (plugin).
Agent
Reviews a code diff for correctness, logic bugs, and maintainability before phase completion. Read-only.
Agent
Implements a single planned phase from plan.md. Writes code following the project conventions. Use when the orchestrator delegates implementation of one phase.
Agent
Research domain best practices for a feature AND survey what this codebase already has for it (existing implementations, reusable building blocks, integration points). Read-only + web. Returns a concise structured summary; never edits code.
Agent
Adversarially reviews a drafted plan.md before any code is written — hunts in both directions: missing phases, hidden dependencies, untestable phases and rollback gaps, but equally over-engineering, unnecessary phases and a plan too heavy for the change it delivers. Read-only.
Agent
Deep, thorough security audit of the full diff at the end of a feature. Read-only. Catches subtle and cross-phase vulnerabilities a per-phase scan misses.
Agent
Fast per-phase security scan of a code diff. Read-only. Cheap first pass on common + project-specific risks after each phase. Does not comment on style.
Agent
Produce ONE solution option for a feature from a single assigned design angle (simplicity-first, performance-first, or risk-first). Read-only; returns a structured option with tradeoffs. Used as a panel to generate diverse, independent options.