What I'm doing now
(This page records my recent status. It’s inspired by Derek Sivers.)
Delegate work to agents
The Tmux comes to the next Omarchy changed my workflow in the past month, I’m using tmux/worktrunk/pi/claude to work with agents. My tmux config is based on the omarchy config. I added three bindings:
- Pick any worktree to open in new window
- Pick any visited directory to open in new session
- Pick a pane to jump in
Also, some agent workflows are easy to implement:
# bug fix
tmux new-window 'wt switch -c bug-fix -x pi -- "according to <jira_url>, find the root cause, and fix the bug"'
# pr review
tmux new-window 'wt switch pr:<pr_number> -x claude -- "/review <pr_number>"'
Pi coding agent
I use the pi coding agent for agentic coding on my machine and have been exploring more use cases:
- pi-chat: delegate the support work to pi
- pi-remote-control: access pi sessions through a private network
- pi-subagent: building the subagent tool to learn pi extension’s lifecycle