Documentation Index
Fetch the complete documentation index at: https://gump.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
Spike
Technical exploration. Analysis, not code.Community pattern — copy this YAML and customize the prompt. Not available as a built-in via
gump run.When to use
When you need a technical analysis, not an implementation. Architecture decisions, feasibility studies, trade-off analyses.The workflow
How it works
A single step withtype: validate and no gate. The agent explores the question using the codebase and architecture docs as context. Its output is in the state — inspect with gump report.
No code changes, no git diff. The worktree is read-only.
Customize
Add web research
Add web research
When
search and surf types ship (day 2), chain a research step before the analysis.Multiple perspectives
Multiple perspectives
Add a parallel group with different agents analyzing the same question, then an arbiter.