The planning layer for agentic product work.
v2 is the intent surface. It sits before the terminal and the IDE, translating product direction into plans, task boundaries, and review points that agents can execute without losing the why.
Intent
Define the outcome and constraints.
Scope
Split the work into runnable tracks.
Dispatch
Send tasks to fluidstate or Tree.
Review
Keep acceptance checks attached.
v2
What it owns
For founders, product-minded engineers, and teams that need to preserve intent while agents handle more implementation surface area.
Turn product intent into scoped agent runs
Track decisions, dependencies, and review checkpoints
Send execution into fluidstate or visualize it in Tree
Workflow
How v2 works
01
Shape
Start with the product goal.
Capture the desired outcome, constraints, open questions, and acceptance checks before agents touch the repo.
02
Scope
Break intent into runnable work.
Convert a broad ask into focused implementation, test, design, and review tracks that can run in parallel.
03
Dispatch
Send the right work to the right surface.
Move execution into fluidstate for speed, Tree for architecture-heavy work, or both when the job needs multiple views.
How it connects
Part of one loop.
v2 is the front door. It creates the plan, fluidstate executes it quickly, and Tree shows where the plan changes the codebase.