The Agentic Builders / New to Agents · 11 of 14
How Boards and Work Get Generated
· 3 min read
New to Agents · Beginner Path · 11 of 14
In Tropo, you never build a board. You grow the graph, and the board falls out of it.
In most tools, a board - a to-do list, a kanban, a project tracker - is a thing you maintain by hand. You drag cards, flip statuses, and fight to keep it in sync with what's actually happening. In Tropo there's nothing to keep in sync, because the board was never a separate thing.
Here's the move. Every piece of work is a node: a task, a decision, a project, each a small file with a few fields (status, who owns it, what it's part of) and edges to related work. A "board" is just a query over those nodes - "show me every task under this project, grouped by status." Render that query and you have a board. Flip a task's status in its file, and the board shows it in the new column the next time it's drawn, because the board is the work, arranged - not a copy of it.
That's the whole trick, and it's why there's no syncing: the work and its views can't drift apart when the view is generated from the work every single time. A roadmap, a backlog, "what's open," "what did we ship this week" - all the same move. Query the graph, render it. The work stays the single source of truth, and every surface you need to see it is a fresh drawing of that truth.
Why this matters for Tropo
This is "the structure is the report," made concrete and daily.
You manage your work by editing the work - flipping a status, adding an edge, writing a note - and every surface that helps you see the work generates itself from that. No status meetings to reconcile two versions of the truth, no board that's a week stale, no copy that drifts. The thing you look at and the thing you do are the same thing, drawn two ways. That's what frees you to point your attention at the work instead of at the bookkeeping around it.
Beginner Path · New to Agents ← Before: Thinking Like an Agent · Next: Navigating with Tropo-Nav → Related: Why a Graph Filesystem Works · See the whole path: New to Agents - Beginner Path