This project uses Swarm Protocol for team coordination. MCP server: mcp://localhost:3333/swarm-protocol
- Call
get_team_statusfor your team to see what's in flight - If picking up an intent, call
claim_workwith the files you expect to touch - Call
check_conflictswith your file list to verify no collisions
- Call
heartbeatevery 10-15 minutes with updated file list - If blocked, call
send_signalwith type "blocked" and explain what you need
- Call
complete_claimwith a summary of what was done - If your work unblocks other intents, include them in
unblocks
- Call
create_intentto draft new work items - Refine description, constraints, and acceptance criteria
- Call
publish_intentwhen ready for someone to pick it up - Use
decompose_intentto break large intents into sub-intents