Every command is a thin markdown wrapper around the same companion script — no flag parsing in the markdown, only execution-mode decisions.
/agy:review
Structured review
JSON-schema-enforced review of your working tree or a branch diff. Read-only, not steerable.
/agy:adversarial-review
Challenge review
Same structured schema, but steerable — questions design choices, tradeoffs, and assumptions, not just defects.
/agy:delegate
Hand off a task
Routes through a pure forwarding subagent to agy. Write-capable by default; supports --resume and --background.
/agy:ask
One-shot question
The cheapest path: single prompt, verbatim answer, no persisted job, always foreground.
/agy:image
Generate images
Native image generation via agy's built-in tool, saved to an absolute path you choose.
/agy:research
Single-pass research
Delegates a topic to search_web + read_url_content for a sourced answer.
/agy:deepresearch
Multi-hop research
Deeper investigation across multiple sources. Defaults to running in the background without asking.
/agy:status
Track jobs
Running and recent jobs for this repository, scoped to the current Claude session.
/agy:result
Fetch results
The stored final output for a finished job, plus the agy conversation ID to resume it directly.
/agy:cancel
Stop a job
Terminates an active background job and marks it cancelled in the job store.
/agy:setup
Install & auth check
Verifies agy is on the box and signed in. Also toggles the optional stop-time review gate.