gstack/plan-design-review
Garry Tan 7fd1c23770
feat: review chaining + commit hash staleness tracking
Each plan review skill now suggests the next review via AskUserQuestion:
- CEO review → eng review (required gate) + design review (if UI scope)
- Design review → eng review + CEO review (if product gaps)
- Eng review → design review (if UI changes) + CEO review (soft suggestion)

Reviews now track HEAD commit hash in JSONL entries for deterministic
staleness detection. Dashboard compares stored hash against current HEAD
and reports drift. Respects skip_eng_review config in chaining logic.

Also adds commit tracking to design-review-lite entries.
2026-03-18 23:32:29 -07:00
..
SKILL.md feat: add trigger phrases to skill descriptions for better model matching (v0.6.4.1) (#169) 2026-03-18 08:06:46 -05:00
SKILL.md.tmpl feat: review chaining + commit hash staleness tracking 2026-03-18 23:32:29 -07:00