single-source-of-truth

SKILLWorkflowcommunity
v0.0.0tedgoldsteinMITUpdated 1mo agoSource →

Every piece of state should have exactly one authoritative owner. Duplicates drift. A constant defined in two places is two bugs waiting; a user record cached in three stores is three sync problems; a config value scattered across deployment scripts is impossible to update. The cure is one owner + d

Community-submitted skill. Not yet reviewed by the Forge team. Full prompt content may not be available.Request review →
1Clients
1Formats
1mo agoLast update
Skill
Authortedgoldstein
Version0.0.0
LicenseMIT
CategoryWorkflow
Formatsskill.md
PromptNot published
Compatibility
Claude✓ Supported
Cursor
Copilot
ChatGPT
Gemini
About

Every piece of state should have exactly one authoritative owner. Duplicates drift. A constant defined in two places is two bugs waiting; a user record cached in three stores is three sync problems; a config value scattered across deployment scripts is impossible to update. The cure is one owner + derivation everywhere else.

Keywords
skillclaude