Chris and Sash open Claude Code live and run the two commands that ship this show. Chris kicks off /turnover against the previous week's recording at the top of the segment - on stream, while everything else is happening - and then walks through what's actually inside the orchestration. The episode is the messy version on purpose: a live demo with the artifacts visible, errors visible, and the human-in-the-loop checkpoints built in.
The two skills are /episode and /turnover. /episode scaffolds next week from a topic - title, tagline, description, LinkedIn social card, OBS overlay, episode page, CouchDB record, homepage rebuild. Mid-show Chris uses it to create EP.06 "The Orchestrator Method" with Sash, which becomes the teaser for next week. /turnover is the orchestrator skill: it calls seven sub-skills (wrap, nextup, deploy, upload, deploy, promote, debrief) sequentially, each with its own job - whisper transcription, page updates, branch deploys, YouTube upload with auto-chapters, LinkedIn draft, Telegram debrief.
The live demo trips on a real error - main and dev had diverged because EP.05 was created without turning over EP.04 first, and --ff-only refused. Chris flags it on stream: "we're getting some errors. We're getting some human resolve stuff." That's the show. The whole conversation pivots to approval gates and how trust with AI evolves over time. Sash frames the orchestrator method as defining the outcome, breaking it into tasks, telling Claude how each task should be accomplished, then putting humans in the loop at the right places. EP.06 will cover the five principles in detail.
Key takeaways:
- Build your orchestrator skill from sub-skills, not one giant prompt. Iteration is the path: start with one thing, break it apart when it misses the mark, then chain the parts.
- Approval gates are not bugs - they're trust calibration. Start with 'draft this for me', graduate to 'I took a stab, look it over', end at 'I did it, here it is.'
- 'It's just one of us.' Treat AI like a teammate that forgets things and gets overwhelmed. Don't expect perfection; build the recovery loop.
- Skills live in the same repo as the code they ship. One git pull and either host can run /turnover on their machine.
- The messy version is the version. Errors on stream are the show, not a failure of it.
Watch the video version on YouTube · Full show notes, transcript + takeaways