← ClaudeAtlas

capturelisted

Adaptive-depth session recap and low-friction checkpoint capture for report-ready Tracework memory. Use this skill for "/tracework:capture" or when the user signals end of a work session, such as "收工", "今天到这", "done", "wrap up", "that's it for today", "好了", or "先这样". Also trigger on explicit checkpoint or logging requests like "记录变更", "log changes", "记一下今天做了什么", "记一下当前进展", or "checkpoint". The skill dynamically routes the session to lite, standard, or deep capture depth; explicit "/tracework:capture lite|standard|deep" wording overrides that route. Use day mode for "/tracework:capture day", "扫描今天的会话", "补录今天", or "capture today". Do NOT trigger when the user is simply saying goodbye or switching topics.
KKenny0/Tracework · ★ 2 · Code & Development · score 65
Install: claude install-skill KKenny0/Tracework
# Adaptive-Depth Session Recap Capture session-end or checkpoint signals into Tracework raw entries. The goal is not a chronological diary. Preserve the lightest durable work signal that can improve Daily, Weekly, and Monthly first, then support evidence drill-down, decision replay, roadmap synthesis, and session-start recall when needed. Tracework is reporting-first: Daily, Weekly, and Monthly can still produce direct value without a fresh capture. Capture improves their evidence boundary and keeps lower-frequency Query, Recall, and Roadmap available when needed. ## Progressive References Keep this file focused on routing and workflow. Read these references only when needed: - `references/capture-routing.md`: choose `capture_depth` and handle explicit lite/standard/deep overrides. Read before finalizing entries. - `references/capture-entry-writing.md`: write raw entries, artifact context, reporting metadata, Markdown fallback, and quality checks. - `references/capture-operations.md`: resolve config, call `tracework_raw.py`, write artifact dossiers, and format quiet receipts. - `references/capture-day.md`: scan indexed Codex and Claude sessions for one date without mixing reporting groups. Read for day mode only. - `references/tracework-storage-convention.md`: shared schema and storage rules. ## Zero-Config Mode This skill works with or without a configured knowledge vault: - With a vault: write entries to `{vault}/raw/weeks/{ISO-week}/{project-slug}.json`;