review-refiner
Installation
SKILL.md
Review Refiner
What This Produces
- Output:
.lattice/standards/review-standards.md(or custom path from.lattice/config.yaml→paths.review_standards) - Two modes:
- Overlay (
mode: overlay): A slim document containing only sections that differ from the defaults. The review molecule reads its embedded defaults first, then applies this document's sections on top. This is the expected common case. - Override (
mode: override): A comprehensive standalone document that fully replaces the molecule's embedded defaults. For teams with fundamentally different review processes.
- Overlay (
- Default mode: Overlay -- produces only what the user wants to change
- Config key:
paths.review_standardsin.lattice/config.yaml - Consumed by: The review molecule (NOT an atom -- this is the first molecule-level config)
- Template: Read
./assets/template.mdfor the full document structure, default content, and interview guidance comments
Scope Clarification
This refiner configures the review process -- how the review molecule orchestrates atom output. It does NOT configure what atoms check for.