Skip to content

v1.1.0

Choose a tag to compare

@kenjudy kenjudy released this 17 Jul 18:18

Install via Claude UI

  1. Download pdca-framework.skill below
  2. Go to claude.ai → Customize → Skills → Add Skill
  3. Upload the file and toggle it on

What is Changed

New Skills

  • pdca-scaffold: 5-layer Socratic discovery to generate a domain-specific PDCA skill for any complex repeatable human task, with an active learning loop
  • daily-retro-pdca: Scaffolded skill for structured daily and weekly retrospection

PDCA Framework Redesigns

  • Socratic ACT phase: ACT retrospective replaced with a five-stage Socratic structure
  • Claude Code injection system: marker-based injection for Claude Code-specific content (plan mode, think/ultrathink prompts, slash commands)
  • Unconditional CHECK and ACT steps: now required items in every plan, not conditional
  • Vacuous greens prevention: stub discipline and conditional-first test selection guidance in DO phase
  • Slash command prompts added to plan phase prompts

Beads and Workflow

  • beads-setup.md: pre-flight check section, MCP server status check, Initializing Beads in a Project section
  • beads-workflow.md: Resume a Session section, Export Requirements Document section
  • export-requirements.sh: new script to generate a structured requirements document from all open epics and tasks
  • Git push is now human-initiated per working agreements; agent only commits

Build and Distribution

  • Removed .beads/ from skill distribution
  • Renamed src/ to pdca-framework/, flattened core/ directory
  • Release workflow: build-scaffold.sh step added, pdca-scaffold.skill attached to GitHub Releases
  • Research citations and acknowledgements added to README

See the README for full documentation.