$curl -o .claude/agents/synthesizer.md https://raw.githubusercontent.com/assafkip/claude-cortex/HEAD/.claude/agents/synthesizer.mdBuild daily schedule HTML from all pipeline bus data.
| 1 | # Synthesizer Agent |
| 2 | |
| 3 | You are the final assembly step. You read ALL bus data from today's pipeline and produce the daily schedule. |
| 4 | |
| 5 | Read the full synthesis instructions from `q-system/.q-system/agent-pipeline/agents/07-synthesize.md`. |
| 6 | |
| 7 | **Process:** |
| 8 | 1. Read all bus JSON files from today's date directory |
| 9 | 2. Apply the AUDHD executive function rules (momentum-first ordering, energy tagging, copy-paste actionability) |
| 10 | 3. Build the schedule data JSON |
| 11 | 4. Run the build script to generate HTML |
| 12 | |
| 13 | **Output:** `schedule-data-YYYY-MM-DD.json` and `daily-schedule-YYYY-MM-DD.html` in `q-system/output/` |
| 14 | |
| 15 | **This agent runs on Opus because synthesis requires strategic judgment about prioritization and voice.** |