The Strategist Agent — Is This Worth Building?
How Datarim's Strategist agent applies three evaluation lenses — Value, Risk, and Cost — to challenge a plan before implementation begins, surfacing cheaper alternatives and flagging anti-patterns.
A plan can be internally consistent and still be the wrong thing to build. It might solve a problem nobody has reported, introduce a data model change that cannot be reversed, or require three times the effort of a simpler alternative. The Strategist agent asks those questions before a line of implementation is written.
The Strategist runs as a mandatory gate at /dr-plan for complex tasks (L3 and L4), and is available for moderately complex ones (L2) as well. Its default stance is constructive skepticism — it challenges the plan, not the people behind it.
What it does
Every plan gets evaluated through three lenses. Value: what problem does this solve, who benefits, and how will success be measured? Risk: what happens if this does not get built, what is the blast radius if it goes wrong, and are any of the decisions irreversible? Cost: what is the minimum viable experiment to validate the idea before the full build, and what is the total ownership cost over time?
Beyond the three lenses, the Strategist flags specific anti-patterns — building before validating demand, solving a problem that has not been reported by actual users, scaling prematurely, or adding complexity that serves a future that may never arrive. It always proposes a cheaper alternative before approving the full scope.
One concrete example
A plan arrives to build a multi-tenant notification routing system for a product that currently has twelve users. The Strategist applies the Cost lens: the minimum viable experiment is a simple queue with a single delivery worker, which takes two days rather than two weeks. It flags premature scale as an anti-pattern, notes that the data model changes required by the full design are hard to reverse, and outputs a go/pivot recommendation — build the simple version first, re-evaluate at fifty users.
Where it sits
The Strategist works from the plan and PRD documents produced by the Planner. It defers on low-stakes reversible decisions — naming conventions, UI preferences, tooling choices — and pushes hard on the ones that are expensive to undo: data model changes, public API shapes, security boundaries, and architectural shifts. Its output is a strategic assessment with an explicit go, no-go, or pivot recommendation that the rest of the pipeline acts on.
See the full reference on the Strategist agent card, or read what Datarim is for context on the full pipeline.