From ai-maestro-orchestrator-agent
Manages modules in AI Maestro Orchestration Phase by handling add, modify, reassign requests via GitHub Issues with gh CLI. Delegates to sub-skills for CRUD and sync.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-maestro-orchestrator-agent:amoa-module-managementamoa-mainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manages modules during Orchestration Phase. Each module maps 1:1 to a GitHub Issue. This skill has been split into focused sub-skills:
README.mdreferences/checklist-and-scripts.mdreferences/command-details.mdreferences/github-issue-sync.mdreferences/module-creation.mdreferences/module-modification.mdreferences/module-prioritization.mdreferences/module-reassignment.mdreferences/module-removal-rules.mdreferences/op-add-module-midorchestration.mdreferences/op-change-module-priority.mdreferences/op-modify-module-specs.mdreferences/op-reassign-module-agent.mdreferences/op-remove-pending-module.mdreferences/op-sync-module-github-issue.mdreferences/state-file-structure.mdreferences/troubleshooting.mdreferences/usage-examples.mdscripts/__pycache__/github_sync.cpython-314.pycscripts/__pycache__/module_operations.cpython-314.pycManages modules during Orchestration Phase. Each module maps 1:1 to a GitHub Issue. This skill has been split into focused sub-skills:
Orchestration Phase active, gh CLI authenticated, AI Maestro running.
Module ID, Issue number, state update, and agent notification status.
amoa-module-lifecycleamoa-module-syncCopy this checklist and track your progress:
Input: /add-module "Two-Factor Auth" --criteria "Support TOTP and SMS" --priority critical
Output: Module two-factor-auth created, Issue #43 opened, pending
Module not found: run /orchestration-status. Cannot remove: status not pending.
amoa-module-lifecycle for command details and module CRUDamoa-module-sync for GitHub sync and troubleshootingnpx claudepluginhub emasoft/ai-maestro-orchestrator-agentManages module lifecycles in AI Maestro Orchestrator: add, modify, remove, prioritize, reassign via slash commands. Syncs GitHub Issues, updates state files, notifies agents. Trigger on module CRUD requests.
Orchestrates multi-phase workflows chaining foundational task skills (git-wrapup, release-and-publish, maintenance, etc.) for MCP server projects. Routes user intent to workflow files for greenfield builds, maintenance, or fix-and-release.
Guides PR automation and multi-agent orchestration workflows using tmux sessions and A2A communication. Includes cross-org PR monitoring and agent dispatch for fix/analysis tasks.