Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By RBraga01
AI product quality enforcement: 6 skills and 3 agents for product teams
npx claudepluginhub rbraga01/a-team --plugin builder-productUse before running any experiment that will inform a product decision. All six elements — hypothesis, metric, sample size, duration, stopping rule, and decision rule — must be defined before the test starts. Blocks "we'll stop when we see something" completions.
Use before any AI feature is approved for build. Covers four AI-specific risks that standard PRD review misses: hallucination UX, trust calibration, scope creep, and reversibility. Blocks "we validated it like any other feature" completions.
Use before any engineering estimate is made. Requires a written scope before an estimate, and a written estimate before a commit. Blocks "we'll scope as we go" and "just give me a rough number" completions.
Use before writing any implementation code for a new feature. North star metric, guardrail metrics, and diagnostic metrics must be defined — with baselines — before the build begins. Blocks "we'll figure out the metrics from the data" completions.
Use before committing scope, estimate, or engineering time to any feature. Requires user problem, success metric, scope boundary, and anti-goals defined before any estimate is made. Blocks "we'll define success once we see the data" completions.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Universal multi-agent infrastructure: 25 specialist agents, 17 enforced workflow skills, and a lead orchestrator
AI growth quality enforcement: 6 skills and 3 agents for growth teams
AI UI design quality enforcement: 8 skills and 5 agents for UI design teams
AI product quality enforcement: 8 skills and 5 agents for LLM product teams
Skills and agents that enforce product quality before engineering time is committed: problems defined before scopes, metrics instrumented before builds, research synthesised into decisions before planning, and AI features validated for hallucination UX, trust calibration, and reversibility before approval.
Works standalone or alongside A Team, builder-ai, builder-design, and builder-growth.
| Skill | What It Enforces |
|---|---|
prd-quality-gate | User problem + success metric + scope boundary + anti-goals before any estimate |
feature-scoping | Written scope before estimate; estimate before commit; no open-ended "we'll see" specs |
metric-definition | North star, guardrail, and diagnostic metrics with baselines before build begins |
user-research-synthesis | Insight → decision chain documented; no "users said X" without "therefore we will Y" |
ab-test-design | Hypothesis, metric, sample size, duration, stopping rule, decision rule before any test runs |
ai-feature-validation | Hallucination UX, trust calibration, capability scope, and reversibility in every AI PRD |
| Agent | Role |
|---|---|
product-critic (Sonnet) | Reviews PRDs and feature specs against all skill gates; PASS / CONDITIONAL / BLOCK |
metric-designer (Sonnet) | Designs measurement frameworks with verified baselines before features are built |
research-synthesiser (Opus) | Synthesises user research into an insight → decision chain |
# bash (macOS / Linux / WSL)
bash <(curl -fsSL https://raw.githubusercontent.com/RBraga01/builder-product/master/install.sh)
# PowerShell (Windows)
irm https://raw.githubusercontent.com/RBraga01/builder-product/master/install.ps1 | iex
Or clone directly:
git clone https://github.com/RBraga01/builder-product
cp -rn builder-product/skills your-project/
cp -rn builder-product/.claude your-project/
| Pack | Domain | Skills | Agents |
|---|---|---|---|
| A Team | Engineering baseline | 18 | 25 |
| builder-ai | LLM engineering | 8 | 5 |
| builder-design | AI UI design | 8 | 5 |
| builder-product | Product quality | 6 | 3 |
| builder-growth | Growth & messaging | 6 | 3 |
All packs share the same enforcement model: Completion Statement Formats that require real values, not summaries.
MIT — Ricardo Romão Marques Braga