pdca-do

Executes the Do phase of PDCA by running controlled pilots and collecting measurement data.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/jcg-admin/IACT-ui --skill pdca-do-jcg-admin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pdca-do
Source: https://github.com/jcg-admin/IACT-ui/tree/main/.claude/skills/pdca-do
Command: npx skills add https://github.com/jcg-admin/IACT-ui --skill pdca-do-jcg-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve? Improvement plans often fail because changes are rolled out at full scale without baselines, rollback plans, or disciplined data collection, making it impossible to know whether the change actually worked. This Skill guides the execution of the Do phase of the PDCA cycle: implementing the plan at small pilot scale, capturing a pilot baseline, and documenting observations and deviations. ## Core Features & Use Cases - Pilot Design Guidance: Structures decisions on scope, duration, metrics, rollback conditions, and variable isolation before any change is made. - Disciplined Data Collection: Enforces measuring the same indicators as the baseline, with a defined collection plan covering who, what, how, and how often. - Deviation and Risk Logging: Produces a structured artifact (pdca-do.md) recording implementation steps, deviations from plan, and stop-criteria status. - Use Case: A team has a PDCA plan to reduce API response time. Use this Skill to roll out the change to one server, capture the pilot baseline, log each action with timestamps, and collect metrics ready for the Check phase. ## Quick Start Run the pdca-do step to execute my approved PDCA plan as a small pilot and generate the pdca-do.md artifact with baseline, implementation log, and collected data.

Frequently Asked Questions about pdca-do

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

FAQPage Schema
How do I run the Do phase of a PDCA cycle?▼

Design a small controlled pilot with defined scope, duration, and rollback conditions, capture a pilot baseline before changing anything, then implement the plan actions sequentially while collecting the same metrics as the baseline. Document all deviations and observations in the pdca-do.md artifact.

What is required before starting PDCA Do?▼

A completed pdca-plan.md with a numeric baseline, a SMART objective, a formulated improvement hypothesis, and an action plan with owners and dates. Without a baseline, the Check phase cannot compare results, and without a rollback plan the pilot is unsafe for critical systems.

Why change only one variable at a time in a PDCA pilot?▼

Changing multiple variables simultaneously makes it impossible to attribute results to a specific action. If metrics improve or degrade, you cannot identify the cause, so the hypothesis cannot be confirmed or rejected in the Check phase.

When should a PDCA pilot be stopped and rolled back?▼

Stop and revert when degradation in the main metric exceeds the predefined threshold, when an unforeseen critical production error occurs, or when the maximum pilot duration passes with no positive signal. These stop criteria must be defined before the pilot begins.

What are the limitations of running a small-scale pilot?▼

Judging whether a pilot is representative requires domain knowledge, and processes with seasonal variability need pilots covering at least one full cycle. If the pilot cannot be isolated from production, external conditions that could contaminate the data must be documented.