Artifact: explainer
A dense visual explainer produced by ce-explain — a human-facing document (often HTML/Markdown with diagrams) that explains a concept, a diff, or a chunk of recent work, with optional verification of its claims against the code.
It is the human-facing counterpart to the agent-facing artifact-solution-doc: both are outputs of stage-learn realizing pattern-knowledge-compounding, but the explainer builds the developer’s (and team’s) understanding rather than seeding future agents’ grounding. It is adjacent to MP’s artifact-handoff-doc (compact knowledge for a future reader), but an explainer teaches a topic rather than continuing a session.
Produced by (backlinks)
- ce-explain — turns concepts/diffs/recent work into the explainer.
- ce-work-recap-scout — gathers the recent-work evidence the explainer is built from.
See Also
- artifact-solution-doc — the agent-facing learning sibling (ce-compound).
- artifact-handoff-doc — compact-for-a-future-reader relative (MP).
- pattern-knowledge-compounding — the technique; stage-learn — the stage this supports.