Add kratt-orchestrator: self-organizing agent network with quality gate and GitHub specialist registry#154
Conversation
Adds a new meta-orchestration agent that automatically analyzes tasks,
composes minimal agent teams (1-5), executes with parallel coordination
and strict file ownership, verifies output via independent quality gate,
and fetches domain specialists from a GitHub registry on demand.
Updates:
- categories/09-meta-orchestration/kratt-orchestrator.md (new agent)
- categories/09-meta-orchestration/README.md (description + selection guide)
- README.md (alphabetical listing in 09 section)
Repos: github.com/piksliviksi/kratt-orchestrator
github.com/piksliviksi/kratt-agent-registry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a new meta-orchestration subagent definition (kratt-orchestrator) to the catalog and wires it into the category and top-level listings so it’s discoverable alongside other orchestration agents.
Changes:
- Added
kratt-orchestratorsubagent definition undercategories/09-meta-orchestration/. - Updated the meta-orchestration category README to include the new agent and selection guide entries.
- Updated the root README to include
kratt-orchestratorin the section 09 alphabetical list.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| categories/09-meta-orchestration/kratt-orchestrator.md | New subagent definition describing task decomposition, parallel execution, quality gate, and specialist fetching. |
| categories/09-meta-orchestration/README.md | Adds the new agent entry and quick selection guide rows. |
| README.md | Adds the new agent to the 09. Meta & Orchestration list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### [**kratt-orchestrator**](kratt-orchestrator.md) - Self-organizing agent network with quality verification and GitHub specialist registry | ||
| Self-organizing orchestration engine that analyzes any task, composes a minimal agent team (1-5 agents), executes with strict file ownership and parallel coordination, and verifies output through an independent quality gate. Automatically fetches domain specialist agents (fintech, legal, physics, biotech, web3, devops, ML) from a GitHub registry when expertise is needed. | ||
|
|
There was a problem hiding this comment.
The category plugin manifest isn’t updated for this new agent. categories/09-meta-orchestration/.claude-plugin/plugin.json currently doesn’t include ./kratt-orchestrator.md in its agents list, so users installing/updating the voltagent-meta plugin won’t receive this subagent. Please add it to the manifest and bump the plugin version (and sync .claude-plugin/marketplace.json) per CONTRIBUTING.
| - Implementer: creates or modifies code (Read, Write, Edit, Bash, Glob, Grep) | ||
| - Reviewer: validates without changing (Read, Glob, Grep, Bash — no Write) | ||
| - Researcher: gathers context (Read, Glob, Grep, WebSearch, WebFetch) |
There was a problem hiding this comment.
The subagent body references using WebSearch (Researcher role), but WebSearch isn’t included in this agent’s frontmatter tools list. Either add WebSearch to the tools list or remove the WebSearch reference to avoid advertising capabilities the agent cannot use under its declared permissions.
| ### Phase 4: Quality Verification | ||
|
|
||
| Independent quality gate agent reviews all output: |
There was a problem hiding this comment.
This new subagent doesn’t follow the repository’s standard subagent template: it lacks the expected "## Communication Protocol" and "## Development Workflow" sections (see README’s template and other agents in this category, e.g. agent-organizer.md). Please add those sections (including at least one concrete protocol/example) so the definition is consistent and meets the documented contribution requirements.
Summary
categories/09-meta-orchestration/— a self-organizing agent network that automatically analyzes tasks, composes minimal agent teams (1-5 agents), executes with parallel coordination and strict file ownership, verifies output via an independent quality gate, and fetches domain specialist agents from a GitHub registry on demandWhat it does
Repos
Files changed (3)
categories/09-meta-orchestration/kratt-orchestrator.md— New agent definitioncategories/09-meta-orchestration/README.md— Added description + selection guide entriesREADME.md— Added listing in 09 section (alphabetical order)Test plan
🤖 Generated with Claude Code