Documentation
The PM Board
Turn one prompt into a kanban of tasks and let AI agents work them in parallel on separate git worktrees.
What the PM Board does
One prompt becomes a kanban. AI agents pick up tasks in parallel on separate git worktrees, and you watch progress in real time. When an agent finishes, its worktree diffs against your branch; you review and merge the ones you want.
Create a board
- Open the app and pick an orchestra.
- Click New board tab and paste a prompt — e.g. “add auth to the Next.js app with Clerk, email + Google, protect /dashboard”.
- The planner agent breaks the prompt into a task list. Review and edit before execution.
- Hit Start. Each task spawns an agent on its own git worktree.
Watch the work
The board view shows each task as a card with live status — planning, executing, blocked, complete. Click a card to see the agent’s stream: tool calls, file edits, and Bouncer decisions.
Review and merge
Complete tasks show a diff against your branch. Review file-by-file. Accept a task and its worktree merges back; reject and the worktree is discarded.
Board healing
If an agent crashes, a network blip happens, or the board gets into an inconsistent state, Mstro’s healer reconciles and resumes. You can also manually re-run a single task without restarting the whole board.
See also
- Git worktrees — how parallel agents avoid collisions.
- Security Bouncer — how long boards stay unblocked.