pdca

Orchestrate content creation workflows using the PDCA methodology with configuration files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Soochol/affim-ai --skill pdca-soochol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdca
Source: https://github.com/Soochol/affim-ai/tree/main/skills/pdca
Command: npx skills add https://github.com/Soochol/affim-ai --skill pdca-soochol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the entire content creation process, from initial planning and design to writing, merging, and archiving, ensuring a cohesive and efficient workflow.

Core Features & Use Cases

  • End-to-End Workflow: Manages the complete PDCA (Plan, Do, Check, Act) cycle for content production.
  • Config-Driven Automation: Adapts to various content types (film, blog, etc.) based on configuration.
  • Parallel Task Execution: Optimizes the 'Do' phase by parallelizing section writing tasks.
  • Use Case: Automatically generate a blog post about AI trends by first planning the content, designing its structure, writing individual sections in parallel, merging them, and finally archiving the completed work.

Quick Start

Initiate the content creation process for a new blog post on AI trends by running the plan command.

Frequently Asked Questions about pdca

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

FAQPage Schema
How do I automate content creation workflows from planning to archiving?

To automate content creation, you can use a PDCA workflow methodology that orchestrates the entire cycle from initial planning and design to parallel section writing, merging, and archiving, tracking progress via a JSON state file.

What is the best way to parallelize blog writing tasks?

The best way to parallelize blog writing is using a config-driven PDCA workflow that executes individual section writing tasks simultaneously during the 'Do' phase, merging the outputs afterwards to optimize generation speed.

Can I use configuration files to generate different types of content like films and blogs?

Yes, config-driven content orchestration adapts to various content types like films and blogs based on your configuration files, structuring the generation process through dedicated Plan, Design, Do, Merge, and Archive phases.

How does the PDCA cycle track progress across different content production phases?

The PDCA cycle tracks progress across content production phases by managing state through a dedicated JSON file, ensuring cohesive tracking from the initial planning stage to the final archiving of the completed work.

Do I need to manually merge sections after parallel content generation?

No, you do not need to manually merge sections after parallel content generation because the workflow includes an automated 'Merge' phase that consolidates the individually written sections into a single cohesive output before archiving.