Synthesizes conversation history and active tasks into a visual hierarchy map (sidequest.md) backed by a deterministic JSON state file (sidequest.json). Supports multiple sequential and concurrent main quests, sub-quests, and side-quests with automatic hierarchical numbering and completion sequencing. Use when the user invokes /sidequest, asks where we are, what we were doing, or what's on our stack, or when the conversation branches across multiple topics, blockers, or digressions. Don't use for simple one-off questions.
$npx -y skills add kevmoo/kevmoo_skills --skill sidequestInstalls into the current project.
Run `npx skills use "https://github.com/kevmoo/kevmoo_skills" --skill "kevmoo/kevmoo_skills/sidequest"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kevmoo/kevmoo_skills" that are relevant to the current task. Run `npx skills add "https://github.com/kevmoo/kevmoo_skills"` and select the relevant skills, then follow their instructions.