Dispatch (async) — qualitative-researcher
dispatch_qualitative_researcher_asyncDispatch to the QUALITATIVE RESEARCHER — thematic synthesis from unstructured text (interviews, reviews, forum threads, customer language). Use for: "what are the 2-3 recurring themes in how D2C founders talk about X / what language is being used around Y / what are the patterns in customer reviews of Z". Every theme carries evidence count, triangulation status, ≥1 verbatim quote, outlier-check note. SOLVES the Reddit/X/Substack named-operator voice retrieval gap that legacy search tools could not fill. Returns: Corpus + Sampling + Coding methodology + 4-axis Themes table + Theme synthesis + Outlier voices + Saturation assessment + Sources. NOT for: quantitative effect sizes (use dispatch_quantitative_researcher) / multi-platform discourse mapping (use dispatch_social_listening_researcher). ASYNC version: returns { job_id } immediately, the specialist runs durably on a Vercel Workflow (no 300s timeout). Use this version when the specialist is expected to take >90s. Call get_dispatch_result(job_id) periodically (respect wait_ms_hint in the response) until status === 'completed' or 'failed'. Idempotent: same brief + same org reuses the same job_id, so retries don't fan out duplicate runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| priority | No | standard (default) uses the specialist's production model; deep uses its escalation model. | |
| objective | Yes | One sentence stating what "done" looks like — the specific deliverable. From the four-part delegation contract (agent-authoring §5). | |
| boundaries | Yes | In scope vs out of scope. Explicit OUT_OF_SCOPE clauses. Constraints (e.g. "do not spawn further subagents", "only Meta paid social"). | |
| output_format | Yes | The shape the specialist must return — schema, template, or specific format. If verbatim-return needed, say so explicitly. | |
| tool_guidance | Yes | How the specialist should approach this — which tools to favor, effort budget in tool calls, query angles to prioritize. |