docs(release): generate value-prop-first release notes from the gaia-release skill#1330
Conversation
…notes GAIA's release notes have read dry and engineering-first — describing what changed, not why a user should care or want to try it. The colleague feedback was blunt: we build cool local agents and sell them poorly. Bake the house-style parameters into the skill so it generates good notes the first time, rather than validating them after the fact: - Value-prop first; local agents are the headline, not the SDK. - One agent/command per highlight (gaia browse and gaia analyze each stand alone). - Plain language, engaging but factual, no emoji/fluff. - A bad/good worked example (email triage) so the model has a concrete target. - Phase 6 Discord announcement reuses the same parameters.
|
Clean, targeted fix for a real problem — the generation guidance is now actionable enough that a model can apply it without drift. Approve. SummaryThe No code changes, no tests required (the test plan is correct: guidance is validated by reading the result, not by running pytest). Issues Found🟢 Historical framing in the "Generation parameters" intro ( "GAIA's notes have historically read dry and engineering-first" reads as past-tense commentary rather than instructional guidance. A future reader skimming for rules could miss the transition into the parameter list. Tiny rewording: Strengths
VerdictApprove. One optional nit on the intro framing; nothing blocking. |
Why this matters
GAIA's release notes read dry and engineering-first — they describe what changed, not why a user should care or want to try it. We ship genuinely useful local agents and then sell them poorly: Agent UI launched with no demo, and per-release the agents that are the actual product get buried under SDK/infra detail.
This upgrades the
gaia-releaseClaude Code skill so it generates value-prop-first notes the first time, instead of validating tone after the fact. No new validator, no LLM judge, no extra tests — the fix is better generation guidance where the notes are written.What the skill now enforces when drafting:
gaia browseandgaia analyzeeach stand alone with their own utility line.Test plan
.claude/skills/gaia-release/SKILL.mdPhase 1 "Generation parameters" block and the bad/good example for accuracy and house-style fit.## What's Newis per-agent and value-prop-first.