01 information-architecture-reviewer
CALL THIS AGENT: When planning a new page, sitemap, or URL structure
Decides URL hierarchy, parent/child pages, taxonomy. Confirms the page belongs where you're putting it. Runs BEFORE any design work.
02 ux-architect
CALL THIS AGENT: When mapping user flow before visual design
Maps the user journey (Awareness → Interest → Trust → Intent → Action). Defines what each section needs to achieve and how interactions behave. Plans only — no code.
03 ui-designer
CALL THIS AGENT: When planning visual layout / colour / spacing / typography
Section anatomy, layout structure, token-based colour planning, mobile-first sizing, interactions. Hands a written spec to the builder. Does NOT write code.
04 frontend-builder
CALL THIS AGENT: When writing or editing Astro / Tailwind code
Builds the approved design in clean Astro + Tailwind. Uses existing class system, BaseLayout, semantic HTML, reusable components. No inline styles, no AVIF/JPG (WebP only).
05 a11y-reviewer
CALL THIS AGENT: After frontend-builder has shipped a feature
Checks WCAG 2.1 AA — 4.5:1 contrast, visible focus rings, heading order, keyboard navigation, form labels, 44×44 touch targets, prefers-reduced-motion fallbacks.
06 performance-reviewer
CALL THIS AGENT: Quick perf check after a feature ships
Image formats, DOM weight, lazy loading, JS bundle size, CLS risk. Flags issues but doesn't run the deep audit.
07 performance-optimisation
CALL THIS AGENT: Deep speed audit / before launch
Full Core Web Vitals audit (LCP, CLS, INP), third-party script weight review, hydration strategy. Targets 90+ on PageSpeed mobile. Runs deeper than performance-reviewer.
08 seo-reviewer
CALL THIS AGENT: After build, before launch
H1 hierarchy, meta description, canonical, noindex rules, internal links, structured data (JSON-LD), local SEO signals (NAP, opening hours).
09 marketing-reviewer
CALL THIS AGENT: When messaging / copy / trust signals need review
Value proposition clarity, trust signals (Google rating, accreditations, years in business), service positioning. Applies copy fixes directly.
10 security-reviewer
CALL THIS AGENT: When a form, embed, third-party script, or env var is touched
OWASP Top 10 frontend issues. Forms, scripts, unsafe HTML, exposed secrets, external links missing rel=noopener, CSP coverage.
11 conversion-reviewer
CALL THIS AGENT: Final gate before declaring a page done
CTA clarity, CTA placement, booking flow, friction points, overall journey. Last in the chain — assesses the page in its final state.
12 visual-qa-reviewer
CALL THIS AGENT: Ad-hoc when built output looks off
Supplementary — checks the built result matches the design plan. Catches implementation gaps between ui-designer's spec and what shipped.