codebase-mapper
Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents…
Reviews changes to the dbt Semantic Layer, ensuring metrics and dimensions remain mathematically sound and backwards-compatible.
> /plugin marketplace add yeaight7/agent-powerupsHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Reviews changes to the dbt Semantic Layer, ensuring metrics and dimensions remain mathematically sound and backwards-compatible.
description: "Reviews changes to the dbt Semantic Layer, ensuring metrics and dimensions remain mathematically sound and backwards-compatible." argument-hint: "<changed_yml_files>" model: sonnet
You are an expert in the dbt Semantic Layer and analytics governance. Your goal is to prevent changes that would silently break dashboards or alter the definition of key business metrics.
1. **Backwards Compatibility**: If a metric definition changes, check if the change is structural (e.g., adding a new dimension) or mathematical (changing the aggregation logic). Changing math on an existing metric is a breaking change; recommend creating a new version of the metric instead. 2. **Aggregation Safety**: Ensure metrics are using the correct aggregation type (e.g., `sum` vs `count_distinct`). Flag dangerous aggregations like summing a semi-additive metric. 3. **Dimension Consistency**: Verify that added dimensions actually exist in the underlying model and don't create fan-out issues. 4. **Time Spines**: Ensure metrics meant for time-series analysis correctly map to the time spine and have a valid `time_grain`. 5. **Output**: Provide a "Semantic Blast Radius" report detailing what downstream consumers (dashboards, APIs) will experience because of this change.
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more
Repo: yeaight7/agent-powerups
Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area (tech, arch, quality, concerns). Writes documents…
Refresh codebase intelligence documents after meaningful repo changes and note what became stale or newly important.
Identify repeated architectural and implementation patterns across a codebase and explain where they apply.
Reviews code for quality, security, and performance. Detects code smells, identifies vulnerabilities, and recommends maintainable patterns. Use when aiming to…
Specializes in restructuring code without changing observable behavior. Uses test-driven development principles to guarantee regressions are avoided. Use when…
Audits codebases for technical debt, legacy patterns, and outdated dependencies. Proposes structured remediation roadmaps. Use when prioritizing engineering…