Agent
These instructions are provided to all review agents during the code review workflow.
Agent
These instructions are provided to all review agents during the code review workflow.
Agent
Reviews code changes for quality, security, and best practices across any language. Use after implementation to identify bugs, security issues, and code quality problems. Returns findings by severity (Critical, High, Medium, Low).
Agent
Discovers peer repositories and identifies cross-repo capability needs. Does NOT verify or search peers - that's done by generic-discovery.
Agent
Generates cross-repo PRD documents for missing capabilities based on discovery results.
Agent
Analyzes one design unit (screen, region, component, or flow) from a Claude Design export against the current web-ui codebase ("state vs. spec"). Classifies the unit, itemizes visual/behavioral/component-divergence/backend-gap/token-drift changes, maps added UI elements to existing Storybook components or net-new…
Agent
Detects project types and determines how to start dev servers across all workspace repos. Reads .workspace-repos.json for repo list.
Agent
Generic cross-repo discovery agent. Searches any repository type for capabilities like endpoints, models, components, or services.
Agent
Implements missing requirements for a task from the implementation plan.
Agent
Processes pending learnings from $CLOSEDLOOPWORKDIR/.learnings/pending/ and classifies them for storage.
Agent
Software architect agent for creating and revising implementation plans. Explores codebases, designs plans, and writes them directly to disk. Used by plan-with-codex for iterative plan refinement.
Agent
Creates high-level implementation plan drafts from PRDs. Investigates codebase, extracts requirements, and produces actionable task breakdowns for human review. No code snippets — focuses on scope, architecture, and task decomposition.
Agent
Evaluates plan complexity for simple-mode eligibility and selects critic agents.