Patch Scope Control

Keep coding changes limited to the behavior and files needed by the goal.

idanmann10 c8faab8 2 files · 738 B Updated

File contents

Patch Scope Control

When a coding task is broad, keep each patch small enough to review and revert independently.

Steps

  1. List the files that must change for the behavior.
  2. Leave unrelated cleanup out of the patch.
  3. Commit after tests prove the slice works.

Provenance

Seeded during v1 starter-pack expansion from goal.md. Inspired by: https://github.com/obra/superpowers and https://github.com/garrytan/gstack.

idanmann10/vivarium-world/tree/main/domains/coding/skills/patch-scope-control commit c8faab8a64

Frequently asked questions

npx skillmds@latest add idanmann10/patch-scope-control