Skip to content

Add kratt-orchestrator: self-organizing agent network with quality gate and GitHub specialist registry#154

Closed
piksliviksi wants to merge 1 commit intoVoltAgent:mainfrom
piksliviksi:feature/kratt-orchestrator
Closed

Add kratt-orchestrator: self-organizing agent network with quality gate and GitHub specialist registry#154
piksliviksi wants to merge 1 commit intoVoltAgent:mainfrom
piksliviksi:feature/kratt-orchestrator

Conversation

@piksliviksi
Copy link
Copy Markdown

Summary

  • Adds kratt-orchestrator to 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 demand
  • Updates category README with description and Quick Selection Guide entries
  • Updates main README with alphabetical listing in section 09

What it does

  1. Task Analysis — Decomposes any task into a structured work graph with subtasks, dependencies, and quality criteria
  2. Network Composition — Builds the smallest effective agent team (1 for trivial, up to 5 for multi-system tasks)
  3. Parallel Execution — Strict file ownership prevents conflicts; independent subtasks run simultaneously
  4. Quality Gate — Independent agent verifies scope compliance, convention adherence, test pass, and security
  5. Specialist Registry — Fetches domain experts (fintech, legal, physics, biotech, web3, devops, ML) from GitHub on demand

Repos

Files changed (3)

  • categories/09-meta-orchestration/kratt-orchestrator.md — New agent definition
  • categories/09-meta-orchestration/README.md — Added description + selection guide entries
  • README.md — Added listing in 09 section (alphabetical order)

Test plan

  • Agent definition follows YAML frontmatter format (name, description, tools, model)
  • All three required files updated per CONTRIBUTING.md
  • Alphabetical ordering maintained in README listings
  • Links resolve correctly to new agent file
  • Plugin repos are public and accessible

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings March 29, 2026 22:16
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-orchestrator subagent definition under categories/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-orchestrator in 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.

Comment on lines +44 to +46
### [**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.

Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Comment on lines +60 to +62
- 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)
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Comment on lines +88 to +90
### Phase 4: Quality Verification

Independent quality gate agent reviews all output:
Copy link

Copilot AI Mar 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@necatiozmen necatiozmen closed this Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants