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" } ] }