Agent skill
communication
View cross-role communication guidelines and message templates
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/communication
SKILL.md
Communication Guide Skill
Reference for cross-role communication in the INAV project.
Full Documentation
Read the complete guide:
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:
- Create file in
claude/{your-role}/sent/ - Copy to
claude/{recipient-role}/inbox/
File naming: YYYY-MM-DD-HHMM-{type}-{description}.md
Message Types
task- Task assignmentcompleted- Completion reportstatus- Status updatequestion- Question needing answerresponse- Response to questionreminder- Future action reminderguidance- Direction or decision
Basic Template
# {Type}: {Title}
**Date:** YYYY-MM-DD HH:MM
**From:** {Your Role}
**To:** {Recipient Role}
## Content
{Your message}
---
**{Your Role}**
Folder Structure
Each role has:
inbox/- Incoming messagesinbox-archive/- Processed messagessent/- Sent message copiesoutbox/- Drafts awaiting delivery
Related Skills
- email - Read and manage your inbox messages
- projects - Query project status (often referenced in communications)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?