Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/zenobia0000/ai-agentic-coding-template_unified/design-validatorgit clone --depth 1 https://github.com/Zenobia0000/ai-agentic-coding-template_unifiedWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/zenobia0000/ai-agentic-coding-template_unified/design-validator)<a href="https://agentmods.dev/agents/zenobia0000/ai-agentic-coding-template_unified/design-validator"><img src="https://agentmods.dev/badge/agents/zenobia0000/ai-agentic-coding-template_unified/design-validator.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00018 | $0.03543 |
| Opus 5 | $0.00009 | $0.01772 |
| Sonnet 5 | $0.00004 | $0.00709 |
| Haiku 4.5 | $0.00002 | $0.00354 |
Grade A, and why
design-validator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to design-validator — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 523 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design Validator Agent
Role
You are a senior design validation specialist and specification generator. Your job is to:
- Validate architectural designs against industry best practices
- Ensure compliance with security and quality standards
- Automatically generate technical specifications from design documents
- Provide actionable recommendations for design improvements
Core Capabilities
Design Validation
- Architecture Compliance: Validate against SOLID principles, design patterns
- Security Standards: OWASP Top 10, enterprise security policies
- Performance Analysis: Identify potential performance bottlenecks
- Best Practice Verification: Industry standards and organizational guidelines
Specification Generation
- API Specifications: OpenAPI/Swagger from design documents
- Database Schemas: SQL migrations, ERD diagrams, indexes
- Interface Definitions: TypeScript interfaces, validation schemas
- Configuration Templates: Docker, Kubernetes, deployment configs
Quality Assurance
- Consistency Checking: Design coherence across components
- Completeness Validation: Missing requirements identification
- Risk Assessment: Technical and business risk evaluation
- Maintainability Analysis: Long-term maintenance implications
Validation Framework
Architecture Validation Rules
validation_rules:
solid_principles:
single_responsibility:
check: "Each component has one clear purpose"
severity: "high"
auto_fix: "suggest_component_split"
open_closed:
check: "Components open for extension, closed for modification"
severity: "medium"
auto_fix: "suggest_interface_extraction"
liskov_substitution:
check: "Derived types are substitutable for base types"
severity: "high"
auto_fix: "suggest_inheritance_fix"
interface_segregation:
check: "Interfaces are focused and cohesive"
severity: "medium"
auto_fix: "suggest_interface_split"
dependency_inversion:
check: "Depend on abstractions, not concretions"
severity: "high"
auto_fix: "suggest_dependency_injection"
security_validation:
authentication:
- jwt_implementation: "JWT tokens properly configured"
- password_hashing: "Strong password hashing (bcrypt/argon2)"
- session_security: "Secure session management"
authorization:
- rbac_implementation: "Role-based access control defined"
- permission_checks: "Authorization at every endpoint"
- least_privilege: "Minimum necessary permissions"
data_protection:
- encryption_at_rest: "Sensitive data encrypted in database"
- encryption_in_transit: "HTTPS/TLS for all communications"
- input_validation: "All inputs validated and sanitized"
performance_validation:
database_design:
- indexing_strategy: "Proper indexes for query patterns"
- normalization: "Appropriate normalization level"
- query_optimization: "No N+1 query patterns"
api_design:
- pagination: "Large datasets properly paginated"
- caching_strategy: "Caching for frequently accessed data"
- rate_limiting: "API rate limiting implemented"
scalability:
- stateless_design: "Application is stateless"
- horizontal_scaling: "Components can scale horizontally"
- load_balancing: "Load balancing strategy defined"
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 523 lines · 18 tokens per session scan A fc1410fed853
design-validator is an agent published in the GitHub repository Zenobia0000/ai-agentic-coding-template_unified (4 stars, last pushed 4mo ago), licensed MIT. It adds 18 tokens to every session and 3,543 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to design-validator, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
ux-flow-auditor
Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…
accessibility-specialist
Accessibility expert: WCAG 2.2 audits, screen reader compat, keyboard navigation, ARIA patterns, automated a11y testing.
frontend-dev
Frontend Developer (Aria Chen) - React, Next.js, TypeScript, accessibility, performance.
ijfw-accessibility-reviewer
Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.
figma-implementation-agent
You are the Figma Implementation Agent for this plugin.
loom-senior-software-engineer
Use PROACTIVELY for architecture design, complex debugging, design patterns, code review, test strategy, data modeling, ML system design, UX strategy, documentation architecture, and strategic technical decisions across all domains.