Bundled workflow · mainline
One prompt in, one reviewed PR out.
A planner splits your prompt into independent streams; each stream is implemented and review/fix/test-looped in its own worktree, in parallel; an agent merges the streams; the merged result gets one more review/fix/test pass; a PR opens.
Every out-of-scope bug anyone noticed along the way gets filed as a GitHub issue instead of silently dropped or scope-creeping the task.
$ steamtrain workflow run mainline \
--input "add rate limiting to /upload"