Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By amoscicki
Multi-agent parallel task orchestration with wave-based execution, automatic auditing, and model escalation
npx claudepluginhub amoscicki/aromatt --plugin swarm-orchestratorOptional task-scoped review agent. Use this for reviewing SINGLE complex task implementations. Scoped precisely to one task's changes. Returns priority (LOW/MED/HIGH). <example> Context: Complex task 2.3 completed, needs focused review user: "Review task 2.3. Report: .swarm/reports/fix-auth/wave-2/task-2.3.md" assistant: "[Reads single task report, reviews scoped changes, returns priority]" <commentary> Opus reviews single task for focused, scoped analysis of complex implementations. </commentary> </example>
MANDATORY wave review agent. Use this agent at the END of EVERY wave to review ALL task reports. Returns priority (LOW/MED/HIGH) for orchestrator to decide: fix now vs defer vs proceed. <example> Context: Wave 1 completed with 5 tasks user: "Review wave 1. Reports: .swarm/reports/fix-auth/wave-1/" assistant: "[Reads all task reports, analyzes holistically, returns priority]" <commentary> Ultrathink reviews entire wave for cross-cutting issues, integration problems, patterns. </commentary> </example>
Use this agent for simple swarm tasks: deletions, renames, config changes, boilerplate generation. <example> Context: Swarm orchestrator assigns task "Delete old file src/old-code.ts" user: "Execute task 3.1: Delete file" assistant: "[Spawns swarm-worker-haiku to handle deletion]" <commentary> Simple task, no complex logic - haiku is sufficient. </commentary> </example>
Use this agent for standard swarm tasks: feature implementation, integration, bug fixes, service creation. <example> Context: Swarm orchestrator assigns task "Implement booking validation service" user: "Execute task 2.3: Create validation service" assistant: "[Spawns swarm-worker-opus for implementation]" <commentary> Standard implementation task requiring code understanding - opus handles this. </commentary> </example>
Use this agent for complex swarm tasks: architecture decisions, algorithms, edge cases, schema interpreters. <example> Context: Swarm orchestrator assigns task "Implement JSON Schema to Effect Schema interpreter" user: "Execute task 3.3: Create restoreSchema function" assistant: "[Spawns swarm-worker-ultrathink for complex algorithm]" <commentary> Complex interpreter with recursive logic and edge cases - ultrathink required. </commentary> </example>
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-agent task decomposition and coordination for Claude Code
Multi-agent coordination with agent-swarm MCP
Orchestrate complex workflows with DAG-based execution, parallel tasks, and run history tracking
Multi-agent orchestration for complex tasks using cc-mirror tasks and TodoWrite. Use when tasks require parallel work, multiple agents, sophisticated coordination, or decomposition into parallel subtasks.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Google Tag Manager + Analytics Admin APIs CLI for Claude Code (shared OAuth2)
Semantic codebase search with pgvector embeddings. Multi-project support with persistent daemon. Use semantic search BEFORE grep/glob.
Manage project knowledge base. Use 'init' to setup, or provide a topic to research.
Subagent that researches technology documentation. Saves to .claude/knowledge/ or custom path. Intelligently updates existing files (preserves current, replaces outdated, adds missing)
Payload CMS query/mutate CLI for Claude Code (persistent local API)
Claude Code plugins marketplace.
| Plugin | Description |
|---|---|
| docs-researcher | Research technical documentation and create knowledge files |
| payload | Payload CMS query/mutate CLI via persistent local server |
| swarm | Multi-agent parallel task orchestration with wave-based execution |
Add to your Claude Code settings:
{
"plugins": [
"aromatt/docs-researcher",
"aromatt/payload",
"aromatt/swarm"
]
}