Use cases

Recognize the moment you would use it.

Each scenario names the real mechanism underneath it. The three deepest pages cover the parts most people do not expect a phone control surface to handle.

01

Ship a small feature from the couch

Start an isolated branch, send the brief, mark up the diff, run the tests, and open the PR without moving the agent off your Mac.

worktree · diff review · commands · git
02

Work a GitHub issue on a commute

Open an issue and its comments, edit the proposed workspace details, then carry it through implementation and verification.

gh CLI · issue-backed workspace
03

Review a teammate’s PR properly, from a phone

Let the Mac check out, build, and test the change. PRCHD validates the result and posts one review with anchored comments.

gh CLI · disposable worktree · host-owned posting
04

Run three lines of work in parallel

Give each task its own worktree and branch, then follow every running agent from one Activity screen.

isolated worktrees · cross-host Activity
05

Let the Mac work overnight

Schedule a command or trusted recipe. Every fire records an outcome and keeps a worktree only when there is something to review.

five-field cron · recipes · durable history
06

Debug something that only reproduces when running

Start the project server, open it on the phone over your tailnet, reproduce the bug, and attach the evidence to the session.

allocated port · tailnet browser · attachments

See how the loop fits together.

Direct, review, verify, and land without moving the work off your Mac.