What problem does it solve?
It removes ambiguity when collaborating across teams, repos, or agents by converting a messy request into a structured handoff that focuses on needs, constraints, and context from the requester’s side.
Core Features & Use Cases
- Clear separation of concerns: documents what you have, what you need, and why, without prescribing receiver implementation details.
- Receiver-ready interface: frames the desired contract shape and includes constraints and open questions to unblock good design choices.
- Consistent output: generates a markdown handoff file at /tmp/handoff-<slug>.md for easy copying into the receiving workflow.
- Ideal for cross-boundary changes: use for API, design, platform, and backend coordination when you must request changes without dictating solutions.
Quick Start
Use the handoff skill by writing: /handoff api for slider question labels.