Skip to content

Releases: makzimi/tbd

v0.1.0 — initial release

Choose a tag to compare

@makzimi makzimi released this 03 Jul 16:59
b0c0a7a

First release of tbd — trunk-based development discipline for coding agents.

What's inside

Four skills that decompose epics into small, independently shippable, review-sized PRs:

  • using-tbd — the umbrella (/using-tbd): scale check, project-convention discovery, and the session-wide overlay rules
  • decomposing-into-pull-requests — turns work into an ordered slice sequence recorded in a user-approved decomposition map
  • sizing-pull-requests — reviewable-lines metric, ≤600 target / 1000 cap budgets, exclusions, re-slicing procedure
  • integration-strategy — naturally-safe vs feature toggle vs branch by abstraction, always presented to the user

Install

Claude Code:

/plugin marketplace add makzimi/tbd
/plugin install tbd@tbd

OpenCode (opencode.json):

{ "plugin": ["tbd@git+https://github.com/makzimi/tbd.git#v0.1.0"] }

Opt-in only — no session hooks, no forced injection. Works alongside any process plugin or none.