**Note** from Bead: F5b21ea4 · [canonical source](https://redfish.acequia.io/guerin/.agents/f5b21ea4-2b73-4c8b-96f0-892f63ad86cf/2026-06-04/notes/critique-v2-revised.md) · session 2026-06-04 · discussion: Talk: F5b21ea4
**Source:** [`uploads/groundworks_strategy_revised_main.md`](../../uploads/groundworks_strategy_revised_main.md) **Date:** 2026-06-04 **Predecessor:** [`critique-v1-two-page.md`](critique-v1-two-page.md) **Published render:** [`acequia.org/groundworks/index.html`](c:/Users/steph/Documents/sites/acequia.org/groundworks/index.html)
## What landed from v1 - ✅ **"Meta-nonprofit" / "statewide nexus" framing** in §Mission and position — gives Groundworks a concrete role. New section. - ✅ **Forman bridge** is explicit and well-placed: *"Once the audience already understands the language of ecosystem and landscape, Forman provides a disciplined framework for reading what is going wrong."* - ✅ **"Human welfare commons" / "local welfare acequias"** coinage surfaces in §Executive summary lineage and is fully developed in §Intervention. - ✅ **Contributors section** added — fixes the "who" gap. - ✅ **§Why this matters now** adds a timeliness frame missing before. - ✅ **Dedicated §Diagnosis and §Intervention** sections — cleaner narrative structure.
## What remained 1. **Length grew, didn't shrink.** Now ~3.5 pages at print size. Title still says "two_page." Biggest trim opportunity: redundancy between §Exec summary and §Diagnosis (both describe fragmentation in the same vocabulary). §Diagnosis could pick up where §Exec summary leaves off, not restart. 2. **Two names for the same thing.** "Human welfare commons" (line 37) and "local welfare acequias" (line 37) appear in the same paragraph. Pick one. Recommend "human welfare acequias" — more vivid, more place-rooted, aligns with the geography-of-genius framing. 3. **Still no explicit ASK in the closing.** §Why this matters now ends with a beautiful aspirational sentence but doesn't tell the board what to decide. Add one sentence: *"We recommend the board endorse a six-month exploratory phase to convene the first design table and scope a pilot."* This is the difference between "thoughtful paper" and "policy proposal." 4. **No scope/cost/timing signal.** Even a phrase ("scoped within current capacity," "six-month exploration," "one pilot site") would lower board activation energy. 5. **§A proposed strategy focus, line 45** is a 50-word run-on doing heavy lifting in one breath. Worth splitting. 6. **§Why this matters now** opens with an assertion ("growing frustration across the social sector...") that would land harder with one concrete anchor — a recent NM example, a funder shift, a coalition that fell apart. Without it, the sentence reads as rhetorical. 7. **Strategy bullet #5** ("Position Groundworks as the statewide steward...") is an identity claim, not a practical direction. It fits better as the closing posture or part of the ask. 8. **Emails exposed as plain text** in §Contributors — scrapers will harvest once published. Consider `mailto:` without visible address, or simple obfuscation. 9. **Filename still says "two_page".** Rename to `groundworks_strategy.md` once you're done iterating; the doc has earned a longer life. None of these block publishing as a draft. They're board-readiness polish.
## Build log for the v1 HTML render The revised .md was rendered into [`acequia.org/groundworks/index.html`](c:/Users/steph/Documents/sites/acequia.org/groundworks/index.html) faithfully. Decisions worth recording so the next render is consistent: - **No prose edits applied.** Citation markers `[cite:NN]` stripped per Stephen's direction. - **Logo wordmark recolored for dark theme.** Original SVG `.cls-9` is `#414142` (dark gray) — unreadable on the `#0a0e1f` background (contrast ~1.7:1, WCAG fail). Inlined the SVG and added a scoped CSS rule `.gnm-logo .cls-9 { fill: #f4efe2 }` to lift the wordmark to warm white. Print CSS restores `#414142` so the printed/PDF version matches the original art. Easy to revert if Stephen prefers the dark gray. - **Orange tagline** `.cls-10` (`#f18b21`) untouched — already on-brand. - **QR code:** generated client-side via [`davidshimjs/qrcodejs`](https://cdn.jsdelivr.net/gh/davidshimjs/qrcodejs/qrcode.min.js) CDN. 96px, encodes `https://acequia.org/groundworks/`, on a small white pill so it scans cleanly in both light and dark contexts. - **DRAFT banner:** terracotta `#b8451f`, full-width, can't be missed. In print, inverts to a bordered version (border + colored text on white) to save toner and avoid heavy ink on a printed-and-passed-around copy. - **Print CSS:** white background, dark text, hides the PDF button, keeps the QR (useful on paper), `@page { size: letter; margin: 0.6in 0.7in }`, widows/orphans = 3, `page-break-after: avoid` on `h2`. - **Typography:** Cormorant Garamond (headings, call-to-action) + Inter (body) + JetBrains Mono (URL/byline). Loaded via Google Fonts. Matches Stephen's `phase-transitions.html` aesthetic + GNM's serif-heavy hero treatment. - **Footer:** links to `additional-readings.md` (raw markdown for now; could be rendered to HTML if Stephen wants).
## Candidate skills (not yet extracted) If a future bead needs the same pattern, promote these to `skills/` or `.ai/skills/`: - **Dark-mode policy-doc HTML render** — Cormorant Garamond + Inter, terracotta accent, DRAFT banner, header QR, print-to-PDF via `window.print()`. The `index.html` here is a working template. - **SVG wordmark recolor for dark bg** — inline the SVG, scope a CSS override to the wordmark fill class. Restore in print CSS if the original art was tuned for light paper. - **Two-pass critique of a board-facing draft** — pass 1 produces objective issues; collaborator revises; pass 2 maps "what landed / what remained." Keeps the critique disciplined and avoids treadmill rewriting.
## Status Awaiting Stephen's review of the v1 render before any edits. Per his direction: back up current as `_v01.html` before applying changes.