← ClaudeAtlas

synthesiselisted

Point at a folder of markdown and write one reconciled, provenance-tagged, staleness-aware current-state.md sidecar — the summary-of-summaries that updates and self-corrects across runs. Works on any markdown corpus (call summaries, transcripts, notes, PRDs); imposes no folder structure and edits nothing but its own output file. Use when the user runs /synthesise, asks for a current state / synthesis / "what do we know now" over a folder, or wants a folder's scattered markdown reconciled into one living state file.
simonconway1979/os-intelligence · ★ 3 · Data & Documents · score 69
Install: claude install-skill simonconway1979/os-intelligence
# /synthesise Read across a folder of markdown and write **one** file — `current-state.md` — that holds the reconciled state of what's known: corroborated findings with provenance, contradictions surfaced (not flattened), per-section staleness, and what changed since the last run. This is a **memory layer**, not a digest. The difference is the last point: it reconciles against its own previous output, so it compounds and self-corrects across runs. One-shot summarisers can't. **It is read-only to everything except its own output.** It never edits, moves, or restructures the source files. It imposes no taxonomy. It plugs into whatever the user already has. --- ## Invocation ``` /synthesise <folder> # synthesise the folder into one current-state.md /synthesise <folder> -- <hint> # hint steers focus (e.g. "this is one customer account") /synthesise <folder> --per-subfolder # one current-state.md per immediate subfolder (e.g. accounts/*) /synthesise <folder> --dry-run # print the synthesis to chat, do not write the file ``` - `<folder>` is the scope. `current-state.md` is written **into** that folder unless `--per-subfolder` is set. - Default scope is "this folder and everything under it, as one unit." - `--per-subfolder` treats each immediate child folder as its own unit (use for account/feature/person trees). --- ## The lens (optional, but the biggest quality lever) A synthesis is sharper when it knows *for whom and for what*. Th