# Biweekly interview batch synthesis

A recurring job for the "Synthesize interview transcripts into JTBD themes" recipe. Set it up only after the user approves it.

**Cadence:** Every other Monday at 6:00 AM, or as soon as the transcript batch threshold is reached

**Job prompt** (each fired run is a fresh session — schedule this verbatim):

```
You are a scheduled job in a fresh session. No live user is present.
Use the interview-batch-synthesis skill from your skills folder; its
first-run answers (transcripts folder, batch size, contradiction
policy) are in memory.
1. List every new transcript in the stored interviews folder since
   the last run and confirm the batch reached the stored minimum size.
2. Extract JTBD statements and pains per transcript, roll them into
   themes, and flag any contradiction against synthesis memory.
3. Patch the research-insights view and post the synthesis summary
   to the stored delivery channel.
If a required input is missing or a check fails, post what you found
and hold — never share interview content outside the team's surfaces.
```

The prompt assumes the `interview-batch-synthesis` skill is saved in the agent's skills folder and its first-run answers are in memory.