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
| Command | When to use | What it produces |
|---|---|---|
/gg-task | Start a quick single-session task | spec.md and plan.md in .joggr/.gg/tasks/{slug}/ |
/gg-new | Start a new project or workflow | Project scaffold with input.md |
/gg-discuss | Clarify requirements before planning | Timestamped entries in discussion.md |
/gg-research | Gather technical context from the codebase | Findings in research.md |
/gg-plan | Create the implementation plan | plan.md and phase files |
/gg-execute | Implement a phase | Code changes and updated task statuses |
/gg-verify | Validate acceptance criteria | Verification report with criterion statuses |
/gg-status | Check workflow state | Status summary (read-only) |
/gg-review | Review a plan or artifact in the browser | Inline annotations piped back to the agent |
/gg-codebase | Analyze codebase for context | Codebase docs in .joggr/.gg/codebase/ |
/gg-help | Get help or unstick a workflow | Command list and usage guidance |
/gg-pr-fix-review | Address unresolved PR review feedback | Fixes applied, threads resolved |