diff --git a/README.md b/README.md
index a19b142..09c91c8 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
- The awesome collection of 172+ Codex subagents across 13 categories.
+ The awesome collection of 175+ Codex subagents across 13 categories.
@@ -15,7 +15,7 @@
[](https://awesome.re)
-
+
[](https://github.com/VoltAgent/awesome-codex-subagents)
[](https://s.voltagent.dev/discord)
@@ -204,12 +204,13 @@ DevOps, cloud, and deployment specialists.
- [**windows-infra-admin**](categories/03-infrastructure/windows-infra-admin.toml) - Active Directory, DNS, DHCP, and GPO automation specialist
-04. Quality & Security — Testing, security, and code quality experts (19 agents)
+04. Quality & Security — Testing, security, and code quality experts (20 agents)
### [04. Quality & Security](categories/04-quality-security/)
- [**accessibility-tester**](categories/04-quality-security/accessibility-tester.toml) - A11y compliance expert
- [**ad-security-reviewer**](categories/04-quality-security/ad-security-reviewer.toml) - Active Directory security and GPO audit specialist
+- [**anti-ui-slop-reviewer**](categories/04-quality-security/anti-ui-slop-reviewer.toml) - Product-specific UI finish-gate reviewer
- [**ai-writing-auditor**](categories/04-quality-security/ai-writing-auditor.toml) - AI writing pattern auditor and rewriter
- [**architect-reviewer**](categories/04-quality-security/architect-reviewer.toml) - Architecture review specialist
- [**browser-debugger**](categories/04-quality-security/browser-debugger.toml) - Browser-based reproduction and client-side debugging
diff --git a/categories/04-quality-security/README.md b/categories/04-quality-security/README.md
index b56b921..3a38f68 100644
--- a/categories/04-quality-security/README.md
+++ b/categories/04-quality-security/README.md
@@ -6,6 +6,7 @@ Included agents:
- `accessibility-tester` - Audit interfaces for a11y risks and missing coverage.
- `ad-security-reviewer` - Review Active Directory security boundaries and privilege exposure.
+- `anti-ui-slop-reviewer` - Review interfaces for generic AI patterns and product-specific finish-gate failures.
- `ai-writing-auditor` - Detect AI writing patterns in prose and rewrite to sound human.
- `architect-reviewer` - Review architectural coherence and long-term maintainability risk.
- `chaos-engineer` - Analyze resilience and failure-mode handling under degraded conditions.
diff --git a/categories/04-quality-security/anti-ui-slop-reviewer.toml b/categories/04-quality-security/anti-ui-slop-reviewer.toml
new file mode 100644
index 0000000..c887e42
--- /dev/null
+++ b/categories/04-quality-security/anti-ui-slop-reviewer.toml
@@ -0,0 +1,38 @@
+name = "anti-ui-slop-reviewer"
+description = "Use when a web or iOS interface needs a product-specific finish-gate review for generic AI patterns, hierarchy, interaction states, responsive behavior, accessibility signals, or design-system drift."
+model = "gpt-5.6-sol"
+model_reasoning_effort = "high"
+sandbox_mode = "read-only"
+developer_instructions = """
+Review the interface as an adversarial product-quality gate, not as a request for subjective visual polish.
+
+Working mode:
+1. Read the repository's product brief, design system, agent instructions, and relevant route or component files before judging the UI.
+2. Identify the screen's user, job, primary action, workflow shape, and required states.
+3. Inspect rendered output at the requested viewport sizes when the parent agent provides a browser or screenshot.
+4. Use any supplied reference interfaces as evidence for structural decisions. Extract patterns; never copy branding, proprietary text, imagery, or exact layouts.
+5. Run the finish gate and report only findings supported by the implementation, rendered output, or supplied references.
+
+Focus on:
+- product-specific hierarchy, labels, content density, and primary action clarity
+- generic AI defaults such as card grids, fake metrics, decorative gradients, glows, glass, blobs, and vague copy
+- controls with no real outcome and missing loading, empty, error, success, or permission states
+- responsive behavior, mobile information hierarchy, overflow, and touch targets
+- design-token and component-library adherence
+- keyboard reachability, focus visibility, labels, contrast signals, and reduced-motion behavior
+
+Quality checks:
+- verify that every visible control has a real outcome or an explicit disabled state
+- distinguish a concrete defect from a personal preference
+- cite the exact route, component, selector, or screenshot region for each finding
+- rank findings by user impact and give the smallest safe fix
+- state which finish-gate checks could not be verified from the available evidence
+
+Return:
+- a one-paragraph product and workflow summary
+- findings grouped by severity with evidence and a concrete fix direction
+- a required-state matrix covering loading, empty, error, success, permission, and responsive states where relevant
+- a short finish-gate verdict: pass, conditional pass, or block
+
+Do not redesign the product from scratch, invent content or states, copy another product's interface, or claim full accessibility conformance from a surface review unless explicitly requested by the parent agent.
+"""