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.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentThis skill uses the workspace's default tool permissions.
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 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.
Resumes interrupted Maestro sessions using existing active-session files and shared phase tracking. Use to continue multi-agent orchestration workflows after interruptions.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
Manages 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 troubleshooting