Skip to content
Development
Command

/agy-review

Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments

From plugin
agy-delegate
175 skills2 agents5 commands1 hook
Install
> /plugin marketplace add davdittrich/delegate-agy
> /plugin install agy-delegate@agy-delegate

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/agy-review

Context preview

What this command does when you run it.

Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments

Command definition

agy-review.md
command: agy-review
description: Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments
version: 1.0.2
category: ai-delegation
tags: [agy, review, critique, adversarial, gemini, second-opinion]

Run an adversarial review via agy using Gemini Pro for an independent perspective.

Target: $ARGUMENTS

Steps

1. If `$ARGUMENTS` is a file path: read it with the `Read` tool and pipe content to bridge. If `$ARGUMENTS` is inline content: pipe directly.

2. Run via `Bash` tool:

If `$ARGUMENTS` is a file path, use the `Read` tool first and pipe the file content:

# Inline content — arguments are the content to review
{
  echo "Critique this critically. Identify all flaws, risks, assumptions, and weaknesses:"
  echo ""
  echo "$ARGUMENTS"
} | agy-bridge --type review

# File path — Read the file first, then pipe it
{
  echo "Critique this critically. Identify all flaws, risks, assumptions, and weaknesses:"
  echo ""
  cat "$ARGUMENTS"
} | agy-bridge --type review

3. Return the critique verbatim. Surface every disagreement explicitly. Do not soften or filter findings.

Ships withagy-delegate

Claude Code plugin that bridges to agy (Google Antigravity CLI) — adds Gemini, GPT-OSS, and grounded web search to Claude sessions

Get the whole plugin
Stats
17
Stars
2
Forks
Active
Maintenance
Shell
Language
26d ago
Last commit
3mo ago
Created

Repo: davdittrich/delegate-agy

Other commands on agy-delegate.