wip-stability-chart

Generate a dark-themed React/Recharts WIP stability chart from analyze_wip_stability output.

15|3|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/bbak/mcs-mcp --skill wip-stability-chart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wip-stability-chart
Source: https://github.com/bbak/mcs-mcp/tree/main/docs/skills/WIP-stability-recharts
Command: npx skills add https://github.com/bbak/mcs-mcp --skill wip-stability-chart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns analyze_wip_stability output into a clear, dark-themed visual that reveals whether daily active WIP is behaving predictably or showing statistical signals, removing manual chart construction and interpretation burden from analysts and product teams.

Core Features & Use Cases

  • Strict data gating: Only used when analyze_wip_stability data is present; rejects WIP age, cycle time, or throughput datasets to avoid misuse.
  • High-fidelity XmR visualization: Renders a single-axis Recharts ComposedChart with an area fill, cyan line, UNPL/Mean/LNPL reference lines, and colored signal dots for breaches.
  • Readable dashboard elements: Produces header breadcrumbs, exact title "WIP Count Stability", stat cards (X̄, UNPL, LNPL, Today), status badge, grouped signal badges, manual legend, and explanatory footer.
  • Performance & clarity: Downsamples to every 2nd point for readability while always preserving all signal points; formats dates and tick intervals for ~8–10 labels.
  • Use case example: Ask the assistant to visualize board-level daily WIP counts so stakeholders can quickly see whether WIP control is stable or needs process intervention.

Quick Start

Ask the assistant to render a WIP Count Stability chart by providing analyze_wip_stability output for your board and requesting a WIP Count Stability chart.

Frequently Asked Questions about wip-stability-chart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize daily WIP stability using an XmR run chart?

You can visualize daily WIP stability by feeding analyze_wip_stability output into this Skill to render a React/Recharts chart with XmR calculations, reference lines, and signal dots. It requires payload fields like run_chart, xmr, and status.

What is an XmR run chart used for in WIP stability analysis?

An XmR run chart is used to determine whether daily active WIP is behaving predictably or showing statistical signals. It calculates upper and lower natural process limits to reveal if WIP control is stable or needs intervention.

Can I use this Skill to chart WIP age or cycle time datasets?

No, you cannot use this Skill for WIP age or cycle time datasets. It enforces strict data gating and only processes analyze_wip_stability results for board-level daily WIP counts to avoid misuse.

How do I render a Recharts dashboard with WIP stability stat cards?

You render a Recharts dashboard by providing the analyze_wip_stability payload, which triggers a single-axis ComposedChart with area fill, UNPL/Mean/LNPL reference lines, stat cards, and a status badge indicating process stability.

Does the WIP stability visualization downsample data for dashboard readability?

Yes, the visualization downsamples to every 2nd point for readability while always preserving all signal points. It formats dates and tick intervals for approximately 8 to 10 labels on the dashboard chart.

What data format is required to generate a WIP Count Stability chart?

The required data format must include run_chart entries with date and count, plus xmr fields containing average, average_moving_range, upper_natural_process_limit, lower_natural_process_limit, values, moving_ranges, and signals, alongside a status field.