Your AI on rails, on your terms — an open-source Claude Code plugin that enforces every process as it happens, so your AI can't fake the work. Free, on the subscriptions you already pay for.
Wrapper agent that delegates a code review or analysis task to the Google Antigravity CLI (agy). Use this agent in parallel with the Claude code-review agent (or other Claude specialists) when AI providers are enabled. agy runs non-interactively with full repository access — it explores the codebase and produces a…
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences.
Analyzes code for cleanliness issues including unused code, comment quality, formatting, naming conventions, import organization, duplication, and code complexity. Provides actionable recommendations without auto-fixing. Use when requested by user to assess code quality before refactoring or review.
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development.
Use ONLY when explicitly requested by user or when invoked by a protocol in team-management/protocol-configs/. DO NOT use proactively. Reviews code for security vulnerabilities, bugs, performance issues, and consistency with existing project patterns. When using this agent, you must provide files and line ranges where…
Wrapper agent that delegates a code review or analysis task to the OpenAI Codex CLI (codex). Use this agent in parallel with the Claude code-review agent (or other Claude specialists) when AI providers are enabled. Codex runs as a fully autonomous reviewer with sandboxed read-only access to the repository — it can…
Use when creating a new task OR when starting/switching to a task that lacks a context manifest. ALWAYS provide the task file path so the agent can read it and update it directly with the context manifest. Skip if task file already contains "Context Manifest" section.
Updates task context manifest with discoveries from current work session. Reads transcript to understand what was learned. Only updates if drift or new discoveries found.
Devil's advocate analyst that thoroughly examines proposals for flaws, risks, and unnecessary complexity, providing structured critiques with severity ratings and mitigation suggestions.
Scope and phasing strategist that defines complete implementation scope, identifies natural phases, and determines execution order with parallelism opportunities for full-scale feature delivery.
Use ONLY during context compaction or task completion protocols or if you and the user have identified that existing documentation has drifted from the code significantly. This agent updates CLAUDE.md files and module documentation to reflect current implementation, adapting to super-repo, mono-repo, or single-repo…
READ-ONLY. Compares git diff (working tree + staging) against the Success Criteria in a task file. Flags uncovered criteria and scope creep. Verdict enables the orchestrator to record the SPECREVIEW sentinel. Use ONLY when invoked by the code-review sub-protocol.
End-user advocate that evaluates proposals from the user's standpoint, analyzing convenience, new capabilities, friction points, and overall impact on the user experience.