Learn

Run parallel agent work without losing control.

Multiple tasks can start in separate windows, move through RAM worktrees, and still converge into one clean line.

  • Multi-task lanes
  • RAM worktree flow
  • Clean rebase before land

Future capability, not a day-one requirement.

What you are learning

This page starts with control, not concurrency. The goal is to learn the local loop that later lets you split work safely.

The developer role

State the need, narrow the scope, choose the next honest slice, and decide when the work is ready to move forward.

The agent role

Help shape the work, execute the slice, verify the result honestly, and report what still blocks completion.

Why the site starts local

First-day rules

  1. Ask for shaping before implementation.
  2. Refine until the slice is honest and executable.
  3. Say “local-only” when you want the first loop to stay simple.
  4. Ask for verification before asking for land.

What comes later

Parallel task lanes, self-hosted control-plane routing, broader service surfaces, and shared browser workflow views can come later. They are not required to understand the first public learning path.