Orchestrate multi-agent Claude Code teams for complex tasks: spawn subagents to implement or fix code by editing files, running validations like bun tests/typecheck/lint/build, and committing atomically; reviewers independently cross-validate against criteria via git inspections and structured feedback, iterating until quality gates pass or max rounds hit.
Cross-review agent for picopala multi-agent orchestration. Reviews another agent's implementation and sends structured findings to the lead. Read-only — cannot edit or write files. Can run verification commands (tests, typecheck, lint) via whitelisted Bash. Enforces quality without gatekeeping. Do NOT use directly — spawned by picopala skill orchestration.
Implementation agent for picopala multi-agent orchestration. Implements a task or applies review fixes, commits, reports to lead. Do NOT use directly — spawned by picopala skill orchestration.
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
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jairotorregrosa/picopala --plugin picopalaClaude Code para personas no técnicas. Dos comandos: /arrancar (sync + branch + dev setup) y /listo (commit + PR + CI + auto-review). Todo en español colombiano, con tareas visibles y preguntas amigables.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.