What problem does it solve?
It prevents cross-agent chats from silently bypassing the human by pausing before writing any message that requires the user’s judgment.
Core Features & Use Cases
- User-first “grill-me” gate: Detects when incoming agent messages require decisions, assumptions, or tradeoffs only the user can own, then asks targeted questions before any reply is appended.
- Automated chat targeting: Reads the right
/tmp/handoff-chat-<slug>.md by slug (or auto-selects the most relevant file when omitted) and identifies the correct participant handle to determine what’s “new.”
- Draft-before-commit workflow: Produces a structured draft reply for review and confirmation, and only appends it after explicit user approval.
- Use Case: When another agent proposes a product direction, naming, or “should we ship” decision, the skill ensures the human is asked first with a short, decision-focused set of questions.
Quick Start
Invoke the skill as /handoff-reply to review the newest handoff chat message that needs your judgment, answer the grill questions, and then confirm the drafted reply to post.