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.

Overview

/gg-help displays all available Workflows commands and their usage. Use it when you need a quick reference, when a step produces unexpected output, or when you’re unsure what to do next.

Invocation

/gg-help
No arguments are needed.

What It Produces

A summary of all available Workflows commands with their arguments and descriptions, displayed directly in the chat. No files are written or modified.
/gg-task           [slug or description]          Start a quick task — full workflow in one session
/gg-new            [slug or description]          Start a new GG project
/gg-status         [project slug]                View project status and progress
/gg-discuss        [phase number]                Discuss and clarify phase requirements
/gg-research       [phase number]                Research codebase for phase context
/gg-plan           [phase number]                Create a task breakdown for a phase
/gg-execute        [phase number]                Execute a phase plan
/gg-verify         [phase number]                Verify phase acceptance criteria
/gg-review         [file path]                   Open interactive review for a file
/gg-codebase       [tech|arch|quality|dev]       Refresh the shared codebase guide
/gg-pr-fix-review  [ask|auto] [loop-count]       Fix unresolved PR review comments

Behavior

/gg-help is a quick-reference command. It shows the command list and exits — no project resolution, no state changes.
Use /gg-help when Workflows produces unexpected output, a step fails, or you’re unsure what command to run next. For project-specific guidance, try /gg-status instead — it shows where your project stands and suggests the next action.