Files
dev-backbone-template/SKILLS/30-implementation-rules.md
2026-02-02 14:12:33 -05:00

400 B

Implementation Rules

Change policy

  • Prefer edits over rewrites.
  • Keep changes localized.
  • One change = one purpose.
  • Avoid unnecessary abstraction.

Dependency policy

  • Default: do not add dependencies.
  • If adding: explain why, alternatives considered, and impact.

Error handling

  • Validate inputs at boundaries.
  • Error messages must be actionable: what failed + what to do next.