Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}