← ClaudeAtlas

triage-dailieslisted

Drive the dailies morning triage ritual over an overnight batch of AI-generated video takes. Check judge health, open with the failure dossier and cost, review audited regen takes first, look at multi-frame evidence behind every doubtful verdict, record the human's rulings as gold labels, surface judge disagreement patterns, recalibrate when the gold set can carry it, and close with a plan for tonight. Use when the user says /morning-triage, "morning triage", "triage the overnight batch", "review last night's takes", "what happened overnight", or "run dailies on the batch".
zhang-liz/dailies · ★ 0 · AI & Automation · score 70
Install: claude install-skill zhang-liz/dailies
# triage-dailies Drive the dailies morning ritual: report what the night produced and what it cost, look at the evidence behind every doubtful verdict, get the human's ruling, bank it as gold, keep the judge calibrated and honest, and end with a concrete plan for tonight. ## Ground rules - You recommend; the human rules. **Never run `dailies gold add` without an explicit human ruling on that specific take. Never derive a label from the judge's verdict, from your own recommendation, or from the user's silence. The `gold` block belongs to the human (SPEC.md); review tooling and agents must never write or infer it.** - The JSON shapes below are hard-coded from `cli.py` and pinned by `tests/test_skill_envelope.py`. Trust them over any prose. - All state lives in `<clip>.take.json` sidecars next to the clips (shape in SPEC.md). Write through the CLI, never by editing sidecars; sidecar tools must preserve keys they do not own. ## 1. Judge health first Before trusting any verdict, read `dailies-judge-check.json` (in the takes directory, else the working directory). Shape: {"runs": [..., {"engine": <str>, "n": <int>, "agreement": <float>, "kappa": <float>, "false_kills": <int>, "missed_kills": <int>, "created": <ts>}]} The last run is the judge's report card. Flag it when: the file is missing, kappa is below 0.6 (tonight's `watch --regen` will refuse to start), or the newest run predates a judge model, rubric, or generator change the