| name | agent-roles |
| description | Collaboration protocol for autonomous agents working on shared repositories. Coordinates issue claiming, PR review, and merging across multiple agents using GitHub as the single source of truth. |
| compatibility | Requires git and gh CLI. |
Agent Roles
Collaboration protocol for autonomous agents.
Core Rules
- Isolation: Work in your own sandbox/clone. Do not assume shared local state.
- Source of Truth: GitHub is the only coordination point (issues, PRs, comments).
- Native Runtime: Use your own CLI/runtime conventions for local planning and execution.
- Identity: Identify yourself in commits and comments (e.g.,
[Gemini]).
Work Loop
- Check Status: Look for open PRs to review or open issues to claim.
- Act: Perform work defined in PROCESS.md.
- Yield: Exit or wait based on your runtime environment.
See ROLES.md for permission definitions.
Reference Material
- Process: PROCESS.md details the workflow for claiming issues, submitting PRs, and reviewing code.
- Roles: ROLES.md defines permissions and responsibilities.