Merge PR #1333: remove contradictory plan-mode handshake from /plan-devex-review

This commit is contained in:
Garry Tan 2026-05-08 21:46:15 -07:00
commit b02fd974a1
No known key found for this signature in database
GPG Key ID: C1F69E85C74EFE1D
1 changed files with 0 additions and 15 deletions

View File

@ -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}}