By dynamic-dome
Autonomer Meta-Agent-Orchestrator: Ein Opus 4.6 Agent der Haiku-Brainstormer, NotebookLM-RAG und Codex-Instanzen orchestriert um komplexe Aufgaben autonom zu loesen.
Haiku-based critical brainstormer. Used as one of the 5 research agents in Phase 1 of the agent-orchestrator. Systematically attacks the task framing: what can go wrong, what is being assumed, what has been tried and failed before, what is the strongest counter-argument. Produces a risk-and-failure-mode report.
Haiku-based facts-and-data brainstormer. Used as one of the 5 research agents in Phase 1 of the agent-orchestrator. Collects hard data, statistics, existing solutions, benchmarks, and authoritative sources. Returns a compact findings report with citations where available.
Haiku-based lateral-thinking brainstormer. Used as one of the 5 research agents in Phase 1 of the agent-orchestrator. Generates unconventional approaches, cross-domain analogies, and what-if ideas that no other brainstormer would produce. Permission to be weird.
Haiku-based user-perspective brainstormer. Used as one of the 5 research agents in Phase 1 of the agent-orchestrator. Thinks from the target audience's angle: needs, pain points, usage contexts, accessibility, friction. Produces a persona- and journey-oriented findings report.
Haiku-based visionary brainstormer. Used as one of the 5 research agents in Phase 1 of the agent-orchestrator. Sketches the ideal end-state without constraints: what would this look like at its absolute best, unrestricted by budget, time, technology, or politics? Produces a north-star specification.
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.
Autonomous meta-agent orchestrator plugin for Claude Code.
Coordinates a team of specialized agents to solve complex tasks end-to-end:
codex-swarm# One-time: register the marketplace
claude plugin marketplace add dynamic-dome/agent-orchestrator-plugin
# Install the plugin (user scope is typical for personal tooling)
claude plugin install agent-orchestrator@agent-orchestrator-marketplace --scope user
Verify:
claude plugin marketplace list
# → should list "agent-orchestrator-marketplace"
Invoke the skill by name or via trigger phrases. In Claude Code:
Nutze den agent-orchestrator Skill für folgende Aufgabe: …
Or drop any of the trigger phrases in a message — the skill will activate:
"orchestriere das", "grosses Projekt", "full auto", "lass die Agents los", "ich brauch ein Team dafuer", "recherchiere und baue", "mach das komplett autonom"
Then describe your goal. The orchestrator runs all 5 phases autonomously.
Use it when:
Skip it when:
The orchestrator invokes these at runtime and degrades gracefully if they are missing:
| Dep | Purpose | Fallback |
|---|---|---|
multi-model-orchestrator plugin (codex-swarm skill) | Codex execution swarm in Phase 3 | Agent tool with model: sonnet |
notebooklm user-skill (Python API) | Knowledge base + RAG in Phase 1+2 | Inline context kept locally |
research-pipeline skill | Web research in Phase 1 | WebSearch direct |
| Agent tool (built-in) | Haiku brainstormers in Phase 1 | — (required) |
Important: use the
notebooklmuser-skill (notebooklm-py, Python API), not the deprecated notebooklm Chrome-MCP plugin. The plugin was archived 2026-04-24.
MIT — see LICENSE if present.
npx claudepluginhub dynamic-dome/agent-orchestrator-plugin --plugin agent-orchestratorAdapter-agnostischer 4-Rollen-Loop (Orchestrator/Researcher/Builder/Judge) mit persistierenden State-Dateien pro Projekt.
Autonomous improvement loop for Claude Code projects — decomposes goals into tasks, executes them via Worker/Judge subagents, mines session logs for error patterns, and generates evidence-based CLAUDE.md improvement suggestions.
Interactive Claude Code workshop plugin — two modes: /workshop guide (moderator co-pilot) and /workshop learn (self-paced tutor). 17 modules (5+5+7) across 3 blocks covering foundations, ecosystem, and advanced topics.
Suite of 7 skills, 7 slash commands, and 5 read-only checker hooks that turns rough ideas into agentic workflow blueprints, runs adversarial review-fix-verify loops, audits ecosystems as dynamic graphs, curates raw inbox material into wiki pages, runs MCP/DCO actions safely, and gates skill promotion. Built from the wiki/patterns/agentic-workflow-blueprints reference.
Interactive Claude Code workshop plugin — two modes: /workshop guide (moderator co-pilot) and /workshop learn (self-paced tutor). 13 modules across 3 blocks covering foundations, ecosystem, and advanced topics.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
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.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.