AI Design Blueprint
AD
AI Design Blueprint
/design.validate

Validate Experience Design

Pro/Teams — first-pass surface-craft review of a FRONTEND artefact (component, screen, or flow) against the 8 laws of the Experience Design Blueprint. The surfa

liveverifiedunknown~5s typical
mcpprobedaidesignblueprint
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-aidesignblueprint-blueprint /design.validate for me.

Input

FieldTypeDescription
implementation_context*stringThe frontend artefact under review. SEND FULL SOURCE VERBATIM — the reviewer cites specifi
taskstringWhat this surface is for (e.g. 'the closed-beta apply form'). Adds evaluation context.
goalsstringSpecific craft/UX goals to weight (e.g. 'WCAG 2.2 AA', 'one primary action per screen').
filesstringFile paths relevant to the artefact, for context.
repositorystringProject/repository key. Groups this run with prior design.validate runs on the same projec
private_sessionbooleanSet true to disable persistence AND run_id recovery for this call (a private one-shot that default false
session_idstringOptional Governed Session to attach this run to (GEP-M2). Must reference a session YOU own

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-aidesignblueprint-blueprint","endpoint":"/design.validate","input":{"implementation_context":"...","private_session":false}}'
cli
npx cracked-ai run -p mcp-com-aidesignblueprint-blueprint -e /design.validate -i '{"implementation_context":"...","private_session":false}'
mcp
run_tool({ provider: "mcp-com-aidesignblueprint-blueprint", endpoint: "/design.validate", input: {"implementation_context":"...","private_session":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.