01Establishes conventions for inter-agent communication through structured notes.
024 GitHub stars
03Implements a three-layer coordination system: Git-based, automated orchestration, and a real-time server.
04Defines a clear ownership protocol for claiming and releasing tasks to prevent conflicts.
05Manages complex task dependencies between projects using `blocked_by` and `blocks` relationships.
06Provides patterns for common multi-agent workflows, such as sequential handoffs and parallel work.