Coding agents you can actually watch

Local-first task-to-PR agent orchestration with worktrees and tmux.

$Install WTmag + skill
tmux: wtmag

Workflow

From task to PR, locally.

Now reading01/05

Pass a task

01Worker flow

Pass a task

Give WTmag a GitHub issue, a PR for review, or a custom prompt. It fetches the full context so your agent starts with the real task, not a summary you pasted by hand.

02Worker flow

Worktree created

WTmag creates an isolated git worktree for the task. Two agents can work at once without editing the same files. No merge conflicts with yourself.

03Worker flow

tmux session opens

WTmag opens a tmux window or session, writes the full brief to .wtmag/prompt.md, and starts your agent inside with a one-line bootstrap: read that file.

04Worker flow

Agent runs, you watch

Attach to the tmux session at any point. Read the conversation, run commands in a split pane, or stop the agent and finish the work yourself. It is just tmux.

05Worker flow

PR or cleanup

Issue workers are told to implement, commit, push, and open a PR. You get the link back. When you are done, clean up the worktree and close the session.

Frequently asked questions