builder-product

June 16, 2026 · View on GitHub

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.

→ Visual overview

Works standalone or alongside A Team, builder-ai, builder-design, and builder-growth.

Skills

SkillWhat It Enforces
mvp-scope-validatorCore hypothesis extracted and scope reduced to minimum before any PRD is written
prd-quality-gateUser problem + success metric + scope boundary + anti-goals before any estimate
feature-scopingWritten scope before estimate; estimate before commit; no open-ended "we'll see" specs
metric-definitionNorth star, guardrail, and diagnostic metrics with baselines before build begins
user-research-synthesisInsight → decision chain documented; no "users said X" without "therefore we will Y"
ab-test-designHypothesis, metric, sample size, duration, stopping rule, decision rule before any test runs
ai-feature-validationHallucination UX, trust calibration, capability scope, and reversibility in every AI PRD

Agents

AgentRole
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

Install

# 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/

The builder-* Ecosystem

PackDomainSkillsAgents
A TeamEngineering baseline1926
builder-aiLLM engineering85
builder-designAI UI design85
builder-productProduct quality73
builder-growthGrowth & messaging63

All packs share the same enforcement model: Completion Statement Formats that require real values, not summaries.

License

MIT — Ricardo Romão Marques Braga