pdca-batch

Coordinate up to three parallel PDCA cycles via the /pdca-batch workflow.

2|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/solitasroh/mcukit --skill pdca-batch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdca-batch
Source: https://github.com/solitasroh/mcukit/tree/main/skills/pdca-batch
Command: npx skills add https://github.com/solitasroh/mcukit --skill pdca-batch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate multiple PDCA features and batch operations across several features to save time and ensure consistency.

Core Features & Use Cases

  • Plan and monitor multiple features in parallel, up to 3 concurrent cycles.
  • View status, capture progress, and batch-plan actions for a feature set.
  • Queue features when slots are unavailable and auto-activate as slots free up.

Quick Start

Open Claude Code and run /pdca-batch to view and manage multi-feature PDCA plans.

Frequently Asked Questions about pdca-batch

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

FAQPage Schema
How do I manage multiple PDCA cycles in parallel without losing track of progress?

To manage multiple PDCA cycles in parallel, use batch coordination to plan, monitor, and update up to three concurrent features using a shared pdca-status.json state file for consistent status tracking.

What is the maximum number of features I can run in a parallel PDCA batch workflow?

The maximum number of concurrent features allowed in a parallel PDCA batch workflow is three. Additional features are automatically queued and activate when an existing slot frees up.

How does feature queuing work when parallel PDCA cycles reach their limit?

When parallel PDCA cycles reach the three-feature limit, new features are placed in a queue. Queued features automatically activate as soon as a current cycle completes and a slot becomes available.

Can I batch plan actions across several features instead of updating them one by one?

Yes, you can batch plan actions across several features simultaneously. The batch workflow reads and updates the pdca-status.json state to capture progress and plan actions for the entire feature set at once.

What is the best way to track status across parallel PDCA feature cycles?

The best way to track status across parallel PDCA cycles is by centralizing updates in a pdca-status.json file, which records state, queues pending features, and coordinates batch planning across active cycles.