Skip to content

fix(night-mode): split reviewer models — top-down Opus, bottom-up Sonnet - #874

Merged
artyhoo merged 1 commit into
stagingfrom
claude/friendly-vaughan-3b0659
Jul 3, 2026
Merged

fix(night-mode): split reviewer models — top-down Opus, bottom-up Sonnet#874
artyhoo merged 1 commit into
stagingfrom
claude/friendly-vaughan-3b0659

Conversation

@artyhoo

@artyhoo artyhoo commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • The night-mode skill previously pinned BOTH SDD reviewers (top-down spec/architecture + bottom-up code-quality) to Opus.
  • Per SDD's own "least powerful model that can handle each role" guidance, only the bottom-up code-quality reviewer now runs on Sonnet; the top-down spec/architecture reviewer + plan-reconciling Planner stay on Opus.
  • Side benefit: eases the Opus-quota pressure the skill's own §3 (quota/backoff resilience) already calls out.

Test plan

Top-down spec/architecture reviewer stays Opus; only the bottom-up
code-quality reviewer downgrades, per SDD's least-powerful-model-per-role
guidance. Also eases Opus-quota pressure noted in the skill's own §3.
@artyhoo
artyhoo merged commit bc4feb1 into staging Jul 3, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants