Skip to content
Development
Command

/prun

Run prun: parallel delegation fan-out (Sonnet-primary, Opus coordinates)

From plugin
anywhere-agents
2447 skills1 agent7 commands
Install
$ npx -y skills add yzhao062/anywhere-agents --agent claude-code

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/prun

Context preview

What this command does when you run it.

Run prun: parallel delegation fan-out (Sonnet-primary, Opus coordinates)

Command definition

prun.md
description: "Run prun: parallel delegation fan-out on Agy workers (the session coordinates)"
argument-hint: "[task description or context]"

Read and follow the skill definition. Look for it at `skills/prun/SKILL.md` first, then `.claude/skills/prun/SKILL.md`, then `.agent-config/repo/skills/prun/SKILL.md`.

Command arguments from the slash invocation: `$ARGUMENTS`

Treat the command arguments as the task to fan out. prun decomposes the task into independent units and runs many of them in parallel on Agy workers (Gemini through the Antigravity CLI, on the separate Google AI pool), never on this session. Do not spawn Sonnet or any other Claude subagent, or a Workflow, for a unit: those bill the same Claude account this session runs on. Codex is reserved for `/vet` and is not a prun executor. Each unit runs unattended in a scratch dir or throwaway clone and gets follow-up turns while slower units finish. Units may read or write code; code-writing units run in a throwaway local clone, workers never commit or push, and this session plus the user are the final integration gate. This session gathers the results, reviews each diff, and integrates. Choose the worker count from the actual dependency graph; do not impose an arbitrary two- or three-worker cap.

Ships withanywhere-agents

One config for every agent — Claude Code, Codex, and whatever comes next. Start with effective defaults. Add packs, small bundles of rules, skills, or permissions, as you need them. One AGENTS.md drives every agent in every repo on every machine.

Get the whole plugin

Other commands on anywhere-agents.