weekly sync — 2026-06-15#8
Open
norbert-pap wants to merge 1 commit into
Open
Conversation
Mandatory unresolved-decisions sentinel from garrytan/gstack#1916. Each review skill now always ends with either the exact line NO UNRESOLVED DECISIONS (all ASK items settled) or a **UNRESOLVED DECISIONS:** bullet block (one per open item with what breaks if left unresolved). Previously the eng-review and prod-review skills only noted this when the user interrupted; code-review had no such section at all. https://claude.ai/code/session_01TeXGJ1SzTwbMqkqsjy1GT9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applied changes
gstack#1916 — Mandatory unresolved-decisions sentinel
Source: garrytan/gstack#1916
Target skills:
eng-review/SKILL.md,prod-review/SKILL.md,code-review/SKILL.mdEvery review report must now always end with exactly one of:
NO UNRESOLVED DECISIONS— when all ASK items were settled before moving on**UNRESOLVED DECISIONS:**bullet block — one bullet per open item, stating what the decision was and what breaks if left unresolved before implementation startsPreviously
eng-reviewandprod-reviewonly noted this if the user interrupted (conditional);code-reviewhad no such section at all. The gstack change makes the sentinel mandatory in all six of its review consumers after a token-reduction pass had quietly dropped it. Same principle applied here: a clean review that omits the sentinel is now indistinguishable from one that silently defaulted.Deferred / noteworthy (considered, not applied)
gstack#1966 — Cross-model adversarial review default-on
Source: garrytan/gstack#1966
Makes OpenAI Codex "outside voice" default-on in plan reviews with a
codex_reviewsmaster switch. Falls back to a Claude subagent when Codex is unavailable. Not portable: claudebert has no Codex auth integration. The concept (cross-model review as default, not opt-in) is worth noting if claudebert ever adds a second-model review path.gstack#1929 — browse
js/eval --outrender-to-fileSource: garrytan/gstack#1929
Adds
js "<expr>" --out <file>andeval script.js --out <file>to write evaluation results to disk rather than returning them over the command channel. Includes offline render path docs ("don't bundle your own Chromium"). Deferred because claudebert's browse binary is a separate implementation — documenting flags the binary doesn't support would be misleading. Revisit when the browse binary is updated.gstack#1912 — Rename "Boil the Lake" → "Boil the Ocean"
Source: garrytan/gstack commit
41c6d3ebRefactors the Completeness Principle heading and body to use "Boil the Ocean" framing: "boil the ocean one lake at a time" — the complete thing is the goal, broken into achievable lakes. Gstack's version is more concise but drops the "100% test coverage is the vibe code unlock" language that's useful in claudebert. Deferred pending a judgment call on whether to adopt the shorter framing or merge both.
anthropics/skills#1293 — frontend-design skill improvements
Source: anthropics/skills#1293
Improvements to Anthropic's reference
frontend-designskill (generates UI). Claudebert'sdesign-reviewreviews existing UI — different purpose and workflow. No direct port applicable.VoltAgent/awesome-agent-skills — Aegis (523★)
Source: https://github.com/GanyuanRan/Aegis (523 stars, active)
"Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks." High-signal methodology skill. Would require creating a new
claudebertskill file, not cherry-picking to an existing one. Worth evaluating as a future addition to the pipeline.Sources checked (6)
Generated by Claude Code