Agent Skill
2/7/2026

agent-orchestrator-manager

Orchestrates multi-agent workflows by delegating ALL tasks to spawned subagents via /spawn command. Parallelizes independent work, supervises execution, tracks progress in UUID-based output directories, and generates summary reports. Never executes tasks directly. Triggers on keywords: orchestrate, manage agents, spawn agents, parallel tasks, coordinate agents, multi-agent, orc, delegate tasks

W
waterplanai
22GitHub Stars
2Views
npx skills add WaterplanAI/agentic-config

SKILL.md

Nameagent-orchestrator-manager
DescriptionOrchestrates multi-agent workflows by delegating ALL tasks to spawned subagents via /spawn command. Parallelizes independent work, supervises execution, tracks progress in UUID-based output directories, and generates summary reports. Never executes tasks directly. Triggers on keywords: orchestrate, manage agents, spawn agents, parallel tasks, coordinate agents, multi-agent, orc, delegate tasks

agentic-config

Project-agnostic, composable configuration system for AI-assisted development workflows.

Quick Start

claude plugin marketplace add WaterplanAI/agentic-config
# For dev branch: `claude plugin marketplace add </path/to/dev/branch>` OR `./dev.sh`

claude plugin install ac-workflow@agentic-plugins
claude plugin install ac-git@agentic-plugins
claude plugin install ac-qa@agentic-plugins
claude plugin install ac-tools@agentic-plugins
claude plugin install ac-meta@agentic-plugins

See Getting Started for full setup.

What is agentic-config?

A centralized configuration system with a Claude Code plugin architecture first in v0.2.0.

Future releases will extend the same plugin approach to additional tools (Cursor, Codex CLI, Gemini CLI, and Antigravity).

Core principles:

  1. Project-agnostic -- Works in any codebase without modification
  2. Composable -- Skills invoke other skills, creating compounding automation
  3. CC-native distribution -- Install via claude plugin install, no symlinks

Plugins

PluginFocusSkills
ac-workflowSpec workflow, MUX orchestration6
ac-gitGit automation, PRs, releases7
ac-qaQA, E2E testing, browser automation7
ac-toolsUtilities, integrations, bootstrap16
ac-metaMeta-prompting, self-improvement2

Documentation

Permissions

MUX workflows (ac-workflow plugin) delegate to background agents via Task(run_in_background=True). Background agents cannot surface interactive permission prompts -- any unapproved tool is auto-denied.

Recommended: Run Claude Code with --dangerously-skip-permissions for MUX workflows:

claude --dangerously-skip-permissions

Alternatively, pre-authorize specific tools via CLI:

claude --allowedTools "Skill Bash Read Write Edit Grep Glob"

All plugins in this repository are designed and tested with full tool permissions enabled.

Contributing

See Contributing Guidelines.

License

MIT License

Skills Info
Original Name:agent-orchestrator-managerAuthor:waterplanai