| name | agent-deck-workflow |
| description | Shared transport and mailbox workflow protocol for multi-session AI collaboration, using agent-mailbox as the authoritative message layer and agent-deck only for wakeups. Use when workflow tasks need cross-session message delivery, mailbox lifecycle handling, or a common workflow envelope format. |
Agent Deck Workflow
Use this skill as the shared transport, envelope, and lifecycle layer for multi-session work.
Load Order
For any workflow turn:
- read
references/internal-protocol/shared-protocol.md
- read the action skill for the current workflow step
- read any extra references that skill requires
Interpret references like "follow shared protocol in agent-deck-workflow/SKILL.md" as:
- use this file as the entry point
- then load
references/internal-protocol/shared-protocol.md
Use agent-deck/<agent-deck-session-id> as the default agent-mailbox sender.
Agent Deck Mode Detection
Read the corresponding section in references/internal-protocol/shared-protocol.md.
Context Resolution Priority
Read the corresponding section in references/internal-protocol/shared-protocol.md.
Error Handling and Diagnostics
Read the corresponding section in references/internal-protocol/shared-protocol.md.