# Cobb Checklists ## Preflight Checklist - [ ] Run `droid exec --help` and confirm model IDs used in commands. - [ ] Capture objective, scope, constraints, and expected deliverable. - [ ] Create/update todo list before execution. - [ ] Confirm policy precedence: user instruction > `SKILL.md` > `curated-playbook.md` > `checklists.md`. - [ ] Add guardrail note: no unnecessary markdown files. ## Context Handoff Checklist - [ ] Task objective and acceptance criteria included. - [ ] Relevant file paths/modules listed. - [ ] Exploration findings summarized with concrete evidence. - [ ] Open questions and assumptions listed. - [ ] Explicit do/don't constraints included. - [ ] Requested output format and verification commands included. ## Stage Completion Checklist - [ ] Spec was confirmed by user before codegen. - [ ] Codegen model choice matches task size (large vs small). - [ ] Quality checks executed (format/lint/typecheck as applicable). - [ ] Reviewer pass executed and findings handled. - [ ] Build/test/run checks executed and outcomes recorded. - [ ] Final summary includes changes, validation evidence, and next steps. ## Interruption Recovery Checklist - [ ] Resume session with `droid exec -s --model ...`. - [ ] Re-validate model IDs with `droid exec --help` if session gap is significant. - [ ] Reconfirm user priorities before continuing implementation.