thetacog-next
Predict next steps across nine rooms by synthesizing chat transcripts, repository logs, and board punch lists. Returns structured JSON with optional narration and HTML rendering.
Instructions
Predict the next steps across all 9 rooms from THREE real sources — chat transcripts (read backwards, bounded), the repo + git logs per each room's owned file/dir surface, and the board (room punch lists). EVERY room is filled with a ≥2-sentence themed narrative (the direction + the actual area); the current room gets the exhaustive narrative + a numbered actionable to-do list. This is the subdivision substrate the mesh runner uses for inter-room contracts + task hand-off. Returns structured JSON; set render=true to also get TTS narration + HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | No | The current room/seat to lead with: builder, architect, operator, vault, voice, laboratory, performer, navigator, or network. Defaults to navigator. | |
| render | No | Also return rendered narration (for premium TTS) + HTML in the response. | |
| repo_root | No | Absolute path to the thetadrivencoach repo root. Auto-located via cwd / git if omitted. |