status-persistence-chart

Create a dark-themed React/Recharts chart visualizing per-status residency times and dispersion metrics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns raw per-status residency statistics into a focused, actionable chart so teams can quickly identify where work is getting stuck and quantify flow debt by workflow status.

Core Features & Use Cases

  • Operational Whitelist Filtering: Includes only Upstream and Downstream statuses and excludes Demand and Finished tiers to avoid misleading scales.
  • Two-Panel Visualization: Top panel shows a chosen percentile (P50/P85/P95) per operational status and the bottom panel compares IQR vs Inner80 to reveal predictability and fat tails.
  • Interactive Controls & Stratification: Metric toggle (P50/P85/P95), color-by toggle (role/tier), and type toggles (Overall, Story, Bug, etc.) drive the rendered data; includes a tier summary table, top-bottleneck stat, tooltips, and legend.
  • Use Case: Identify the primary P85 bottleneck in a delivered-items dataset to prioritize process improvements and estimate local flow debt.

Quick Start

Generate a Status Persistence chart for board ABC using analyze_status_persistence results for the past six months.

Frequently Asked Questions about status-persistence-chart

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

FAQPage Schema
How do I visualize per-status bottlenecks using Jira workflow data?

A status persistence chart visualizes per-status residency times and dispersion metrics to reveal workflow bottlenecks. It uses a two-panel layout showing percentile bars alongside IQR and Inner80 comparisons to quantify flow debt.

What is status persistence analysis and how does it identify flow debt?

Status persistence analysis measures how long delivered items stay in each workflow status. By comparing P50, P85, and P95 residency times alongside IQR and Inner80 dispersion, it identifies specific operational bottlenecks and quantifies flow debt.

How do I create a Recharts status persistence chart in React?

To create a Recharts status persistence chart in React, apply this visualization to analyze_status_persistence output. It enforces whitelist filtering for Upstream and Downstream tiers and renders interactive controls, tooltips, and legends for stratified data.

Does the status persistence chart support stratification by issue type?

Yes, the status persistence chart supports stratification by issue type such as Story or Bug. It includes type toggles alongside metric toggles for P50, P85, or P95, and color-by toggles for role or tier to drive the rendered data.

Why does the chart exclude certain workflow tiers from the visualization?

The chart applies operational whitelist filtering to include only Upstream and Downstream tiers while excluding Demand and Finished tiers. This prevents misleading scales and focuses the visualization on active operational bottlenecks.