← ClaudeAtlas

doccraft-session-wraplisted

After a design, research, business, or prioritisation thread, evaluate whether the conversation produced durable insight worth capturing in {{DOCS_DIR}}/, then propose only the artifacts that are clearly justified (ADR, research note, reference doc, business update, story, backlog/queue edit). Use when the user says "wrap this session", "propose docs artifacts", "what should we capture", "summarize this into docs", "end-of-session", or similar close-out phrasing. If nothing warrants capture, say so in one sentence and stop. Never write files unless the user explicitly asks to create or update them in the same turn — propose drafts only.
alexpialetski/doccraft · ★ 4 · Data & Documents · score 77
Install: claude install-skill alexpialetski/doccraft
# doccraft — session wrap (propose docs artifacts) ## When to use - The user **invokes this skill** or asks to **wrap this session** / **propose docs artifacts** / **what should we capture** / **summarize this discussion into docs** from the **current conversation**. - Typical triggers: architecture or product discussion concluded (or deferred with rationale), research synthesis, or reprioritisation — **not** every casual Q&A. **Default:** propose artifacts **only if necessary**. Do not invent work to document. NEVER write files unless the user explicitly asks to create or update them in the same turn. Propose drafts only. ## Configuration Read `doccraft.yaml` at invocation. The `sessionWrap.capture:` block controls which artifact categories are in scope for this project — skip rows entirely in the proposals table when their category is disabled. Relevant keys: - `docsDir` — root folder for all docs. Default: `docs`. All artifact paths below are relative to `{docsDir}/`. - `sessionWrap.capture.research` — default `true`. - `sessionWrap.capture.reference` — default `true`. - `sessionWrap.capture.business` — default `false`. Projects that track strategy under `{docsDir}/business/` set this to `true`; most projects leave it off. If `doccraft.yaml` is missing, apply the defaults above. The `ADR`, `Story`, and `Backlog / queue` categories are always in scope — they are the load-bearing set. ## Package routing <!-- doccraft:packages --> <!-- /doccraft:packa