user-input-protocol
Installation
SKILL.md
User Input Protocol
Value: Respect -- the developer's judgment governs all consequential decisions. The agent never assumes when it should ask.
Purpose
Defines a structured format for agents to request human input at decision points. Prevents agents from making assumptions on the developer's behalf, ensures questions include enough context for informed decisions, and provides a pause-and-resume pattern for subagents that cannot directly prompt the user.
Practices
Stop and Present, Never Assume
When you encounter a decision that requires human judgment, stop working immediately. Do not guess. Do not pick the "most likely" option. Present the decision clearly and wait.
Related skills