tools/ai/claude/config/skills/sidequest/SKILL.md
Use when user says "sidequest" or "handoff" — compact conversation context into a document for a fresh agent to pick up.
npx skillsauth add pixelastic/oroshi sidequestInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Compact the current conversation into a sidequest document; copy the launch command to the clipboard.
Derive a 3-5 word kebab-case slug from the conversation content
references/template.md./tmp/oroshi/claude/sidequests/<slug>.md.Run sidequest-end <filepath>.
| Rationalization | Reality |
|---|---|
| "I'll copy content from the PRD/plan, it's easier" | Don't duplicate — reference by path. Duplication goes stale. |
| "I don't need to call sidequest-end, the file is enough" | Without sidequest-end, the launch command never reaches the clipboard. |
/tmp/oroshi/claude/sidequests/<slug>.md## Agent Instructions section is verbatim and first in the documentsidequest-end <filepath> run — launch command on clipboardtools
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
tools
Break a plan, spec, or PRD into independently-grabbable issues using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
development
Use when the user wants to nail down domain terms, resolve terminology ambiguities, or build a shared language for a module or repo. Drills vocabulary one question at a time and writes to the project GLOSSARY.md.
documentation
Use when writing or modifying ZSH functions.