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.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentThis skill uses the workspace's default tool permissions.
Core CRUD operations for modules during Orchestration Phase. Each module maps 1:1 to a GitHub Issue.
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.
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.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
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.