From qq
Reviews game design documents from implementer's perspective: self-consistency, playability, buildability, codebase gaps. Validates against codebase.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qq:post-design-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Respond in the user's preferred language (detect from their recent messages, or fall back to the language setting in CLAUDE.md).
Respond in the user's preferred language (detect from their recent messages, or fall back to the language setting in CLAUDE.md).
Review a game design document from an implementer's perspective.
Arguments: $ARGUMENTS (path to a design document, or empty to use the most recent design doc in Docs/qq/)
*_design.md in Docs/qq/./qq:plan. If invoked with --auto (or called from a skill running in --auto mode): run qq-execute-checkpoint.py pipeline-advance --project . --completed-skill "/qq:post-design-review" --next-skill "/qq:plan", then invoke /qq:plan --auto <document-path>.npx claudepluginhub tykisgod/quick-questionValidates design documents before planning. Uses a 9-point checklist to catch specification gaps and assess architecture, test strategy, and handoff quality.
Reviews design and implementation docs from analysis-process for document quality, internal consistency, and technical soundness before implementation-process.
Validates implementation plans against requirements and design documents, flagging missing coverage, ambiguities, and design divergences.