Install via Claude UI
- Download
pdca-framework.skillbelow - Go to claude.ai → Customize → Skills → Add Skill
- Upload the file and toggle it on
pdca-framework.skill — TDD-disciplined AI-assisted code generation with Beads integration.
To generate a custom AI workflow skill for any domain, see human-directed-ai-workflow-builder.
See the README for full documentation.
What is Changed
New Skills
- update-changelog: drafts changelog entries from commits ahead of main, groups by category, writes to CHANGELOG.md after confirmation
Repository Split
- human-directed-ai-workflow-builder moved to its own repository
Documentation
- Added CONTRIBUTING.md
- DO phase: added a fifth mandatory Stub check called-shot item
- Renamed skill/Agent.md to skill/SUPERVISION-PROTOCOL.md
- Reordered skill/README.md so Installation precedes Building from Source; release links point to /releases/latest; manual unzip is now the primary path for Claude Code and Codex with matching PowerShell commands
Repository Changes
- Renamed claude-skill/ to skill/, added Codex installation support
- Fixed PowerShell skill descriptor path in build-skill.ps1
- install-skill.ps1 now prompts for install scope
- GitHub repository renamed from kenjudy/pdca-framework to kenjudy/pdca-agentic-coding-framework
Licensing
- Replaced CC0 with a dual license: CC BY 4.0 for docs/prompts, MIT for source code in skill/
Build and Distribution
- Added .claude-plugin/plugin.json manifest for the Stride plugin marketplace
Dependency Updates
- anthropic >=0.116.0, deepeval >=4.1.0, ruff >=0.15.21, mypy >=2.3.0, pytest >=9.1.1, actions/checkout v6 to v7
See CHANGELOG.md for full details and migration notes.