Skip to Content
Cheat SheetCheat Sheet

Slash Commands

Gemba Flow ships a set of slash commands you run from inside Claude Code to drive the framework’s workflow. This page is the cheat sheet — every command, grouped by SDLC phase, with one-line “when to use” and example invocation. Per-command pages with diagrams and deeper context live under the phase groups in the sidebar.

All commands by phase

1. Plan & evaluate

CommandWhen to useExample invocation
/researchBuild a competitive landscape before defining the product/research
/jtbdGround the PRD in real user motivations, not assumptions/jtbd
/positioningDecide the differentiation story (Dunford framework)/positioning
/evaluate-featureDecide BUILD / DEFER / DECLINE on one feature request/evaluate-feature "bulk export"
/lock-scopeFormally lock MVP scope before execution begins/lock-scope

2. Set up & maintain

CommandWhen to useExample invocation
/bootstrapRun the full four-phase bootstrap wizard in one command/bootstrap
/bootstrap-productDraft the PRD + roadmap from a structured questionnaire/bootstrap-product
/bootstrap-architectureDefine the technical architecture from the PRD/bootstrap-architecture
/bootstrap-agentsInject project-specific context into agent configs/bootstrap-agents
/bootstrap-workflowActivate the board, branch protection, seed backlog/bootstrap-workflow
/doctorHealth-check the local + remote environment/doctor
/upgradeSync framework files from the latest upstream release/upgrade

3. Groom & prioritize

CommandWhen to useExample invocation
/create-ticketFile a single ticket against Definition of Ready/create-ticket
/groom-backlogPrioritize backlog + promote top tickets to Ready/groom-backlog
/sprint-statusRead-only board health snapshot/sprint-status
/check-milestoneMilestone-scoped progress + risk report/check-milestone M1

4. Implement

CommandWhen to useExample invocationStatus
/work-ticketShip the top Ready ticket through PR + CI + review/work-ticketGA
/quick-fixApply a small change without ticket ceremony/quick-fix fix typoGA
/swarmRun N parallel implementations of one ticket/swarm 3 #123GA
/drainDrain the Ready column autonomously overnight/drain --include-reversibleGA
/goalPromote a feature flag from dark-shipped to GA/goal deploy --feature my-flagGA
/eli5Translate a ticket / PR for non-engineer readers during implementation/eli5 #91GA

5. Review & ship

CommandWhen to useExample invocation
/review-prReview a PR; GO / NO-GO recommendation/review-pr 234
/architect-reviewArchitectural guidance on a single design question/architect-review "auth shape"
/test-featureDraft + execute a feature-level test plan/test-feature "auth flow"
/release-decisionExplicit go / no-go gate for a whole release/release-decision v2.0
/eli5Translate a ticket / PR for non-engineer readers during review/eli5 #91

6. Reflect & communicate

CommandWhen to useExample invocation
/log-sessionCapture a session journal + propose memory entities/log-session
/prune-memoryArchive stale Memory MCP entities via time-decay/prune-memory
/validate-memoryEnsure Done tickets have CompletedTicket entities/validate-memory
/report-issueFile a structured bug report to upstream Gemba Flow/report-issue

Visual overview

The phases are designed as an SDLC progression — Plan precedes Setup precedes Grooming precedes Implementation precedes Review precedes Reflection — but commands inside a phase are not strictly sequential. For example, /sprint-status and /check-milestone are observational commands you might run anywhere in the cycle; /quick-fix is a lightweight alternative to /work-ticket rather than a successor. The phase grouping answers “where in the SDLC does this command live?” not “in what order do I run the commands within a phase?”

Workshop printing

This page is designed to print cleanly — the tables flow column-by-column and the swimlane diagram fits a single sheet at landscape orientation. Workshop participants can grab a printed copy and follow along as the phases are introduced.

Last updated on