# Company Dashboard

> Build an inspectable operational dashboard with metric definitions, data lineage, freshness, permissions, states, and verification evidence.

- Skill: `codejunkie99/company-dashboard` (Agent Skill)
- Install (CLI): `npx skillmds@latest add codejunkie99/company-dashboard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/codejunkie99/company-dashboard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: codejunkie99 (https://skillmd.com/u/codejunkie99)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/codejunkie99/company-dashboard

---


# Company dashboard

Load `company-work-packet` first. A dashboard supports named decisions; it is not a collection of cards.

```yaml
title: Customer evidence review
audience: product-and-growth
decisions: [choose-next-segment]
metrics:
  - id: supported-claims
    definition: Count of claims with an inspectable source reference.
    source: evidence-ledger
    owner: product-and-growth
    freshness: updated-with-artifact
states: [loading, empty, partial-data, permission-denied, error, ready]
```

Every metric needs a definition, source, owner, freshness expectation, and visibility rule. Never show generated estimates as measured company facts. Prefer a table for comparison or audit. Use a chart only when it makes a real relationship easier to see.

Deliver `dashboard.yml`, `metric-definitions.md`, `view-spec.md`, and `verification.md`. Link a decision metric to its source artifact where the application supports it.

