skill initial

This commit is contained in:
2026-02-06 16:21:11 +05:30
parent ac213793b0
commit 229070be0b
7 changed files with 397 additions and 38 deletions

View File

@@ -0,0 +1,33 @@
# 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 <session-id> --model <model-id> ...`.
- [ ] Re-validate model IDs with `droid exec --help` if session gap is significant.
- [ ] Reconfirm user priorities before continuing implementation.