| name | amoa-label-taxonomy |
| description | Use when applying GitHub labels. Trigger with label query or assignment requests. Loaded by ai-maestro-orchestrator-agent-main-agent |
| license | Apache-2.0 |
| compatibility | Requires AI Maestro installed. |
| metadata | {"author":"Emasoft","version":"1.0.0"} |
| context | fork |
| user-invocable | false |
| agent | amoa-main |
AMOA Label Taxonomy
Overview
GitHub label taxonomy for AI Maestro orchestration. Format: <category>:<value> with cardinality rules.
Prerequisites
GitHub CLI (gh) configured; AGENT_OPERATIONS.md for context.
Instructions
- Identify label category and check cardinality in usage-rules.md
- If updating, remove conflicting labels first (
assign:*, status:*)
- Apply via
gh issue edit and verify
- Every issue MUST have:
status:*, priority:*, type:*
Copy this checklist and track your progress:
Categories: assign:(0-1) status:(1) priority:(1) type:(1) component:(1+) effort:(1) platform:(0+) toolchain:(0+) review:(0-1). Details: label-categories-detailed.md
Kanban: backlog→todo→in-progress→ai-review→human-review→merge-release→done (+blocked). CLI ref: cli-commands.md
Output
Confirmations, query tables, validation reports. See: references/error-handling-and-output.md
Examples
See: references/examples.md
Input: gh issue edit 42 --remove-label "assign:implementer-1" --add-label "assign:implementer-2"
Output: Updated issue #42
Error Handling
See: references/error-handling-and-output.md
Resources