Visual direction
Editorial report
Use when the page must feel written, curated, and decision-ready.
Offline report artifact
Ready
Use this as a copyable baseline for review pages that need design judgment: a focused hero, finite card layouts, scannable decision tables, and diagram-first roadmap sections.
Visual direction
Use when the page must feel written, curated, and decision-ready.
Density
Keep prose readable while still surfacing evidence and risks.
Motif
A right-side rail gives the hero a visual anchor and avoids empty width.
hero--split, hero--compact, or hero--deck.Primary
Make the most important card visually heavier than supporting cards.
Evidence
Grid children use min-width: 0 and text uses overflow-wrap:anywhere.
Risk
Five cards become 3+2 on desktop and one column on small screens.
Support
Lower visual weight keeps the scan path clear.
Support
Use for validation, revisit triggers, or open questions.
Put the conclusion in a card before the dense matrix.
Use evidence columns and key rows to show why.
Name the signal that would change the decision.
| Criterion | Weight | Option A · Recommended | Option B | Evidence | Verdict |
|---|---|---|---|---|---|
| Reviewer clarity | 35% | Strong | Medium | Readers see the conclusion before details. | A leads |
| Implementation risk | 25% | Low | Medium | Single-file offline HTML, no runtime dependency. | A leads |
| Maintenance | 20% | Medium | Medium | Reusable classes require discipline. | Tie |
| Visual memorability | 20% | High | Low | Hero and diagram frames create a stronger page identity. | A leads |
Purpose, audience, evidence, and stop condition.
Hero, finite grid, table emphasis, diagram choice.
Single file, offline CSS/JS, semantic sections.
Validator, viewport checks, manual design checklist.
| Audit surface | Required structure | Primitive |
|---|---|---|
| Call graph | entrypoint, dispatch, trainer, worker, result, failure path | architecture-map |
| Enum advice | current entrypoint, enum type, member names, naming basis, caller impact, docs | table--decision |
| Redundancy | location A/B, overlap, risk, retain/delete/merge, proof needed | risk-heat |
grid-5-balanced for 3+2 desktop composition.architecture-map, boundary-band, evidence-rail, edge-legend, and risk-heat when call mechanisms, enum choices, or redundancy are under review.tabular-nums, col--num for right-aligned numeric columns, and cell--bar / cell--trend / cell--heat / cell--diff-* for in-cell emphasis.figcaption and a text equivalent list. SVG uses currentColor + var(--*) so theme/mode switches propagate.prefers-color-scheme or data-mode="dark") and print mode preserve readability and contrast ≥ 4.5:1 for body text.