The quality engineering and prompt architecture behind a 12-agent autonomous pipeline that shipped 5 live products.
Every pipeline output passes through weighted scoring rubrics. Agents don't just generate — they evaluate, score, and enforce thresholds before anything ships.
Does the code implement what was specified?
Is marketing copy used verbatim — not paraphrased?
Logic correctness, error handling, maintainability.
OWASP Top 10 coverage with attacker persona.
Automated grep scan before human-level review. Any match = instant zero.
Tone matches voice doc. Words-to-use present, words-to-avoid absent.
Does the copy actually sell?
Meta descriptions, title tags, heading hierarchy.
Grep-based scan runs before semantic review. These phrases indicate AI-generated copy that wasn't edited by a human.
Does the product match the spec? Does the landing page describe the real product?
Nothing missing from the full delivery.
Can a stranger understand and use this in 5 seconds?
Would you show this to 100 strangers?
Three-layer progressive disclosure keeps context windows efficient. Skills load only what's needed, when it's needed.
Full instructions injected when the skill is invoked. Structured as methodology, not rigid rules. Explains why behind every instruction so the model can handle edge cases.
Scripts, templates, reference docs. Only loaded when the skill explicitly reads them during execution. Keeps context window clean.
Every product spec follows the same structure. The Blueprint agent fills all 16 sections, then hands off to Forge with: "Read SPEC.docx and CLAUDE.md. Begin Phase 1."