skills/amcos-acknowledgment-protocol/SKILL.md
Use when requesting or processing agent acknowledgments before proceeding with operations. Trigger with acknowledgment requests or ACK timeout handling. Loaded by ai-maestro-chief-of-staff-main-agent
npx skillsauth add emasoft/ai-maestro-chief-of-staff amcos-acknowledgment-protocolInstall 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.
Ensures agents confirm readiness before disruptive operations via ACK requests, timeout management, reminders, and timeout handling.
amp-init.sh --autoWhen to use: When agent confirmation is needed before proceeding, or when coordinating multi-agent operations.
Workflow:
amp-send.sh to ask agent to reply "ok"Copy this checklist and track your progress:
See op-acknowledgment-protocol in Resources for full procedure details and examples.
CRITICAL: All AMCOS components MUST use these values:
| ACK Type | Timeout | Reminders | Use Case | |----------|---------|-----------|----------| | Pre-operation ACK | 60s | 15s, 30s, 45s | Before disruptive ops | | Approval request | 2 min | 60s, 90s | Manager approval | | Emergency handoff | 30s | 10s, 20s | Time-critical emergencies | | Health check | 30s | None | Verifying agent alive |
Timeout behavior: Pre-op ACK: proceed after final notice. Approval: proceed if autonomous, else abort. Emergency: proceed immediately.
| Action | Output | |--------|--------| | ACK request sent | Delivered, timeout timer started | | ACK received | Agent confirmed, operation may proceed | | Timeout reached | Final notice sent, logged, fallback taken |
| Issue | Resolution | |-------|------------| | ACK timeout | Send final notice, log, proceed per policy | | Reminder not delivered | Health check agent. If offline, proceed per timeout | | Partial ACK (multi-agent) | Track per-agent. Proceed when all respond or all timeout |
# Send ACK request before disruptive operation
amp-send.sh code-impl-auth "ACK: hibernate in 60s" high \
'{"type":"acknowledgment-request","timeout":60}'
Expected: agent replies "ok" within 60s; if no reply after reminders at 15s/30s/45s, proceed with final notice.
Copy this checklist and track your progress:
testing
Use when analyzing staffing needs, assessing role requirements, planning agent capacity, or creating staffing templates for multi-agent orchestration. Trigger with team sizing or staffing requests. Loaded by ai-maestro-chief-of-staff-main-agent
data-ai
Use when consulting detailed staff planning references. Trigger with staff planning lookups. Loaded by ai-maestro-chief-of-staff-main-agent
data-ai
Use when validating skill directory structure, reindexing skills for Perfect Skill Suggester, or managing skill activation and discovery. Trigger with skill validation, indexing, or update requests. Loaded by ai-maestro-chief-of-staff-main-agent
data-ai
Use when consulting detailed skill management references. Trigger with skill management lookups. Loaded by ai-maestro-chief-of-staff-main-agent