AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Kpi Tree Dashboard

skill-natan-mohart-24-finance-skills-for-claude-kpi-tree-dashboard · by Natan-Mohart

Scores every metric red, amber, or green against its target via a bundled calculator, and specifically flags when a leading indicator is already red while the lagging outcome it predicts still shows green, catching a problem before it shows up in the number everyone's watching. Use whenever the user wants a KPI dashboard or scorecard, needs to connect leading indicators to the lagging outcomes th…

— No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add skill-natan-mohart-24-finance-skills-for-claude-kpi-tree-dashboard

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-natan-mohart-24-finance-skills-for-claude-kpi-tree-dashboard)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 24d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Kpi Tree Dashboard? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

KPI Tree Dashboard

When to use

Use whenever a set of metrics needs a clear status read, not just raw numbers, and especially when leading indicators (pipeline coverage, usage trends, early funnel metrics) exist but aren't explicitly connected to the lagging outcomes (revenue, retention, margin) they're supposed to predict.

What it does

Scores every metric red, amber, or green against its target using stated threshold bands via a bundled calculator, and specifically checks whether any leading indicator is flagging red or amber while its corresponding lagging outcome still reads green — the exact situation where a dashboard that only shows lagging metrics would miss a problem that's already visible upstream.

Method

  1. Classify every metric as leading or lagging. A lagging metric (revenue, churn, margin) tells you what already happened. A leading metric (pipeline coverage, usage frequency, early-stage conversion) predicts what's about to happen — the distinction matters because they need different response times.
  2. Set red and amber threshold bands as a percentage of target for every metric, not just a single pass/fail line — a metric at 96% of target reads very differently from one at 60%, and a three-tier status captures that.
  3. State explicitly which leading indicators predict which lagging outcomes. This link is what makes the dashboard actually useful for early warning, not just a status report after the fact.
  4. Run the bundled calculator (scripts/kpi_rag.py) to get the RAG status for every metric and, critically, the early-warning check: any leading indicator showing red or amber while its predicted lagging outcome still shows green.
  5. Treat every early-warning flag as the headline of the dashboard, not a footnote — a green lagging metric with a red leading indicator behind it is more urgent than a metric that's already red, because there's still time to act before the lagging number actually misses.
  6. Set thresholds based on what actually matters for the decision, not an arbitrary default — a metric with severe consequences if missed deserves tighter bands than one that's merely nice to hit.
  7. Revisit the leading-to-lagging links periodically. If a leading indicator stops actually predicting its lagging outcome (the relationship breaks down as the business changes), the dashboard needs updating, not blind trust in a stale link.

Inputs

  • Every tracked metric with its type (leading or lagging), current actual, target, and red/amber threshold percentages
  • The stated link from each leading indicator to the lagging outcome it predicts
  • Config saved as JSON matching the format documented at the top of scripts/kpi_rag.py

Output format

RAG status table for every metric with percentage of target; explicit early-warning section flagging any leading indicator in red or amber while its predicted lagging outcome is still green.

Example

Revenue shows green at 99% of target, a status that would read as "everything's fine" on its own. Pipeline coverage, the leading indicator that predicts next quarter's revenue, shows red at 70% of target. The early-warning flag surfaces this explicitly: revenue looks fine today, but the leading indicator behind it suggests that's about to change, giving the team a full quarter of lead time to act instead of finding out when revenue itself finally misses.

Common pitfalls

  • Building a dashboard of only lagging metrics, which reports what already happened with no early warning of what's coming.
  • Setting a single pass/fail threshold instead of red/amber bands, losing the ability to distinguish a near-miss from a serious shortfall.
  • Never stating which leading indicators predict which lagging outcomes, so a red leading indicator sits on the dashboard without anyone connecting it to the risk it actually represents.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.