Course
Claude Code Agents View
A compact, interactive course for coordinating local Claude Code work: Agents View as a work queue, Git worktree safety for isolated changes, and agent teams for bounded parallel collaboration.
Lessons
Use Agents View as a work queue
Learn the core loop: open Agents View, dispatch a task, monitor row state, peek or reply, attach when needed, detach cleanly, and preserve useful work.
Inspect a Git worktree before you touch it
Learn the safety loop for isolated work: list worktrees, inspect status and diff, then keep, merge, or remove intentionally.
Work with an agent team without losing control
Learn when a team is worth the overhead, how to spawn named teammates, how to steer them, and how to avoid parallel-edit conflicts.
References
Keep the command list, shortcuts, filters, and session safety rules close while practicing in a real repository.
Use this before cleaning up Claude-created worktrees or moving useful changes back into your main workflow.
Use this to decide whether to spawn a team, draft a clean team prompt, and steer named teammates.
Operating Loop
claude agents
DispatchType a task
MonitorRead state
InspectCheck worktree
TeamParallelize when useful
SynthesizeKeep or clean
Course Files
| File | Purpose |
|---|---|
| MISSION.md | Why the course exists and what success looks like. |
| RESOURCES.md | Trusted source list used to build the course. |