What problem does it solve?
During long PDCA development cycles, you have no visibility into what the AI workflow is doing — which phase it is in, how close the code matches the design spec, or how many tokens it has consumed. This Skill turns that hidden state into a live, auto-refreshing dashboard.
Core Features & Use Cases
- Live Tick Dashboard: Renders a fixed-width panel every 30 seconds via Claude Code's
/loop, showing phase, match rate, iteration count, token totals, and estimated cost.
- Auto Feature Resolution: Detects the active feature from
pdca-status.json when no argument is given, or watches a named feature explicitly.
- Safe Fallbacks: On Claude Code versions without
/loop support, it renders a single snapshot with a warning instead of failing.
- Use Case: While
/pdca team runs a multi-agent sprint in the background, run the watch dashboard in parallel to monitor match-rate progress and token spend, and stop early if cost or drift exceeds expectations.
Quick Start
Ask the AI to start the live PDCA watch dashboard for the currently active feature.