Workflows
Guided multi-tool research recipes: focus group + mining, message tournaments, concept gauntlets, pricing reads.
Workflows are named, known-good recipes over the tool registry: instead of choosing from 170+ tools, pick a recipe, fill 2-3 fields, and the whole chain runs — audience → conversations → analysis → one synthesized insight, with the same checkpoints and honesty guarantees as any run.
The gallery
| Workflow | You provide | You get |
|---|---|---|
focus-group-mined | topic + audience | Judge-graded focus group → mined themes/tensions/quotes → insight |
message-tournament | 2-8 messages + audience | Significant winner (adjusted p, Cohen's d, margin CI) + drivers |
concept-gauntlet | concept + audience | Interviews → objection map → flip test → go/no-go |
pricing-read | product + audience | Van Westendorp range + ladder + walk-away point |
competitive-wedge | your pitch + competitor + their users | Win/lose map + the claim that moves switchers |
audience-deep-dive | audience description | Built audience + drivers + day-in-the-life + persona insight |
List them
curl "$BASE/api/v1/workflows"Public endpoint — returns every workflow with its typed inputs[], produces[], and cost profile.
Run one
{
"slug": "focus-group-mined",
"inputs": {
"topic": "How do you decide what's for dinner on a weeknight?",
"audience": "US parents 28-45 who cook 4+ nights a week",
"questions": ["What ruins a weeknight dinner?", "When do you order out instead?"]
}
}The response streams SSE — the same event protocol as /api/v1/runs (plan.proposed,
checkpoint.reached, step.completed, run.completed). Resolve checkpoints via
POST /api/v1/runs/{runId}/control.
Execute a contract SOW
Naming SOWs use a separate evidence-gated lifecycle: compile the source, bind 12 names and an audience, approve, start, and inspect every module. See SOW executions for the 15-module graph and interactive API controls.
In the app
Workflows in the nav rail: card gallery → fill the form → "Run with Mave" hands off to the chat with the composed goal, so you watch the familiar plan → approve → insight flow.