Skip to content

Fix It

Plan and implement a repair from diagnosis — smallest real fix, evidence matched to regime.

Turn troubleshoot-app / diagnose-bug (or clear breakage evidence) into an implementation-ready plan, then execute when approved. Bridge diagnose → plan → check-readinessmerge-it.

Small, tested repairs beat speculative rewrites (DORA small batches). The repair oracle comes from the quality trace (DocSlime + lightweight BDD / contracts); proof shape follows quality regimes. A bug remains a bug whether the interest is labeled development, data, craft, or framing debt (Bugs & debt).

After a diagnosis (or clear failing contract) when you need a decision-complete plan — not for pure refactors (refactor-it) or greenfield without a broken promise.

  • Name regime A/B/C; lock Use Existing / Refine / Create New for the contract
  • Prefer smallest fix that restores the scenario; map scenario → evidence
  • One write owner; ask before mutating unless already ordered to implement
  • Hide behavior change inside “refactor”
  • Invent a parallel Definition of Done when DocSlime/issue BDD exists
  • Spawn overlapping agents to “go faster”

03-smallest-next-step, 04-evidence-over-vibes, 11-quality-regimes, 12-bugs-and-debt, 13-quality-trace

See also the handbook Sources & grounding bibliography.

fix-it