Examples
End-to-end annotated walkthroughs.
The example workbook lives with the rest of the skill content so LLM agents can load it directly:
What’s inside
Section titled “What’s inside”- Bug fix loop — backlog → claim → comment → update done
- Feature epic — parent + parallel children, swarming agents
- Sequential pipeline —
exec_mode=seqwith ordering enforcement - Concurrent claim conflict — what
ERR{code:conflict}looks like and how to recover - Search-driven triage — using
ticket_searchto find related tickets before linking - Visualizing an epic —
ticket_diagramoutput and how Mermaid renders it
Each example shows the exact TOON request/response for every step.
Quick pattern lookup
Section titled “Quick pattern lookup”| You want… | Pattern in the doc |
|---|---|
| One agent, one task | Bug fix loop |
| Many agents, parallel work | Feature epic |
| Strict ordering | Sequential pipeline |
| Recover from a stale etag | Concurrent claim conflict |
| Find related work | Search-driven triage |
| Visualize a hierarchy | Visualizing an epic |
See also
Section titled “See also”- Workflows — the patterns at a higher level
- API Guide — parameter reference
- Troubleshooting — when things go wrong