# Communication

> View cross-role communication guidelines and message templates

- Skill: `sensei-hacker/communication` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sensei-hacker/communication`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sensei-hacker/communication/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: sensei-hacker (https://skillmd.com/u/sensei-hacker)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sensei-hacker/communication

---


# Communication Guide Skill

Reference for cross-role communication in the INAV project.

## Full Documentation

Read the complete guide:
```bash
cat claude/COMMUNICATION.md
```

## Quick Reference

### Role Contacts

| Need | Contact |
|------|---------|
| Task assignment | Manager |
| Implementation help | Developer |
| Build/release issues | Release Manager |
| Project status | Manager |

### Message Flow

**To send a message:**
Decide which role you wish to send to. Draft the email either as just a stgring or in a file. Ask the email-manager agent to deliver it to the recipient.

**File naming:** `YYYY-MM-DD-HHMM-{type}-{description}.md`

### Message Types

- `task` - Task assignment
- `completed` - Completion report
- `status` - Status update
- `question` - Question needing answer
- `response` - Response to question
- `reminder` - Future action reminder
- `guidance` - Direction or decision

### Basic Template

```markdown
# {Type}: {Title}

**Date:** YYYY-MM-DD HH:MM
**From:** {Your Role}
**To:** {Recipient Role}

## Content

{Your message}

---
**{Your Role}**
```

## Folder Structure

Your role has:
- `inbox/` - Incoming messages
- `inbox-archive/` - Processed messages
- `sent/` - Sent message copies

---

## Related Skills

- **email** - Read and manage your inbox messages
- **projects** - Query project status (often referenced in communications)

