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.

3 lessons 3 quick references Updated 2026-07-04 Teaching index

Lessons

Lesson 0001:

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.

Lesson 0002:

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.

Lesson 0003:

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

Agents View:

Agents View Quick Reference

Keep the command list, shortcuts, filters, and session safety rules close while practicing in a real repository.

Git Worktree:

Git Worktree Quick Reference

Use this before cleaning up Claude-created worktrees or moving useful changes back into your main workflow.

Agent Teams:

Agent Teams Quick Reference

Use this to decide whether to spawn a team, draft a clean team prompt, and steer named teammates.

Operating Loop

Openclaude 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.
Practice cue: Open the first lesson, answer the retrieval checks from memory, use the worktree lesson before deleting useful background work, and try the agent team lesson first on a read-only review task.