mirror of https://github.com/garrytan/gstack.git
Merge PR #1333: remove contradictory plan-mode handshake from /plan-devex-review
This commit is contained in:
commit
b02fd974a1
|
|
@ -780,21 +780,6 @@ DX IMPLEMENTATION CHECKLIST
|
|||
### Unresolved Decisions
|
||||
If any AskUserQuestion goes unanswered, note here. Never silently default.
|
||||
|
||||
## Review Log
|
||||
|
||||
After producing the DX Scorecard above, persist the review result.
|
||||
|
||||
**PLAN MODE EXCEPTION — ALWAYS RUN:** This command writes review metadata to
|
||||
`~/.gstack/` (user config directory, not project files).
|
||||
|
||||
```bash
|
||||
~/.claude/skills/gstack/bin/gstack-review-log '{"skill":"plan-devex-review","timestamp":"TIMESTAMP","status":"STATUS","initial_score":N,"overall_score":N,"product_type":"TYPE","tthw_current":"TTHW_CURRENT","tthw_target":"TTHW_TARGET","mode":"MODE","persona":"PERSONA","competitive_tier":"TIER","pass_scores":{"getting_started":N,"api_design":N,"errors":N,"docs":N,"upgrade":N,"dev_env":N,"community":N,"measurement":N},"unresolved":N,"commit":"COMMIT"}'
|
||||
```
|
||||
|
||||
Substitute values from the DX Scorecard. MODE is EXPANSION/POLISH/TRIAGE.
|
||||
PERSONA is a short label (e.g., "yc-founder", "platform-eng").
|
||||
TIER is Champion/Competitive/NeedsWork/RedFlag.
|
||||
|
||||
{{REVIEW_DASHBOARD}}
|
||||
|
||||
{{PLAN_FILE_REVIEW_REPORT}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue