External Tools
Delegate implementation and review tasks to external AI CLI tools (Codex, Gemini) with cross-model adversarial review
Orchestrated Execution
4-phase execution loop for work units - IMPLEMENT, VALIDATE, ADVERSARIAL REVIEW, COMMIT
Setup
Interactive project setup — detects your project, configures metaswarm, writes project-local files
Design Review Gate
Automatic review gate that runs after brainstorming completes - spawns PM, Architect, Designer, Security, and CTO agents in parallel, iterates until all approve
Start
Use when starting work on any task, when the user mentions metaswarm, or when the user wants to begin tracked development work
Status
Diagnostic status report — shows metaswarm installation state, project setup, and potential issues
Migrate
Migrate from npm-installed metaswarm to the marketplace plugin — removes redundant files with safety checks
Create Issue
Create comprehensive GitHub issues with TDD plans, acceptance criteria, and agent instructions for autonomous PR lifecycle management
Handling Pr Comments
Address PR review feedback systematically — fetch inline comments, review bodies, handle outside-diff-range comments, resolve threads with proper attribution
Brainstorming Extension
Enforces design review gate after brainstorming — bridges superpowers:brainstorming into the metaswarm quality pipeline
Handoff
Analyze the current session and write a self-contained handoff document so a fresh agent can resume the work with full context — outputs a single "Read XXX.md and do YYY." sentence
Visual Review
Take screenshots of web pages and UI using Playwright for visual review and iteration
Pr Shepherd
Monitor a PR through to merge — handle CI failures, review comments, and thread resolution automatically until all checks pass
Plan Review Gate
Automatic adversarial review gate that spawns 3 independent reviewers in parallel after any plan is drafted - all must PASS before presenting to user