pdca-batch

Manage multiple PDCA features with batch planning and queueing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes planning and parallel management of multiple PDCA feature cycles, removing manual coordination overhead when handling several features at once and preventing context overload.

Core Features & Use Cases

  • Batch planning: Plan up to five features in a single batch with queueing for overflow and automatic activation when slots free up.
  • Status dashboard: View all active, queued, and completed features with phase, match rate, iteration counts, and last-updated timestamps.
  • Interactive management: Use an interactive-style dashboard to switch focus, prioritize queued items, pause or cancel features, and trigger per-feature PDCA commands.
  • Use Case: Plan a release wave containing multiple feature initiatives, queue lower-priority items, and manage the three concurrent feature limit from a single control surface.

Quick Start

Plan three features in a batch by running the pdca-batch plan command with the feature names and confirm the prompt to initialize their plan documents and queueing metadata.

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 feature workflows without losing track of progress?

Batch planning manages multiple PDCA feature workflows by centralizing feature lifecycle coordination into an interactive dashboard, tracking phase, match rate, and iteration counts to prevent context overload.

What is the maximum number of concurrent active features allowed in parallel PDCA lifecycle management?

Parallel PDCA lifecycle management enforces a maximum of three concurrent active features. Overflow features are placed in a queueing system for automatic activation when active slots free up.

How do I plan a batch of feature initiatives for an upcoming release wave?

Plan up to five features in a single batch by running the batch plan command with feature names. Confirm the prompt to initialize plan documents and queueing metadata for lower-priority items.

Can I prioritize or cancel queued features from a central workflow dashboard?

The interactive dashboard allows you to prioritize queued items, switch focus between features, pause or cancel active workflows, and trigger per-feature PDCA commands from a single control surface.

Do I need a specific state file to track feature-management batch operations?

Batch operations require reading and updating a pdca-status.json state file to persist workflow data. This file maintains the status, queueing metadata, and last-updated timestamps for all managed features.

Does batch planning support automatic activation for queued features?

Batch planning supports automatic activation for queued features. When one of the three active features completes or is canceled, the next queued feature initializes its plan documents automatically.