skills/amama-approval-workflows/SKILL.md
Use when handling governance approvals via GovernanceRequest API for team, agent lifecycle, and COS decisions. Trigger with approval requests.
npx skillsauth add emasoft/ai-maestro-assistant-manager-agent amama-approval-workflowsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
GovernanceRequest API workflows. Two tracks:
amama-amcos-coordination): Deploys, merges, tests.$AIMAESTRO_APIdocs_dev/handoffsGET /api/v1/governance/requests?status=pending)| Outcome | Action | |---------|--------| | Approve | Call approve, update, notify | | Reject | Call reject, update, notify | | Info needed | Query, re-present | | Timeout 24h | Auto-reject per expiry-workflow | | Rate limit | Queue, wait, retry |
| Error | Fix |
|-------|-----|
| 401 | Re-enter password |
| 429 | Wait 60s, retry |
| 404 | Check request ID |
| 409 | Refresh status |
| No password | references/governance-password.md |
Input: POST /api/v1/governance/requests/{id}/approve with {"password":"***","approvedBy":"MANAGER","notes":"Approved after review"}
Output: {"status":"approved","updatedAt":"2026-03-08T10:00:00Z","approvedBy":"MANAGER"}
See references/examples.md for more.
Copy this checklist and track your progress:
data-ai
Use when communicating with users for clarification, presenting options, requesting approval, or reporting completion. Trigger with user requests or communication needs. Loaded by ai-maestro-assistant-manager-agent-main-agent.
development
Use when generating status reports. Queries AI Maestro APIs (sessions, agents, teams, tasks) for live data. Trigger with status report requests.
testing
Use when restoring user context, tracking decisions, or managing availability states. Trigger with session start or preference changes. Loaded by ai-maestro-assistant-manager-agent-main-agent
testing
Use when routing user requests to specialist agents. Trigger with work delegation needs. Loaded by ai-maestro-assistant-manager-agent-main-agent