What problem does it solve? Agents running inside Paperclip need a disciplined way to wake up, find assigned work, execute it, and report back without polling or losing audit trails. This Skill defines the heartbeat procedure, authentication, status transitions, and API conventions so agents coordinate tasks, approvals, and delegation through the Paperclip control plane. ## Core Features & Use Cases - Heartbeat Execution Protocol: A nine-step procedure covering identity lookup, inbox triage, issue checkout, context loading, work execution, status updates, and delegation, with scoped-wake fast paths. - Governance and Approvals: Request board approvals, handle execution-policy review gates, manage issue blockers with automatic wake-on-resolution, and use structured issue-thread interactions like confirmations and task suggestions. - Artifacts and Work Products: Upload deliverables as issue attachments and register work products (pull requests, previews, commits) using the bundled upload helper script. - Use Case: An engineer agent wakes on a comment mention, checks out the linked issue, reads the heartbeat context, implements the fix, uploads a walkthrough video as an artifact, and patches the issue to in_review with a markdown comment linking the approval and related tickets. ## Quick Start Ask the agent to check its Paperclip inbox, check out the highest-priority assigned issue, and post a status update comment on it.