Design Review Brief
Scaffolds an agent brief for conducting a comprehensive design review. The rendered brief instructs an agent to audit visual consistency, design token coverage, accessibility compliance, and component-level coherence against a design system. Produces a structured findings report with prioritized recommendations.
| Name | brief-design-review |
| Version | 0.1.0 |
| Category | design |
| License | Apache-2.0 |
| Persona | design |
| Tags | brief, design-review, accessibility, design-system, audit |
| Source | templates/brief-design-review |
Render it
Three front doors, one catalog. Pick whichever suits the caller.
# CLI
npx @nanohype/sdk render brief-design-review --out ./my-app
# SDK
import { LocalSource, renderTemplate } from "@nanohype/sdk";
const result = await renderTemplate(source, "brief-design-review", variables);
# MCP — from an agent
get_template({ name: "brief-design-review" })Variables
Required
ProjectNamestring- Name of the project under review
Optional
DesignSystemUrlstring — defaults to- URL to the design system documentation or Figma library
TargetPlatformstring — defaults toweb- Primary platform being reviewed (web, ios, android, cross-platform)
AuditScopestring — defaults tofull- Scope of the review (full, component-only, page-level, token-audit)
What it produces
1 files. Placeholder names such as __APP_NAME__ are what the renderer substitutes into.
brief.mdComposes with
- Pairs with
design-system - Pairs with
design-tokens - Pairs with
component-inventory - Nests inside
monorepo