Choose what to get done
Build an Enterprise Procurement Readiness Gap Register
The founder gets a structured procurement-readiness register that lists each expected enterprise artifact (docs, SLAs, support infra, controls), its present/partial/missing status, and a remediation order, so the work to satisfy a procurement review is sequenced before the contract stalls on it.
Build an MVP Scope Boundary Contract
The founder gets a structured scope contract that locks the MVP boundary in advance, so zero-friction scope creep is gated by a written evidence test for every excluded feature rather than founder enthusiasm.
Build Startup Compliance Obligation Register
A founder-acting-as-CFO receives a structured register of recurring compliance obligations across corporate, tax, contract, IP, and employment law, each with a cadence and due date, so nothing lapses.
Build the Startup Pitch Financials Table
A structured financials block for a fundraising pitch containing market size, the business-model line items, and a revenue series (history and projection), with required fields present and internally consistent (SOM <= SAM <= TAM, distinct periods, currency matching your code), plus a market growth rate and LTV/CAC unit economics when you require them in the intake.
Build Weighted Founder Idea-Selection Matrix
A structured decision matrix that rates each candidate idea against weighted virtue criteria, computes the weighted score (SUMPRODUCT of weights and scores) per idea, and ranks them, so founders pick a direction on stated criteria instead of gut feel.
Candidate work-sample assignment spec
A ready-to-send work-sample assignment with a fixed time box, deliverable definition, and a weighted scoring rubric.
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.
Categorized keyword research list
A categorized keyword table (problem, user, action, feature, location) with a numeric volume and competition estimate and a relevance note for every term, plus a focus set of exactly the size you choose, marked in the table.
Classify Burn-Rate Danger Level
A pure function that converts monthly burn and cash on hand into months of runway and a danger classification using runway-month thresholds, per Altman's rule that burn is only scary when runway is short.
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.
Compute Amdahl's-Law parallel speedup and efficiency
A pure function that, given a parallelizable fraction and processor count, returns Amdahl's-Law speedup, efficiency, and the asymptotic ceiling, graded on hidden numeric cases.
Compute an add-on price as percent-of-base with floor and cap
I give a base ACV, a percentage, a floor and a cap, and get an add-on price that scales with customer size while always staying inside my floor and cap.