data-value-patterns
Installation
SKILL.md
Data Value Patterns
Use this skill when raw events are not yet useful enough for analytics, product decisions, or downstream serving.
Default procedure
- Identify what is missing from the raw data:
- business context
- technical context
- summarized measures
- user sessions
- stable ordering
- Choose the smallest pattern that adds the missing value.
- Keep raw lineage visible so debugging is still possible.
- Favor reusable intermediate entities over one-off dashboard-specific transforms.