One Source Of Truth

Prevents data model rot in AI-assisted codebases by mapping existing concepts, questioning ambiguous ownership, deciding a single source of truth for every value, and recording what each table and field means in a data dictionary. Use proactively whenever a task adds or changes tables, models, migrations, or persisted fields, even when the user only asked for a feature. Also triggers on "audit my data model", "check my schema for rot", "where is the source of truth", or "update the data dictionary". Do not use for query performance tuning, index-only migrations, non-persisted UI state, or code that reads but never changes the schema.

ameistad Updated

File contents

ameistad/agent-skills/tree/main/one-source-of-truth commit 64ece3de99

Frequently asked questions

npx skillmds@latest add ameistad/one-source-of-truth