learning-capture
The Category 6 PKM skill for "this is worth keeping." Distinct from quick-capture (which uses sentence-starter formats for fast turnaround) — learning-capture allows fuller framing when the input deserves it.
When to use
- An article / talk / conversation changes a mental model.
- A synthesis across multiple inputs is worth keeping as a single insight.
- A "learnings from X" output that needs more structure than
qc-insightprovides.
When NOT to use
- One-line capture →
quick-capture(qc-insight format). - Multi-source research → Category 1 researcher skills.
- Durable typed fact → write through
vault-writer.write_factdirectly.
Workflow
- Input: source description + the learning itself + the trigger.
- Classify: is it an insight (synthesis-shaped) or a fact (entity/predicate-shaped)?
- Write via
vault-writer.write_insightorwrite_factaccordingly. - Tag from the controlled vocabulary in
_meta/tags.md. - Link to related vault notes via
vault-querierfor backlinks.
Output
vault/insights/YYYY-MM-DD-{slug}.md OR vault/facts/{entity}/{predicate}.md — always written via vault-writer.write_insight / write_fact (workflow step 3); the capture is never left only in chat.
Composes with
vault-writer— actual write.vault-querier— suggest related notes for[[wikilinks]].memory-curator— when uncertain whether durable.
Acceptance test
SKILL.md describes the classification logic. Live exercise deferred to next learning capture.