Data Lineage Skill
Use this skill when business and technical implementation are clear enough to model data flow.
Goal
Represent where data comes from, how it is processed, what intermediate artifacts exist, what final outputs are written, and how downstream modules consume them.
Procedure
- Convert business stages into process steps.
- Convert tables/files/APIs/caches/memory objects into data nodes.
- Add lineage edges between nodes and steps.
- Add field-level mappings for important IDs and business fields.
- Mark intermediate artifacts separately from final business outputs.
- Record evidence for every material edge.
Output Sections
- Data source inventory
- Process-step lineage
- Field-level lineage
- Intermediate artifacts
- Final outputs
- Downstream consumption
- Evidence and verification status