GStack

Ideation → Planning

  1. /office-hours — brainstorm the idea
  1. /plan-ceo-review — challenge scope/ambition
  1. /plan-eng-review — lock in architecture
  1. /plan-design-review — design critique
  1. /design-consultation — create design system / DESIGN.md

Building

  1. /careful / /freeze / /guard — safety guardrails while coding
  1. /investigate — debug when something breaks

Testing & Polish

  1. /qa — full test + auto-fix loop
  1. /qa-only — report only, no fixes
  1. /design-review — visual audit + fix
  1. /browse — spot-check any URL, screenshot, interact

Shipping

  1. /review — pre-merge code review
  1. /ship — bump version, update changelog, create PR
  1. /land-and-deploy — merge + verify production

Post-Ship

  1. /document-release — sync docs to what shipped
  1. /retro — weekly retrospective

Utilities