Your First Run
Let’s run a workflow end-to-end. You’ll write a spec, launch Gump, and see the result.Write a spec
Create a file calledspec.md in your repo:
Run a workflow
- Create an isolated Git worktree (your main branch stays clean)
- Ask Claude Sonnet to decompose the spec into independent items
- Implement each item using Qwen (the cheapest agent)
- Validate each step with compile + test gates
- If a gate fails, retry or escalate to a stronger agent
- Run a final quality gate (compile + lint + test)
Preview without running
If you want to see what Gump will do before launching agents:What just happened
Gump created a worktree in.gump/worktrees/run-<uuid>, ran the agents inside it, validated every step, and committed a snapshot after each one. The result is ready to merge.
Check the report: