From 106f3a75492e88fc8ac3c01574bf5d55aec4d59e Mon Sep 17 00:00:00 2001 From: Ken Judy Date: Thu, 28 May 2026 14:19:31 -0400 Subject: [PATCH] feat: add pdca-framework and pdca-scaffold plugins Register both PDCA skills from kenjudy/pdca-framework v1.1.0 as separate entries using git-subdir source, pointing to the new plugins/ directory structure added in that repo. Co-Authored-By: Claude Sonnet 4.6 --- .claude-plugin/marketplace.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2faeed1..6e380ea 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -47,6 +47,36 @@ "repo": "afbreilyn/afb-tdd" }, "category": "development" + }, + { + "name": "pdca-framework", + "description": "TDD-disciplined AI code generation using Plan-Do-Check-Act methodology. Enforces architecture-first analysis, strict red-green-refactor, Socratic ACT retrospectives, and optional Beads task tracking integration.", + "author": { + "name": "Ken Judy", + "email": "ken@kenjudy.us" + }, + "source": { + "source": "git-subdir", + "url": "https://github.com/kenjudy/pdca-framework.git", + "path": "./plugins/pdca-framework" + }, + "category": "development", + "homepage": "https://github.com/kenjudy/pdca-framework" + }, + { + "name": "pdca-scaffold", + "description": "Generalized PDCA skill generator for any complex repeatable human task. Uses 5-layer Socratic discovery to produce a domain-specific, installable Claude skill with a built-in active learning loop.", + "author": { + "name": "Ken Judy", + "email": "ken@kenjudy.us" + }, + "source": { + "source": "git-subdir", + "url": "https://github.com/kenjudy/pdca-framework.git", + "path": "./plugins/pdca-scaffold" + }, + "category": "development", + "homepage": "https://github.com/kenjudy/pdca-framework" } ] }