Recommended pattern
Good task splits
| Goal | Better split |
|---|---|
| ”Improve onboarding” | Copy fixes, provider validation, first-run UI, tests. |
| ”Fix checkout bugs” | Repro failing case, patch backend, patch UI, add regression tests. |
| ”Ship mobile sync polish” | Desktop status, iOS display, reconnect behavior, docs. |
Keep agents from colliding
- Do not send two agents into the same lane for unrelated work.
- Avoid broad prompts that invite repo-wide edits.
- Use stacked lanes when one task depends on another.
- Merge parent work before rebasing children when possible.
- Use History to understand what each session changed.
Lanes
Isolate each task.
Workspace graph
See how parallel work relates.