# Cobb References ## Canonical Sources - `SKILL.md` - Trigger and orchestrator identity. - End-to-end stage sequence and guardrails. - `curated-playbook.md` - Portable workflow rules and model selection guidance. - `droid exec` usage and autonomy constraints. - `templates/dispatch-prompts.md` - Role-specific dispatch prompt templates. - `checklists.md` - Operational completion and recovery checklists. ## Precedence Rule When guidance conflicts: 1. Latest explicit user instruction 2. `SKILL.md` 3. `curated-playbook.md` 4. `checklists.md` If still ambiguous, pause and ask the user before moving to codegen or high-impact actions. ## Model Mapping Snapshot - Driver / Explorer / Quality / Runner: `custom:Kimi-K2.5` - Spec: `custom:Gpt-5.2` - Coder (large): `custom:Gpt-5.3-Codex` - Reviewer: `custom:Opus-4.6` Always re-check mapping with `droid exec --help` in case IDs change.