Agent skill
definition.metric_catalog
Document key metrics, definitions, and segmentation required to track product success.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/metric-catalog-edwardmonteiro-aiskillinpractice
SKILL.md
Purpose
Ensure product and analytics teams align on the metrics that matter, how they are defined, and how they will be reported.
Pre-run Checklist
- ✅ Review existing dashboards and metric definitions.
- ✅ Confirm segmentation requirements with stakeholders.
- ✅ Verify data availability or instrumentation plans for new metrics.
Invocation Guidance
codex run --skill definition.metric_catalog \
--vars "theme={{theme}}" \
"required_segments={{required_segments}}" \
"measurement_tools={{measurement_tools}}" \
"stakeholders={{stakeholders}}"
Recommended Input Attachments
- Current metric definitions or SQL queries.
- Business reviews or KPI scorecards.
Claude Workflow Outline
- Summarize the theme and stakeholders.
- Build a catalog table with metric names, definitions, formulas, owners, and tools.
- Detail segmentation requirements, data sources, and known gaps.
- Provide governance and instrumentation checklist for each metric.
- Suggest review cadence and communication plan.
Output Template
## Metric Catalog — {{theme}}
| Metric | Definition | Formula / Source | Owner | Tool | Segments |
| --- | --- | --- | --- | --- | --- |
## Segmentation Guidance
- Required Segments:
- Data Availability:
- Known Gaps:
## Governance & Instrumentation
| Metric | Quality Checks | Instrumentation Actions | Review Cadence |
| --- | --- | --- | --- |
Follow-up Actions
- Publish the catalog in the analytics knowledge base.
- Align with engineering on instrumentation stories.
- Schedule periodic metric reviews to ensure definitions stay current.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?