What problem does it solve? Prompt changes in production often ship without versioning, testing, or rollback, causing silent quality regressions that users discover before the team does. This Skill treats prompts as first-class infrastructure with the same rigor as application code. ## Core Features & Use Cases - Prompt Registry: Build file-based or database-backed registries with version history, environment promotion (dev to staging to prod), and audit trails. - Eval Pipeline: Create golden datasets and automated eval runners (exact match, LLM-as-judge, schema validation) that gate every prompt change in CI. - Governed Iteration & A/B Testing: Run the full branch-develop-eval-review-promote lifecycle with stable-assignment A/B tests and one-command rollback. - Use Case: A team with prompts hardcoded across their app uses this Skill to centralize prompts into a versioned registry, add a 100-example golden dataset, and block any prompt deploy that drops the eval pass rate below threshold. ## Quick Start Audit how our production prompts are currently stored and design a versioned prompt registry with an eval pipeline and rollback plan.