Choose what to get done
Cash-flow watch register
A structured cash-flow watch register listing the cash metrics to track (cash balance, net burn, runway months, revenue), each with a current value, an alert threshold, a direction, and an accountable owner, so cash flow is monitored obsessively rather than discovered too late.
Clean-code smell scorecard for a method
A per-method clean-code smell scorecard: which thresholds each method exceeds (long method, too many arguments, deep nesting, and more), a 0-100 score, and a pass/warn/fail verdict.
Cyclomatic complexity with refactor flags
McCabe cyclomatic complexity per function from its control-flow graph, with a refactor flag for any that exceed your threshold.
Decision-rights and single-threaded-owner register
Every critical decision and deliverable has exactly one named accountable owner, with advisers/consulted/informed parties and an escalation path explicitly recorded, eliminating diffused 'chicken' accountability.
Defect density per module with ranked hotspots
Defect density per module against your chosen size unit, the overall density, and a ranking of the most defect-dense modules.
Defect removal efficiency
Defect Removal Efficiency from pre-delivery vs escaped defect counts, with an optional per-phase breakdown.
Deploy pipeline and hosting
The app is deployed and the health endpoint returns 200.
Deploy runbook with rollback
An ordered, role-assigned deploy runbook with preflight checks, deploy steps, verification, and a rollback path that every failure step routes to.
Design a cheap parallel channel-test plan with pass/fail thresholds
I get a parallel channel-test plan where every test names one of the 19 canonical traction channels and carries a metric, a small budget, a duration, and a numeric pass threshold, so I can run several cheap experiments at once and read every result the same way.
Financing Deal-Stage Tracker
The founder has a complete, sequenced map of the financing process, split at the term sheet signing and ending at funds received, with every stage named, owner-assigned, and closed by a gating artifact, and a duration roll-up checked against the cap set at intake.
Financing-round closing checklist
A structured closing checklist that echoes your frozen round stage, close date, and raise amounts, covers every closing step you require (a canonical six-step sequence by default), and enforces the minimum-commitment and wire-sequencing gates arithmetically.
Goal decomposed into an executable task plan
A goal broken into ordered, tool-assigned steps with a resolved, acyclic dependency graph, so an agent (or a team) can execute it without ambiguity.