← ClaudeAtlas

capturelisted

Adaptive-depth session recap and low-friction checkpoint capture for weekly reporting and decision replay. Use this skill for "/lode:capture" or when the user signals end of a work session — e.g. "收工", "今天到这", "done", "wrap up", "that's it for today", "好了", "先这样". Also trigger on explicit requests like "记录变更", "log changes", "记一下今天做了什么", "记一下当前进展", or "checkpoint". Do NOT trigger when the user is simply saying goodbye or switching topics.
KKenny0/Lode · ★ 1 · AI & Automation · score 62
Install: claude install-skill KKenny0/Lode
# Adaptive-Depth Session Recap Session-end and checkpoint signal extraction. When the developer wraps up work or explicitly asks to checkpoint the current progress, read the conversation context and produce raw entries rich enough for weekly outlines, monthly reviews, decision roadmaps, and session-start recall. The goal is not a chronological diary. Capture the durable engineering signal: why the work happened, what was decided, what was tried, what changed, and what future sessions need to remember. ## Zero-Config Mode This skill works with or without a configured knowledge vault: - **With vault**: entries are written to `{vault}/raw/weeks/{ISO-week}/{project-slug}.json`; durable artifact indexes are written to `{vault}/raw/artifacts/{project-slug}.json` when applicable. Output is quiet by default: after a successful write, return only a short confirmation unless the user explicitly asks for verbose output. - **Without vault**: entries are rendered as structured Markdown directly in the conversation. No files written, no directories created. A one-line setup hint follows the output. Zero-config mode is best-effort. Fill every field that can be inferred from the conversation, but do not interrogate the user only to satisfy a schema field. Depth enforcement is warning-based in the helper, not a hard block. ## Capture Modes Default mode is a session-end recap. It is triggered by `/lode:capture`, "收工", "done", and similar wrap-up signals. Checkpoint mode is