# Survey close watch

A recurring job for the "Synthesize engagement survey comments into anonymous themes" recipe. Set it up only after the user approves it.

**Cadence:** Weekly poll of {{survey_source}} for a newly closed survey

**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 survey-open-text-synthesis skill from your skills folder; its
first-run answers are in memory.
1. Check {{survey_source}} for a survey that closed since the last
   run.
2. If found, run the skill's method: cluster the open-text responses
   into themes, then apply the anonymity floor and paraphrasing.
3. Diff against the last synthesis, update the research-insights
   view, and post the summary to #people.
If a theme falls below {{min_respondents}} or the export is
incomplete, post what you found and hold — never attribute a comment
to an individual or publish a small-group theme.
```

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