Skip to content

Examples

End-to-end annotated walkthroughs.

The example workbook lives with the rest of the skill content so LLM agents can load it directly:

skill/references/examples.md

  • Bug fix loop — backlog → claim → comment → update done
  • Feature epic — parent + parallel children, swarming agents
  • Sequential pipelineexec_mode=seq with ordering enforcement
  • Concurrent claim conflict — what ERR{code:conflict} looks like and how to recover
  • Search-driven triage — using ticket_search to find related tickets before linking
  • Visualizing an epicticket_diagram output and how Mermaid renders it

Each example shows the exact TOON request/response for every step.

You want…Pattern in the doc
One agent, one taskBug fix loop
Many agents, parallel workFeature epic
Strict orderingSequential pipeline
Recover from a stale etagConcurrent claim conflict
Find related workSearch-driven triage
Visualize a hierarchyVisualizing an epic