Check your agent mailbox for messages at session start. Use at the beginning of every session to review communications from other agents or advisors and note any action items.
Check your agent mailbox for messages at session start and process any pending communications.
Use this skill:
ls mailboxes/{your-role-slug}/inbox/
Role slugs: arch, cio, lead, comms, ppm, cxo, host, docs, exec, spec
If empty: Note "Mailbox empty" in session log and proceed with assigned work.
If messages exist: Continue to Step 2.
For each file in inbox:
From: Who sent itResponse-Requested: yes/noPriority: high/medium/lowAfter reading each message:
mv mailboxes/{your-slug}/inbox/{filename} mailboxes/{your-slug}/read/
Why move? Messages in inbox/ = unread. Moving to read/ prevents re-reading next session.
If Response-Requested: yes:
Create response in sender's inbox:
mailboxes/{sender-slug}/inbox/{your-response-filename}.md
Use response format:
# Re: [Original Subject]
**From**: {your-slug}
**To**: {sender-slug}
**Date**: YYYY-MM-DD HH:MM
**In-Reply-To**: {original-filename}
**Response-Requested**: no
**Priority**: medium
---
[Your response]
If you can't respond yet: Note in session log as pending action item.
In your session log, record:
| Don't Do This | Why | Do This Instead |
|---|---|---|
| Skip mailbox check | Miss important context or assignments | Always check at session start |
| Leave messages in inbox | Re-read same messages next session | Move to read/ after processing |
| Ignore Response-Requested | Sender waiting indefinitely | Respond or note as pending |
| Read but don't log | No record of what you learned | Note key points in session log |
# 1. Check inbox
ls mailboxes/docs/inbox/
# Output: memo-cio-skill-response-2026-01-21.md
# 2. Read message
# [Use Read tool on the file]
# 3. Move to read/
mv mailboxes/docs/inbox/memo-cio-skill-response-2026-01-21.md mailboxes/docs/read/
# 4. If Response-Requested: yes, create response in sender's inbox
# [Create response file in mailboxes/cio/inbox/]
# 5. Log in session log:
# "### 8:00 AM - Mailbox Check
# - Received 1 message from CIO re: skill adoption
# - Decision: Approved with guidance
# - Action: Proceed with Tier 1 skills"
# 1. Check inbox
ls mailboxes/lead/inbox/
# Output: (empty)
# 2. Log in session log:
# "### 9:00 AM - Mailbox Check
# - Mailbox empty, no pending messages"
After checking mailbox:
read/ folderResponse-Requested: yesmailboxes/README.mdarch, cio, ceo, lead, comms, ppm, cxo, host, exec, spec, docs