andrewstellman/quality-playbook
Plugin Claude Code
Find the bugs that AI code review misses. Quality Playbook derives behavioral requirements from your code and docs, then drives review against them.
The Quality Playbook is an open-source skill that turns AI coding agents into rigorous quality engineers. Point it at your code, in any language. Feed it whatever docs you have: READMEs, GitHub issues, Discord threads, AI chat history. It figures out your intent, creates a real requirements spec, and does quality engineering to find real defects.
andrewstellman/quality-playbook
Plugin Claude Code
Find the bugs that AI code review misses. Quality Playbook derives behavioral requirements from your code and docs, then drives review against them.
andrewstellman/quality-playbook
Plugin Claude Code
Orchestrate Quality Playbook runs across multiple repos from one Claude Code session. The harness skill drives a disk-backed state machine via in-session ScheduleWakeup polling: each tick dispatches QPB worker subagents (Task tool), tails their heartbeats, advances the state machine, prints a status table, and…
andrewstellman/quality-playbook
Plugin Claude Code
AI code review catches structural issues — null derefs, leaks, races — about 65% of real defects. The other 35% are intent violations: bugs only catchable when you know what the code is supposed to do. Quality Playbook derives behavioral requirements from your codebase AND your docs (specs, issues, chat history), then.