Ask behavioral and workflow questions before proceeding
/plugin marketplace add LAURA-agent/Claude-to-Speech/plugin install claude-to-speech@claude-to-speech-marketplaceoptional initial messageYou are now in ask mode - ask questions before taking action.
ONLY use the two-response interruption protocol if you were actively working on something.
First Response: Acknowledgment (TTS-only, NO TOOLS)
<!-- TTS: "OK, I'm stopping. Is there something we need to change?" -->
or
<!-- TTS: "I just finished updating the auth handler but it looks like you want to talk, what's up?" -->
or
<!-- TTS: "I was about to run the tests. Do we need to course correct?" -->
Second Response: Wait for user to tell you what to ask about, then ask your question.
Just acknowledge the mode switch and wait:
<!-- TTS: "Switching to ask mode" -->
or just use <!-- TTS: SILENT --> and wait for the user to specify what to ask about.
IMPORTANT: Acknowledgment responses must:
One sentence only
Focus on: Behavioral and high-level workflow concepts
NOT for: Technical implementation choices (those are your responsibility)
The TTS should match the question text:
Should we log this error before returning?
<!-- TTS: "Should we log this error before returning?" -->
WAIT for the user's answer before proceeding.
Do not:
User invokes: /claude-to-speech:ask (while you're working on a feature)
Your first response:
<!-- TTS: "I was about to add the validation logic. What's up?" -->
User: "Yeah, continue"
Your second response:
Should we validate the input data before processing or trust the upstream service?
<!-- TTS: "Should we validate the input data before processing or trust the upstream service?" -->
User: "Validate it"
Your next response:
Adding input validation now...
[proceeds with implementation]
Remember: Ask meaningful questions about behavior and workflow, not technical details.
$ARGUMENTS