From ai-maestro-orchestrator-agent
Manages 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-maestro-orchestrator-agent:amoa-module-lifecycleamoa-mainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Core CRUD operations for modules during Orchestration Phase. Each module maps 1:1 to a GitHub Issue.
Core CRUD operations for modules during Orchestration Phase. Each module maps 1:1 to a GitHub Issue.
Orchestration Phase active, gh CLI authenticated, AI Maestro running.
Module ID, Issue number, state update, and agent notification status.
design/state/exec-phase.mdCopy this checklist and track your progress:
Commands: /add-module, /modify-module, /remove-module, /prioritize-module, /reassign-module. Syntax: command-details.md
/add-module -- module-creation.md
/modify-module -- module-modification.md
/remove-module (pending only) -- module-removal-rules.md
/prioritize-module -- module-prioritization.md
/reassign-module -- module-reassignment.md
Input: /add-module "Two-Factor Auth" --criteria "Support TOTP and SMS" --priority critical
Output: Module two-factor-auth created, Issue #43 opened, pending
Input: /reassign-module auth-core --to implementer-2
Output: Old agent stopped, new agent assigned, verification reset
Module not found: run /orchestration-status. Cannot remove: status not pending. Agent not notified: check AI Maestro AMP.
See reference files above for complete command syntax and details.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentManages 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.
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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.