
agent-communication
Update Agent Communication Board with task status, completion messages, and blocker tracking. Use af
by ak-eyther|Open Source
Agent Communication Protocol
Task Status Updates
When Starting Task
## š In Progress
- **[TASK-001]** Description ā @agent-name š (timestamp - status)
When Completing Task
## ā
Completed Today
- **[TASK-001]** Description ā @agent-name ā
(timestamp - result summary)
When Blocked
## šØ Blockers
- **[TASK-001]** Description ā @agent-name ā ļø (Needs: [what's needed])
Completion Message Format
ā
[Agent Name] completed [task]!
Key results:
- [Result 1]
- [Result 2]
Next step: [What happens next]
Blocker Message Format
ā ļø BLOCKER: [Agent Name] stuck on [issue]
Issue: [One sentence]
Needs: [Who/what is needed]
Impact: [Why this matters]
Action taken: [What you did]
Rules
- Lead with status emoji (ā ā ļø ā)
- Keep under 10 lines
- State blocker FIRST
- Say what you did to unblock
Scripts
scripts/skill_info.py: Print skill name and description.