Back to list
cameronehrlich

coordination-patterns

by cameronehrlich

Real-time coordination for AI coding agents

1🍴 0📅 Jan 24, 2026

SKILL.md


name: coordination-patterns description: Multi-agent coordination workflows and conflict prevention patterns

Coordination Patterns

File Ownership Check

Before editing shared files:

  1. Run ac listen '#general' --last 10
  2. Check if anyone mentioned the file recently
  3. If unclear, post: ac send '#general' '[COORD] About to edit <file> - conflicts?'
  4. Wait 30-60 seconds for response, then proceed

Handoff Protocol

When transferring work to another agent:

  1. Complete current work to a stable state
  2. Commit with descriptive message
  3. Send handoff message:
    ac send '@AgentName' '[HANDOFF] Task: <description>
    Files Modified: <list>
    Current State: <status>
    Next Steps: <what to do>'
    

Conflict Resolution

If two agents are working on the same file:

  1. First agent to post in #general has priority
  2. Second agent should wait or work on different files
  3. Use [COORD] prefix to negotiate

Status Updates

Post to #status at natural breakpoints:

  • [STATUS] Working on <task>
  • [DONE] Completed <task>
  • [BLOCKED] Waiting on <dependency>

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon