Description
Claude has a workflows feature for multi-agent orchestration: a script fans agents out in parallel, pipelines them through stages and groups them into phases, with live progress rendered as a tree in the terminal. Loops exist too but workflows are the more useful primitive right now, so loops are out of scope for this.
PostHog Code should render workflow runs with its own custom visualization. Since this is a GUI and not a TUI, we can do much better than a terminal render: live per-agent progress, phase grouping and parallel branches shown as they run.
Description
Claude has a workflows feature for multi-agent orchestration: a script fans agents out in parallel, pipelines them through stages and groups them into phases, with live progress rendered as a tree in the terminal. Loops exist too but workflows are the more useful primitive right now, so loops are out of scope for this.
PostHog Code should render workflow runs with its own custom visualization. Since this is a GUI and not a TUI, we can do much better than a terminal render: live per-agent progress, phase grouping and parallel branches shown as they run.