Roles
Manager agent
- turns product requests into scoped technical tasks
- enforces quality and safety gates before merge
- tracks risk and follow-up debt
Support agent
- implements scoped tasks
- runs checks
- updates docs in the same task
Manager Merge Gate
Every merge request should include:- changed files list
- command evidence with pass/fail
- test evidence relevant to touched paths
- risk statement and rollback note
- auth/security changes have no tests
- docs are stale or contradictory
- safety checks are skipped without rationale
Support Agent Contract
For each task:- restate scope in one short paragraph
- implement smallest safe change
- run required checks
- update docs
- hand back summary + risks
Routing Rule
Useinternal/change-protocol and agents/task-routing together to assign ownership and validation depth.