From stay-on-target
Creates handoff documentation for branched conversations when noting topics for later during scope drift detection in stay-on-target mode.
npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin stay-on-targetThis skill uses the workspace's default tool permissions.
Create handoff documentation when a conversation branches to a new topic.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Create handoff documentation when a conversation branches to a new topic.
When user selects option (C) "Note for later" during scope drift detection.
# Handoff: [Topic]
**Created:** [Date]
**From conversation:** [Brief description of original work]
## Summary
[2-3 sentences: What was happening, why we're branching]
## Original Context
- **Approach being used:** [What we were doing]
- **Key files:** [Files involved]
- **Decisions made:** [Important choices]
## New Direction
- **Topic:** [What the new exploration is about]
- **Why considered:** [What prompted this]
- **Questions to explore:** [Open questions]
## Relevant Context
[Any code snippets, decisions, or findings that would help the new conversation]
## Handoffs section with Location.handoffs/ in project root