Daily flow
This is the cross-tool flow that the toolkit is designed around. Use it as a template, not a script.
Morning
Section titled “Morning”hop --all pull # pull every cloned repo in hop.yamltu # check today's cost so faridea list # what's on the docket todayPick a change
Section titled “Pick a change”idea list # the backlog (open items); pipe to grep to narrow# [a7q2] 2026-06-08: flaky timezone in user-profile.tsx
wt create flaky-tz-test # new worktree at ../<repo>.worktrees/flaky-tz-test/cd ../<repo>.worktrees/flaky-tz-testfab change new --slug flaky-tz-test # create the fab change folder for this workDrive the change with fab-kit
Section titled “Drive the change with fab-kit”run-kit riff --skill /fab-fff # from this worktree: opens a tmux window, spawns Claude Code, runs the pipeline/fab-fff runs apply → review → hydrate → ship → review-PR (everything after intake). You watch in run-kit’s browser dashboard; intervene only at gates.
Review the PR
Section titled “Review the PR”gh pr view --web # open the PR# leave comments yourself, or let Copilot review
# back in the worktree:run-kit riff --skill /git-pr-review # triages and fixes review commentsEnd of day
Section titled “End of day”hop ls --trees # per-repo worktree status across the registrytu # today's spendwt list # see worktrees; wt delete --stale prunes those idle >7dVariants
Section titled “Variants”- Multiple changes in parallel:
wt createmore worktrees;run-kit riffagents in each. The dashboard is the cross-pane view. - Long-running change: when the intake has a lot of
[NEEDS CLARIFICATION]markers, run/fab-clarifyto resolve them in batches. - Cost-conscious mode:
tu --watchin a side pane keeps the running cost visible.