Appearance
Day 5 , Advanced Workflows
Today covers the most powerful feature in Claude Code: dynamic workflows. Workflows are JavaScript scripts that orchestrate dozens of subagents at scale, fanning out across tasks and cross-checking results. You'll also learn the Agent SDK for programmatic control, routines for scheduled automation, and how to move work between surfaces.
What you'll have by the end of today
- A dynamic workflow that fans out research or code review across multiple agents
- Understanding of when to use workflows vs. subagents vs. agent teams
- A routine or scheduled task running on autopilot
Lessons
- Dynamic Workflows , orchestrating dozens of subagents from a JavaScript script,
/deep-research, and theultracodekeyword - Agent SDK , programmatic control in TypeScript/Python for custom orchestration
- Routines & Scheduled Tasks , recurring automation on Anthropic infrastructure or your machine
- Remote Control & Cross-Surface Work , moving sessions between terminal, web, mobile, and desktop
- Slack, Channels & Beyond , connecting Claude Code to team chat, webhooks, and external triggers