skills: add data-driven-design #44

Merged
archvillainette merged 1 commits from data-driven-design-skill into main 2026-07-19 07:46:49 +00:00
Owner

Adds .agents/skills/data-driven-design: general mechanisms in code, all specific knowledge in data. Written for the long-term cleanup that would let sow-tools be open sourced.

Grounded in two real failures: the value_encodings mode zoo (per-column mode enums + switch arms where a shape/encoding declaration in data would do) and the skills dataset rename (code hardcoding dataset names/key prefixes that the data already knows).

Tested per TDD-for-skills: a baseline subagent given the EquipSlots scenario added a fourth mode and rationalized it ("three switch cases isn't a pattern crisis"); with the skill loaded it declared shape in data, collapsed the modes into orthogonal primitives, and deleted the switch.

🤖 Generated with Claude Code

Adds .agents/skills/data-driven-design: general mechanisms in code, all specific knowledge in data. Written for the long-term cleanup that would let sow-tools be open sourced. Grounded in two real failures: the value_encodings mode zoo (per-column mode enums + switch arms where a shape/encoding declaration in data would do) and the skills dataset rename (code hardcoding dataset names/key prefixes that the data already knows). Tested per TDD-for-skills: a baseline subagent given the EquipSlots scenario added a fourth mode and rationalized it ("three switch cases isn't a pattern crisis"); with the skill loaded it declared shape in data, collapsed the modes into orthogonal primitives, and deleted the switch. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
archvillainette added 1 commit 2026-07-19 07:35:44 +00:00
skills: add data-driven-design
build-binaries / build-binaries (pull_request) Has been cancelled
test / test (pull_request) Has been cancelled
b5af42b53b
Pattern skill for keeping specific knowledge (dataset names, column
encodings, layout) in data and only general mechanisms in code — the
direction sow-tools must move to be open-sourceable. Grounded in the
value_encodings mode zoo and the skills-dataset rename breakage;
baseline-tested against a subagent that reproduced both failures.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
archvillainette merged commit 0d12674838 into main 2026-07-19 07:46:49 +00:00
archvillainette deleted branch data-driven-design-skill 2026-07-19 07:46:49 +00:00
Sign in to join this conversation.