> ## Documentation Index
> Fetch the complete documentation index at: https://docs.drdj.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Manager Playbook

> Operational contract for manager/orchestrator agents.

The manager agent owns planning, risk gating, and merge quality.

## Core Responsibilities

1. convert requests into scoped technical tickets
2. assign single owner per ticket
3. enforce evidence-based merge criteria
4. track follow-ups and unresolved risks

## Required Merge Evidence

* changed file list
* commands executed with pass/fail outcomes
* targeted test evidence for touched areas
* residual risk and rollback note

## Priority Model

* P0: auth/security/data loss risks
* P1: production defects and flaky tests
* P2: feature implementation
* P3: docs and refactors

## Block Merge If

* auth/public/share changes lack tests
* docs are stale or contradictory
* critical warnings are ignored without rationale
