Agents Checking Agents — multi-agent orchestration with cross-validation
npx claudepluginhub jairotorregrosa/picopalaAgents Checking Agents -- multi-agent orchestration with cross-validation using Claude Code Agent Teams
A Claude Code plugin for multi-agent orchestration with cross-validation. Every agent's work is reviewed by a different agent in an iterative adversarial loop.
/plugin marketplace add JairoTorregrosa/picopala
/plugin install picopala@picopala
Or load locally for development:
claude --plugin-dir /path/to/picopala
/picopala Build a REST API with auth, CRUD endpoints, and tests
The plugin orchestrates the full lifecycle:
Intake → Plan → Create Team → [Execute Wave → Cross-Review Loop] → Cleanup
┌──────────────────────────────────────────────┐
│ TECH LEAD (delegate mode only) │
│ Coordinates, delegates, synthesizes. │
│ NEVER implements, edits files, or builds. │
└───┬──────────────┬──────────────┬────────────┘
│ │ │
┌──────▼──┐ ┌──────▼──┐ ┌──────▼──┐
│Worker A │ │Worker B │ │Worker C │ IMPLEMENT
│implement│ │implement│ │implement│
│ commit │ │ commit │ │ commit │
└────┬────┘ └────┬────┘ └────┬────┘
✕ ✕ ✕ SHUTDOWN workers
│ │ │
┌────▼────┐ ┌────▼────┐ ┌────▼────┐
│Review B │ │Review C │ │Review A │ CROSS-REVIEW
│→ REVISE │ │→APPROVE │ │→ REVISE │
└────┬────┘ └─────────┘ └────┬────┘
✕ ✕ SHUTDOWN reviewers
│ │
┌────▼────┐ ┌────▼────┐
│Fixer A │ │Fixer C │ FIX (fresh agents)
└────┬────┘ └────┬────┘
✕ ✕
┌────▼────┐ ┌────▼────┐
│Review B'│ │Review A'│ RE-REVIEW
│→APPROVE │ │→APPROVE │ (fresh context)
└─────────┘ └─────────┘
Key principles:
| Component | Description |
|---|---|
Skill picopala | Orchestration pipeline (intake, plan, execute, cross-review, cleanup) |
Agent picopala-worker | Implements tasks or applies review fixes, commits, reports to lead |
Agent picopala-reviewer | Cross-reviews work, sends structured APPROVED/REVISE findings (read-only) |
Hook TaskCompleted | Blocks task completion without review approval marker |
Hook PreToolUse(Bash) | Whitelists read-only commands for reviewers |
Script picopala.py | Plan validator CLI (validate, waves, status) |
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations