Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ekson73
MAOS (Multi-Agent OS) - Coordination Framework for AI Agents with Orchestration, Sentinel Protocol, Worktree Governance, Status Maps, Forge Meta-Agent, Governance Protocols
npx claudepluginhub ekson73/multi-agent-os --plugin multi-agent-osSlash commands for the multi-agent-os plugin. Commands are auto-discovered by Claude Code from this directory.
Display human-readable status of the agentic system (git + agents + sentinel + locks) using Status Map templates. Renamed from `status` (v1.5.1) to avoid collision with Claude Code built-in `/status`.
Ultra-fast parallel web research using sub-agents for 5-10x speedup
On-demand audit of agent sessions, tasks, and orchestration flows
Drive an operator goal end-to-end across one or more sub-agents using the existing GaaS/GaaC framework, with hard-bounded autonomy levels.
Agent definitions for the multi-agent-os plugin. These define specialized personas that can be spawned by the orchestrator.
Expert code review specialist focusing on best practices and security
Agent specialized in merging and synthesizing outputs from multiple sub-agents
Alexandr Wang thinking archetype — Scale AI founder. Use when you need data quality thinking, AI infrastructure strategy, data labeling pipeline design, or enterprise AI deployment reasoning.
Dario & Daniela Amodei thinking archetype — Anthropic founders. Use when you need safety-first AI reasoning, responsible scaling, alignment-aware design, or balancing capability with safety in AI systems.
Analyze tasks and recommend optimal sub-agent(s) for execution
Use when about to spawn a subagent/skill/task (Task tool, Agent tool, /command). Defines 6 decision criteria (decomposable/specialist-exists/audit-capacity/score≥MEDIUM/not-HUMAN-DOMAIN/time-budget), 10 mandatory briefing components (context/scope/motivation/purpose/objective/DoR/DoD/deliverables/feedback-loops/constraints), accountability preservation (parent NEVER delegates accountability — only execution; "delegating does not waive the responsibility received"), recursion ≤2, parallel ≤3. Harmonizes the agentic-inheritance principle (tree-returns-to-root · subordinate-is-parent's-full-responsibility · audit-output · zero-drift). Cross-vendor AAIF.
Prevent file conflicts between multiple AI agents working in parallel
On-demand audit and analysis of agent orchestration flows via Sentinel Protocol
Autonomous unattended orchestration entry point. Delegates an entire operator goal across one or more sub-agents using the existing GaaS/GaaC delegation framework, with hard-bounded autonomy levels and depth-capped recursion. Use when the operator wants the assistant to drive a multi-step goal without per-step approval, while still respecting Sentinel anomaly thresholds, Anti-Conflict worktree discipline, and the 6-attempt escalation rule. Triggers: "auto-pilot", "unattended orchestration", "delegate the whole goal", "run autonomously", "drive this end to end", "piloto automático".
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
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 coordination with agent-swarm MCP
Multi-agent development orchestration platform — 22 specialists, 4-phase orchestration, native parallel subagents, persistent sessions, and standalone review/debug/security/perf/seo/a11y/compliance commands
Task distribution, agent coordination, progress monitoring - executes plans via subagents. Requires AI Maestro for inter-agent messaging.
Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus. 38 MCP tools for agent management, research, memory, consensus voting, codebase intelligence, and a full dev pipeline.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Multi-agent orchestration framework for Claude Code. Routes tasks to specialized Haiku/Sonnet subagents while Opus orchestrates — inspired by speculative decoding. Includes 10 specialized heads, environment preflight checks, and ~50% API cost reduction.
Share bugs, ideas, or general feedback.
A comprehensive Claude Code plugin for orchestrating AI agents in software development workflows.
/mvv command for one-shot execution# Add the marketplace
claude plugins marketplace add ekson73/eko-claude-plugins
# Install the plugin
claude plugins install multi-agent-os
# Clone the plugin
git clone https://github.com/ekson73/multi-agent-os.git
# Install in user scope
claude plugins install /path/to/multi-agent-os
# Or use directly
claude --plugin-dir /path/to/multi-agent-os
Add to your project's .claude/settings.json:
{
"plugins": [
"/path/to/multi-agent-os"
]
}
multi-agent-os/
├── .claude-plugin/
│ └── plugin.json ← Plugin manifest
├── hooks/
│ └── hooks.json ← Hook configuration
├── plugin-scripts/ ← Hook executables
│ ├── session-start.sh
│ ├── pre-delegate.sh
│ ├── post-delegate.sh
│ ├── session-end.sh
│ └── governance/
│ ├── worktree-gate.sh
│ ├── auto-name-session.sh
│ └── token-budget-gate.sh ← GaaS token bloat detection
├── commands/ ← Slash commands
│ ├── sync.md
│ ├── audit.md
│ ├── status.md
│ ├── worktree.md
│ └── delegate.md
├── agents/ ← Agent definitions (9 agents)
│ ├── orchestrator.md
│ ├── sentinel-monitor.md
│ ├── qa-validator.md
│ ├── consolidator.md
│ ├── forge.md ← Meta-agent creator (Goldilocks + RBAD + 33 Socratic Questions)
│ ├── governance-auditor.md ← Standards & compliance guardian
│ ├── naming-organizer.md ← Digital organization & taxonomy
│ ├── data-validator.md ← Truth & evidence verification (11 validation types)
│ └── validation-auditor.md ← Second-line active auditing
├── skills/ ← Skills (subdirectory format)
│ ├── audit/SKILL.md
│ ├── agent-select/SKILL.md
│ ├── context-prep/SKILL.md
│ ├── hierarchical-merge/SKILL.md
│ ├── worktree-policy/SKILL.md
│ ├── anti-conflict/SKILL.md
│ ├── status-map/SKILL.md
│ ├── ttl-policy/SKILL.md
│ ├── ontological-analysis/SKILL.md ← 8-dimension analysis
│ ├── mvv-synthesis/SKILL.md ← MVV generation
│ └── response-compression/SKILL.md ← Output verbosity control
├── protocols/ ← Governance protocols
│ ├── exit-hygiene.md ← Session exit hygiene (zero loose ends)
│ ├── agent-delegation.md ← Delegation chain & Forge bootstrap
│ ├── rbad.md ← Role-Based Agent Design (6-category taxonomy)
│ └── action-priority.md ← Eisenhower Matrix for task prioritization
├── sentinel/ ← Sentinel Protocol files
├── statusmap/ ← Status Map templates
└── docs/ ← Additional documentation
| Command | Description |
|---|---|
/sync | Sync from framework to consumer |
/audit | On-demand session auditing |
/status | Display status map |
/worktree | Manage git worktrees |
/delegate | Delegate to sub-agent |
/mvv | Generate Mission, Vision, Values |