pro-quality
πPluginjodybrewster/pro-dev-skillset
Quality gate skills: requesting + receiving code review, verification-before-completion, validation handoff. Enforces doc freshness before git push and blocks plan saves outside the project directory.
Part of
jodybrewster/pro-dev-skillset
Installation
/plugin marketplace add jodybrewster/pro-dev-skillset/plugin install pro-quality@pro-dev-skillsetMore from this repository10
Marketplace
Universal base skills and guardrails: find-skills and using-pro-dev (the cross-lifecycle router that maps a task to the right phase and skill, including bridge skills like impeccable-bridge, qa-suite, and lavish). /gh universal GitHub workflow command (briefing, new, commit, push, pr, ship, sync, resolve). PreToolUse hook blocks dangerous Bash (force-push to main, rm -rf /, .env redirects, sudo, chmod 777, curl|bash). SessionStart hook nudges parallel subagent dispatch. /pro-dev-doctor health-checks an installed marketplace (plugin coverage, strict validation, routing smoke check).
Execution discipline skills: TDD, systematic debugging, git worktrees, Worktrunk parallel worktree management (/wt), and subagent-driven development. Depends on pro-core for universal guardrails and repo safety. Also installs worktrunk from the worktrunk marketplace via install-companions.sh.
Next.js skills: next-best-practices (auto-applied guardrails for file conventions, RSC boundaries, async APIs, data patterns, error handling, metadata, image/font), next-upgrade (structured upgrade workflow with codemods), next-cache-components (PPR, use cache, cacheLife, cacheTag), shadcn (component installation, theming, composition patterns). Adapted from vercel-labs/next-skills. Also installs vercel and figma from claude-plugins-official via install-companions.sh.
Frontend design skills: design tokens, accessibility audit (WCAG 2.2 POUR), motion system, motion (Framer Motion implementation + discipline), typography scale, shadcn/ui composition, stitch-skill (create/update DESIGN.MD), taste-skill (targeted visual polish pass), plus impeccable-bridge (a thin bridge to the standalone impeccable engine for the full end-to-end UI/UX pass β not vendored) and the /design-engine command to check, install, or update that engine. Install figma from claude-plugins-official via install-companions.sh.
The Verify phase: native Vitest (unit/component), agent-browser (interactive verification), and Storybook interactions, plus qa-suite β a bridge to the petrkindlmann/qa-skills library installed on demand via the /qa-engine command (npx skills add): qa-do/qa-start routers, playwright-automation, visual-testing, api/contract-testing, test-reliability, and QA strategy/risk/planning. Playwright is provided on demand via the qa-suite bridge (/qa-engine), not as a hard plugin dependency.
Data & auth skills: Drizzle ORM (architecture + schema), Prisma schema patterns, NextAuth/Auth.js patterns
Structured Prompt-Driven Development workflow: story decomposition, analysis, REASONS Canvas, generation, prompt update, sync, API test, code review, and reverse engineering. Includes openspdd-ts CLI (bin/openspdd.mjs) for installing templates into any AI editor. Depends on pro-execution for disciplined implementation workflows. Adapted from gszhangwei/open-spdd.
Default Define + Plan skills: interview-me and idea-refine (Define-phase intent extraction and idea refinement, forked from addyosmani/agent-skills), brainstorming, written implementation plans, and lavish β a bridge plus /lavish command for the kunchenguid/lavish-axi CLI that renders agent output (plans, tables, diagrams, diffs, reports) as reviewable HTML artifacts the user annotates in the browser (installed on demand via /lavish-engine). Depends on pro-execution for worktree and subagent execution handoff.
Opt-in GStack workflow adapters: persona-driven planning, review, QA, shipping, browser, security, documentation, and memory workflows. Adapted from garrytan/gstack.