Data Lineage Claw
data-lineage-claw
v0.2.0May 28, 2026Trace every column from ingestion to dashboard — answer who broke my report in minutes, not days
Traces every column from ingestion to dashboard so you can answer "who broke my report?" in minutes, not days. Maps upstream dependencies, flags downstream blast radius of schema changes, and produces the provenance trail that auditors actually accept.
PRIMARY ACTION
Unlock with ProWhen to Use
- Design clean data workflows
- Plan reliable ETL and quality checks
- Track metrics and pipeline health
- Deliver maintainable data outputs
Compatible Frameworks
8 TOOLs
Quality Gates
- End-to-end lineage traceable for all pipelines
- Column-level lineage mapped for critical fields
- Impact analysis run for all schema changes
- Provenance documented with timestamps
- Regulatory lineage requirements covered
4 GATEs DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/data-lineage-claw/SKILL.mdhermes/skills/flickclaw/data-lineage-claw/references/workflow.mdhermes/skills/flickclaw/data-lineage-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/data-lineage-claw/SKILL.mdclaude-code/.claude/skills/data-lineage-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/data-lineage-claw/codex.mdcodex/.flickclaw/agents/data-lineage-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-data-lineage-claw.mdccursor/.cursor/rules/flickclaw-data-lineage-claw-workflow.mdccursor/.cursor/rules/flickclaw-data-lineage-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-data-lineage-claw.mdwindsurf/.windsurf/rules/flickclaw-data-lineage-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-data-lineage-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install data-lineage-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Data Lineage Claw to see what it can do:
Analyze the data pipeline for quality issues. Review schema design, ETL processes, and monitoring. Produce Column-Level Lineage Graph, Impact Analysis Report, Schema Change Blast Radius Map.Example Output
IllustrativeWhat a typical Data Lineage Claw report looks like:
# Data Lineage Claw — Assessment Report **Project**: analytics-warehouse **Context**: a Snowflake data warehouse with 15 source integrations and daily ETL **Example type**: Illustrative output ## Executive Summary The Data Lineage Claw completed its review of analytics-warehouse (a Snowflake data warehouse with 15 source integrations and daily ETL). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Schema | Slowly changing dimensions not tracked for customer table | Add SCD Type 2 with effective_date and is_current | | 2 | **P2** | Quality | 5% null rate in revenue column across 3 sources | Add NOT NULL constraint and source-level validation | | 3 | **P2** | Performance | Materialized view refresh blocks reads for 12min | Switch to incremental refresh with partition pruning | ## Quality Gates - [✓] Column-level lineage for all critical fields - [✓] Impact analysis on every schema change PR - [✓] Provenance timestamps from source to consumption ## Outputs Generated - **Column-Level Lineage Graph**: Included in the report above. - **Impact Analysis Report**: Included in the report above. - **Schema Change Blast Radius Map**: Included in the report above. - **Provenance Trail (timestamped)**: Included in the report above. - **Compliance Traceability Matrix**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 5 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*