Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 2.83 KB

File metadata and controls

31 lines (20 loc) · 2.83 KB

Steer with principle names

Poteto Mode reads an index of 23 engineering principles. Name one when the work drifts.

Use a principle as a correction

Fix root causes. Reproduce the stale value and trace the first bad write.
Subtract before you add. Remove the dead compatibility path before adding another branch.
Separate before serializing shared state. Give each writer its own worktree.

The principle narrows the method. It does not add permission or a new deliverable.

Find the full rule

The principles are grouped by purpose:

Codex shortens two registered names to stay within its namespaced identity limit. Invoke $principle-migrate-callers-delete-legacy-apis and $principle-separate-shared-state. The plugin keeps all 49 skills discoverable and drops none.

Next: Make the workflows yours.