Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.joggr.ai/llms.txt

Use this file to discover all available pages before exploring further.

What are Workflows Commands?

Workflows commands are slash commands you invoke from the Claude Code or Cursor chat interface. Each command maps to a step in the Guided Generative Workflow (GG) — from creating a project through verifying the finished result. Type /gg- and the command name to run it.

Command Reference

CommandWhen to useWhat it produces
/gg-taskStart a quick single-session taskspec.md and plan.md in .joggr/.gg/tasks/{slug}/
/gg-newStart a new project or workflowProject scaffold with input.md
/gg-discussClarify requirements before planningTimestamped entries in discussion.md
/gg-researchGather technical context from the codebaseFindings in research.md
/gg-planCreate the implementation planplan.md and phase files
/gg-executeImplement a phaseCode changes and updated task statuses
/gg-verifyValidate acceptance criteriaVerification report with criterion statuses
/gg-statusCheck workflow stateStatus summary (read-only)
/gg-reviewReview a plan or artifact in the browserInline annotations piped back to the agent
/gg-codebaseAnalyze codebase for contextCodebase docs in .joggr/.gg/codebase/
/gg-helpGet help or unstick a workflowCommand list and usage guidance
/gg-pr-fix-reviewAddress unresolved PR review feedbackFixes applied, threads resolved