← ClaudeAtlas

coldlisted

Cold start preparation for context handoff. Default mode (slim) edits CT in place — parent-direct, no dispatch, ~1% context burn. `/cold full` adds backlog/plan reconciliation, transcript orphan scan, and grill. Use slim mid-session at 80%+; use full at session end.
turqoisehex/cc-sentinel · ★ 4 · AI & Automation · score 77
Install: claude install-skill turqoisehex/cc-sentinel
# /cold — Cold Start Preparation **Modes:** - **`/cold`** (default, slim) — parent reads CT and edits it in place to be cold-start ready. No agents, no grill. Safe to run at 80%+ context. - **`/cold full`** — slim CT pass + two Sonnet agents (cold-prep + transcript-orphan) + parent grill. Use at session end when you want orphan rescue and full backlog/plan cross-check. **Channel:** CT=`CURRENT_TASK_chN.md` (channeled) or `CURRENT_TASK.md`. Scripts: `SENTINEL_CHANNEL=N`. `[chN/]`=dispatch subdir, `[_chN]`=file suffix, `[chN_]`=squad prefix. Full rules: `.claude/reference/channel-routing.md`. --- ## Default (slim) procedure **Trigger:** Run when context is high (80%+) or before /clear/compact, to make CT readable by a zero-context session. ### Step 0: Resolve target CT - Channeled session: target = `CURRENT_TASK_chN.md` for the active channel. - Unchanneled session: target = `CURRENT_TASK.md`. - If both shared CT and a channel CT are live in this session, edit both. ### Step 1: Read CT in full Read the entire target CT file (Read tool, no offset). Do not skim. Do not delegate. ### Step 2: Edit CT in place for cold-start readability Edit only — never rewrite from scratch, never blank. For each active section: - **Self-contained context.** Remove "see above" / "from earlier in this session" / "as we discussed" references. Replace with concrete content or a file:section pointer. - **Concrete file paths.** Every referenced file is a real, current path on disk. Spot-chec