kenjudykenjudyCommunityยท1 Agent Skills Included

pdca-code-generation-process

Human-supervised PDCA cycle for disciplined code generation

Guides developers through a Plan-Do-Check-Act workflow for AI-assisted coding with strict test-driven development. Prevents code duplication, quality drift, and unsupervised agent behavior through mandatory human checkpoints. Includes phase prompts, validation checklists, retrospectives, and optional task tracking for multi-session work.
npx skills add kenjudy/pdca-code-generation-process --all -g -y
Available:

Instructs the agent on issue tracking, mandatory human approval gates before pushing code, TDD rules, and how to build and run the PDCA skill phases.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install pdca-code-generation-process?โ–ผ

Run `npx skills add kenjudy/pdca-code-generation-process --all -g -y` in your terminal to install the PDCA framework skill globally.

What is the PDCA framework for AI coding?โ–ผ

It is a Plan-Do-Check-Act workflow that keeps humans in control of AI code generation through structured prompts, mandatory stop gates, and test-driven development.

Does it work with Claude Code and Codex?โ–ผ

Yes. The built skill installs into both Claude Code and Codex skill directories, and manual prompts work with any AI coding tool.

Why use human supervision with AI code generation?โ–ผ

Research shows unsupervised AI coding increases duplicated code and reduces delivery stability. This framework adds checkpoints so you catch problems early.

Can I track work across multiple sessions?โ–ผ

Yes. The optional beads integration provides git-backed task tracking and searchable retrospectives for features spanning days or weeks.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’