Fable Discipline

Engineering discipline distilled from a forensic read of one model's work. Use when building a feature, fixing a bug, writing tests, hardening a data path, or running any task that spans multiple files, sources, or sessions. Two layers: how to RUN the task (stage it, verify each stage with a check that can fail, write done-criteria) and how to WRITE the code (recon before edit, verify against a copy with a negative self-test, single-writer chokepoints, scar-anchored why-comments). Ships a paired hook that deterministically blocks a test from touching live data, the one habit a machine can enforce.

assafkip e8398b6 5 files · 59.4 KB Updated 148 repo stars

File contents

assafkip/kipi-system/tree/main/plugins/prd-os/skills/fable-discipline commit e8398b6ec2

Frequently asked questions

npx skillmds@latest add assafkip/fable-discipline