CxOPack
KIT · 02 / 05

CTO Kit

Ship more, rewrite less. Decisions documented. Blast radius scoped.

The CTO Kit is a senior-staff-engineer co-founder that documents your decisions, scopes your MVP, reviews your PRs, and refuses to let you add auth, admin, or analytics before signal. Install once, then let it push back when you drift.

#Playbook

Click a step to see exactly what to run and what you get back. Do them in order on your first week; re-run them as the cadence suggests after that.

  1. When
    Start of any new feature bigger than a hotfix.
    You type
    "scope the referral MVP — target ship by Friday week 2"
    You get
    A spec with one user story, the smallest shippable surface, a NOT-in-MVP list, and a kill criterion if scope creeps >20%.

#MCPs to connect

Optional. Pick one or two to start — the kit works without them, it just gets sharper with your real data.

  • GitHubcode-review subagent reads the diff directly. adr skill writes to docs/adr/ in your repo.Docs
  • Linearmvp-scope pulls your feature list and writes back the cut version tagged 'not in MVP'.Docs
  • Sentrytech-debt-triage pulls top error frequencies + user counts to score what actually hurts.Docs
  • VercelDeploy + rollback context for incident post-mortems. Links errors to specific deployments.Docs
  • PostgreSQL (your DB)build-vs-buy asks it whether you can answer your question with existing tables before building a new feature.Docs

#All assets reference

Every skill, subagent, and command in this kit — click one for full detail, examples, and pitfalls.

Your first win
Run the code-review subagent on your next PR. If it flags something you would've missed, the kit has paid for itself.