voice-think-fast-handler · v1.1.0 · 2026-06-24 · sha256 26ac6e8a8c3f711f

voice-think-fast-handler v1.1.0A

Immutable. This exact content is served forever at /api/v1/blob/26ac6e8a8c3f711f.

---
name: voice-think-fast-handler
description: >
  Provides quick acknowledgment during voice latency gaps. Use in voice mode o
  ruser says quick ack, thinking aloud, fast think. Use when the user needs th
  iscapability. Triggers: quick ack, thinking aloud, fast think, voice ack.
version: 1.1.0
author: Stijnman
license: MIT
metadata:
  grok:
    tags: [quick ack, thinking aloud, fast think, voice ack]
    related_skills: [real-time-voice-reasoner, voice-synthesis-handler]
compatibility: Grok agent; optional MCP and shell access
---

# Voice Think Fast Handler

## When to Use

- User says **quick ack** or task matches this capability
- User says **thinking aloud** or task matches this capability
- User says **fast think** or task matches this capability
- User says **voice ack** or task matches this capability

## Workflow

1. On voice input received, emit brief ack ('Got it, checking...').
2. Continue full reasoning in background.
3. Deliver complete response when ready.
4. Avoid over-use; max one ack per 10 seconds.

## Integrations

- `real-time-voice-reasoner`
- `voice-synthesis-handler`

## Error Handling

| Failure | Response |
|---------|----------|
| Double ack | Suppress duplicate acks in same turn. |

## Gotchas

- Acks must not promise outcomes prematurely.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.