From ai-maestro-orchestrator-agent
Manages GitHub Projects V2 kanban boards: create boards, add columns, move items, and sync status via gh CLI and GraphQL.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-maestro-orchestrator-agent:amoa-kanban-managementamoa-mainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage GitHub Projects V2 kanban boards: create boards, columns, move items, sync status.
Manage GitHub Projects V2 kanban boards: create boards, columns, move items, sync status.
gh CLI authenticated with project and read:project OAuth scopes. See references/gh-auth-scopes.md
gh auth status 2>&1 | grep -q "project" || echo "ERROR: gh auth refresh -h github.com -s project,read:project"updateProjectV2Field directly -- use scripts/gh-project-add-columns.pyCopy this checklist and track your progress:
JSON from GraphQL mutations and board state reports.
Input: move-item --project 42 --item ITEM_ID --column "AI Review"
Output: {"updateProjectV2ItemFieldValue":{"projectV2Item":{"id":"ITEM_ID"}}}
See references/kanban-examples.md
See references/kanban-error-handling.md
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentSets up GitHub Projects V2, Azure Boards, or GitLab Issue Boards with hatch3r's label taxonomy, status fields, and board structure. Platform detected from hatch.json. Part of hatch3r delivery orchestration.
Manages GitHub Projects v2 via gh CLI: create/edit/list projects, add issues/PRs as items, manage fields, link repos, automate workflows.
Bidirectional sync between BMAD planning markdown files (epics, stories, sprints) and GitHub Projects v2. Handles onboarding, push, pull, and status checks with explicit user approval.