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-research explores your codebase to gather the technical context Workflows needs to create an accurate implementation plan. It identifies relevant architecture patterns, dependencies, existing code conventions, and potential risks.
Invocation
- No argument — runs at the project level, gathering context for the entire project.
- With a phase number — focuses research on a specific phase’s scope.
What It Produces
Populatesresearch.md in your project directory with structured findings:
- Architecture — relevant files, patterns, module boundaries, and data flow
- Dependencies — existing libraries and services the work depends on
- Existing patterns — code conventions and patterns Workflows should follow
- External docs — links to relevant documentation
- Risks — potential issues, conflicts, or complexity to watch for
Behavior
Workflows reads your codebase docs, project input, and discussion notes to determine what to investigate. It then scans the repository for relevant files, patterns, and dependencies.- Path validation — Workflows validates that all file paths in the research output are absolute paths. If relative paths are detected, Workflows offers to retry or continue with a warning.
- Checkpoint — after research completes, Workflows offers to commit
research.md. You can skip this and commit manually later.