AI Design Blueprint
AD
AI Design Blueprint
/spec.validate

Validate Specification Quality

Pro/Teams — first-pass specification-quality review of a WRITTEN SPEC (proposal, design doc, task breakdown, or an OpenSpec-style change bundle) against the 8 l

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 /spec.validate for me.

Input

FieldTypeDescription
implementation_context*stringThe specification under review. SEND FULL TEXT VERBATIM — the reviewer cites specific requ
taskstringWhat this spec is for (e.g. 'the closed-beta apply flow rework'). Adds evaluation context.
goalsstringSpecific quality goals to weight (e.g. 'ready for an agent to build unattended', 'tight sc
filesstringFile paths relevant to the spec, for context.
repositorystringProject/repository key. Groups this run with prior spec.validate runs on the same project
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":"/spec.validate","input":{"implementation_context":"...","private_session":false}}'
cli
npx cracked-ai run -p mcp-com-aidesignblueprint-blueprint -e /spec.validate -i '{"implementation_context":"...","private_session":false}'
mcp
run_tool({ provider: "mcp-com-aidesignblueprint-blueprint", endpoint: "/spec.validate", input: {"implementation_context":"...","private_session":false} })

Try it

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