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.