What problem does it solve?
This Skill solves the problem of losing progress when an AI needs the user’s input to continue, by persisting a clear task state for the next conversation.
Core Features & Use Cases
- Cross-conversation pause/resume: Saves the current task, context, and the exact question, then restores it at the start of a new conversation.
- Boot-time handoff detection: Runs a required check each conversation to detect pending handoffs automatically.
- Safe single-handoff workflow: Enforces one pending handoff at a time and requires clearing after resolution.
- Use Case: You start investigating a bug, need a specific log line from the user to proceed, and then the session ends; the next conversation resumes directly from the saved question and context.
Quick Start
Ask the AI to save a handoff with the current task, include the context and the specific question you need answered, and tell the user to reply anywhere to continue next conversation.