# Joggr ## Docs - [Authenticate](https://docs.joggr.ai/getting-started/authentication.md): Connect your CLI to your Joggr account - [Get an API Key](https://docs.joggr.ai/getting-started/get-api-key.md): Create your API key in the Joggr Console - [Set Up Your Repo for AI](https://docs.joggr.ai/getting-started/initialize-project.md): Prepare your repo so AI tools understand your codebase - [Install the CLI](https://docs.joggr.ai/getting-started/install-cli.md): Install the Joggr CLI and verify it works - [Quickstart](https://docs.joggr.ai/getting-started/quickstart.md): Install the CLI and authenticate in under 2 minutes - [Codebase](https://docs.joggr.ai/gg/codebase.md): Guided Generative Workflows generates a shared set of repository documentation once and reuses it across all projects — so research stays focused on what is unique to each task. - [Configuration](https://docs.joggr.ai/gg/configuration.md): Configure Workflows checkpoint behavior and execution modes through settings.json. - [Phases](https://docs.joggr.ai/gg/phases.md): A phase is a unit of work within a Workflows project, representing one milestone with its own tasks, dependencies, and lifecycle. - [Projects](https://docs.joggr.ai/gg/projects.md): A project is a named unit of work that tracks all workflow artifacts from discussion through verification. - [Tasks](https://docs.joggr.ai/gg/tasks.md): A lightweight workflow for small, focused changes that runs the full GG pipeline in a single session — no project scaffolding required. - [Overview](https://docs.joggr.ai/gg/workflow-overview.md): Joggr's structured workflow for development work — from quick bug fixes to complex multi-phase features, with agent structure and reviewable checkpoints. - [Build a Feature](https://docs.joggr.ai/guides/gg/first-workflow.md): Walk through a complete workflow from creating a project to verifying the results. - [Review a Document](https://docs.joggr.ai/guides/gg/review-document.md): Give inline feedback on a plan or markdown artifact using the desktop review UI - [Run a Task](https://docs.joggr.ai/guides/gg/run-a-task.md): Walk through a complete single-session task from discussion to verification using /gg-task. - [Work with Multi-Phase Projects](https://docs.joggr.ai/guides/gg/running-a-phase.md): How to advance a specific phase independently in a multi-phase project — including eligibility checks and error recovery. - [Setup Workflows](https://docs.joggr.ai/guides/gg/setup-gg.md): How to install Workflows and generate codebase docs — the two steps before your first workflow. - [Troubleshooting](https://docs.joggr.ai/guides/gg/working-with-ai.md): How to guide Workflows, recognize when it goes off-track, and course-correct when things go wrong. - [Your First Sandbox](https://docs.joggr.ai/guides/sandbox/first-sandbox.md): Create a local sandbox and run an agent in isolation. - [Setup Sandboxes](https://docs.joggr.ai/guides/sandbox/setup.md): Configure your repo for sandboxes. - [Introduction](https://docs.joggr.ai/introduction.md): The developer toolkit for building with AI agents. - [app](https://docs.joggr.ai/reference/cli/app.md): Launch the desktop review UI for plans and markdown artifacts - [auth](https://docs.joggr.ai/reference/cli/auth.md): Manage CLI authentication - [compact](https://docs.joggr.ai/reference/cli/compact.md): Token-optimized command proxy - [context](https://docs.joggr.ai/reference/cli/context.md): Connect external knowledge sources for agents - [docs](https://docs.joggr.ai/reference/cli/docs.md): Generate and publish repository documentation - [drift](https://docs.joggr.ai/reference/cli/drift.md): Detect stale docs and configs on every PR - [eval](https://docs.joggr.ai/reference/cli/eval.md): Generate and run eval suites for agent skills - [init](https://docs.joggr.ai/reference/cli/init.md): Initialize your repo for AI tools and workflows - [CLI Reference](https://docs.joggr.ai/reference/cli/overview.md): Command reference for the Joggr CLI - [sandbox](https://docs.joggr.ai/reference/cli/sandbox.md): Manage sandboxes for parallel development - [update](https://docs.joggr.ai/reference/cli/update.md): Update the Joggr CLI to the latest version - [hooks](https://docs.joggr.ai/reference/configuration/hooks.md): Toggle hook features on and off - [Configuration](https://docs.joggr.ai/reference/configuration/overview.md): Configuration reference for the Joggr CLI - [sandbox](https://docs.joggr.ai/reference/configuration/sandbox.md): Configure sandbox creation behavior - [jog gg](https://docs.joggr.ai/reference/gg/cli/overview.md): Reference for all jog gg CLI subcommands. - [/gg-codebase](https://docs.joggr.ai/reference/gg/commands/codebase.md): Analyze the codebase and generate context docs for Workflows. - [/gg-discuss](https://docs.joggr.ai/reference/gg/commands/discuss.md): Run a structured Q&A to clarify requirements before planning. - [/gg-execute](https://docs.joggr.ai/reference/gg/commands/execute.md): Implement a phase by executing its task plan. - [/gg-pr-fix-review](https://docs.joggr.ai/reference/gg/commands/gg-pr-fix-review.md): Fetch unresolved PR review threads and address them — fixing code, replying to invalid feedback, and resolving threads. - [/gg-help](https://docs.joggr.ai/reference/gg/commands/help.md): Get help with Workflows commands or unstick a workflow. - [/gg-new](https://docs.joggr.ai/reference/gg/commands/new.md): Start a new Workflows project and scaffold all workflow files. - [Overview](https://docs.joggr.ai/reference/gg/commands/overview.md): Reference for all Workflows slash commands available in Claude Code and Cursor. - [/gg-plan](https://docs.joggr.ai/reference/gg/commands/plan.md): Create the implementation plan with phases, tasks, and acceptance criteria. - [/gg-research](https://docs.joggr.ai/reference/gg/commands/research.md): Explore the codebase and gather technical context for planning. - [/gg-review](https://docs.joggr.ai/reference/gg/commands/review.md): Review plan files and markdown artifacts in an interactive UI before the agent continues. - [/gg-status](https://docs.joggr.ai/reference/gg/commands/status.md): View the current state of a Workflows project or task and what to do next. - [/gg-task](https://docs.joggr.ai/reference/gg/commands/task.md): Run a full discuss-research-plan-execute-verify workflow in a single session for small, well-scoped tasks. - [/gg-verify](https://docs.joggr.ai/reference/gg/commands/verify.md): Validate that a phase's acceptance criteria are met. - [Container Sandboxes](https://docs.joggr.ai/sandbox/containers.md): Sandboxed Docker environments for isolated agent execution - [Local Sandboxes](https://docs.joggr.ai/sandbox/local.md): Git worktree-based sandboxes for fast parallel development - [Sandbox](https://docs.joggr.ai/sandbox/overview.md): Isolated execution environments for parallel AI-assisted work - [Remote Sandboxes](https://docs.joggr.ai/sandbox/remote.md): Cloud sandbox environments for long-running and collaborative agent work - [Compact](https://docs.joggr.ai/toolkit/compact.md): Token-optimized command proxy that filters noisy CLI output. - [Context](https://docs.joggr.ai/toolkit/context.md): Everything you give an agent — AI instructions, internal docs, and external docs — organized by scope. - [External Context](https://docs.joggr.ai/toolkit/external-context.md): Give agents the current docs for every library your project uses. - [Guardrails](https://docs.joggr.ai/toolkit/guardrails.md): Enforce standards via hooks, pre-commit checks, and tool-call boundaries. - [Org Context](https://docs.joggr.ai/toolkit/org-context.md): Give agents access to the decisions, tickets, and discussions that live outside your repo. - [Toolkit](https://docs.joggr.ai/toolkit/overview.md): The capabilities that make any coding agent production-ready. - [Repo Context](https://docs.joggr.ai/toolkit/repo-context.md): Coding standards, rules, and architecture docs that shape how agents work in your codebase. - [Why Joggr](https://docs.joggr.ai/why-joggr.md): The toolkit your AI coding workflow is missing. ## OpenAPI Specs - [openapi](https://docs.joggr.ai/api-reference/openapi.json) ## Optional - [Roadmap](https://github.com/orgs/joggrdocs/projects/9) - [Support](https://github.com/joggrdocs/home/issues)