AI Design Blueprint Doctrine
OfficialThis server provides tools to explore and interact with the AI Design Blueprint doctrine — a structured framework of principles, examples, and guides for designing safe, well-governed AI agent systems.
📖 Public Retrieval (Anonymous)
Browse & get principles, clusters, examples, application guides, and downloadable assets by stable slug
Search principles, examples, and guides via free-text queries (by challenge, failure mode, keyword, difficulty, library, etc.)
📡 Signals & Feedback (Anonymous, Opt-In)
Report value moments (
signals.report) — record structured value events (e.g. workflow clarity, time saved)Submit feedback (
signals.feedback) — provide qualitative ratings and notes on what helped or is missing
🔐 Authenticated Tools (Bearer Token Required)
Validate architecture (Pro/Teams) — evaluate code, workflows, or architecture against Blueprint principles, with coverage findings and example recommendations
Summarize team usage (Pro/Teams) — review usage patterns and recommended next assets
Track learning progress — view course progress, certification status, Capstone eligibility, and coaching context
Add evidence notes — append free-text notes to course stages to document implementation decisions
🤝 Handoffs (Authenticated)
Operator handoff — escalate to a human operator for support or account-specific follow-up
Partnership handoff — submit ecosystem, design partner, training, or advisory inquiries
Agency handoff — request hands-on expert engagement (sprint, proof-of-concept, pilot, or advisory)
AI Design Blueprint Integrations
Official integrations and installable doctrine for AI Design Blueprint across MCP, IDE rules, prompt files, and agent runtimes.
What is in this repo
shared/: cross-tool doctrine filesmcp/: public MCP configuration and usage notesdocs/setup/: copy-first setup guides by toolcursor/,windsurf/,github-copilot/,gemini/: provider-specific instruction filesopen-weights/: static prompt packs for open-weight and local model workflowsexports/: structured doctrine export
Related MCP server: FleetQ
Public contract
Canonical public endpoints:
Site:
https://aidesignblueprint.comMCP:
https://aidesignblueprint.com/mcpDeveloper docs:
https://aidesignblueprint.com/en/for-agents
Quick start
Pick a setup guide in
docs/setup/.Add the relevant file or MCP config to your own repository or client.
If using MCP, initialize against
https://aidesignblueprint.com/mcp.Run the first proof call:
clusters.list()
Then run a second proof call:
examples.search(query="orchestration visibility steering", limit=3)
Public MCP tools
Public retrieval tools (anonymous-allowed, read-only)
principles.list(cluster?)clusters.list()principles.get(slug)clusters.get(slug)examples.get(slug)principles.search(query, limit?)examples.search(query, principle_ids?, difficulty?, library?, limit?)assets.list()guides.list()guides.get(slug)guides.search(query, limit?)
Public signal tools (anonymous-allowed, opt-in write)
signals.report(event_type, surface_used?, brief_context?, perceived_value?, workflow_stage?, would_recommend?, team_size?)— records a value moment; only offer after the user clearly expresses something was useful; never call automatically or silentlysignals.feedback(task_type?, surface?, rating_clarity?, rating_usefulness?, what_helped?, what_missing?, would_use_again?, contact_email?, permission_to_follow_up?)— explicit qualitative feedback; only call when the user explicitly asks to leave feedback
Signal tools write only the structured fields you pass. No prompts, no code, no file contents are stored. See the privacy policy for full data-handling details.
Protected tools (authenticated, not part of anonymous setup path)
me.learning_path()me.coaching_context()architect.validate(implementation_context, ..., private_session?)— Pro/Teams; scores agentic code against the 10 principles; setprivate_session=trueto skip the stored run for that calldesign.validate(implementation_context, ..., private_session?)— Pro/Teams; the surface mirror: scores a rendered frontend artefact against the 8 experience-design laws (own weekly bucket)spec.validate(implementation_context, ..., private_session?)— Pro/Teams; the what-to-build lens: scores a written specification against the 8 spec-quality laws (own weekly bucket)team.summarize(days_back?, private_session?)— Pro/Teams; usage reflection and recommended next assets across all three validator lensesme.add_evidence(course_slug, stage_id, note)
Feedback and value signal rules
Only call
signals.reportafter the user has clearly expressed that something was useful. Never call automatically or silently. Offer at most once per session after a clear success signal.Only call
signals.feedbackwhen the user explicitly asks to leave feedback. Never prompt for it proactively.Never include proprietary code, file contents, or secrets in
brief_context.
Governance badges
Show that your agent or repo follows the Blueprint doctrine.
Free badge — paste into your README.md (no account required):
[](https://aidesignblueprint.com)Pro badge — run architect.validate() via the MCP. The response includes run_id, badge_url, and review_url:
[](https://aidesignblueprint.com/en/readiness-review/<run_id>)The Pro badge displays your tier (Governed · X/Y or Reviewed · X/Y) and links to a public readiness review page. Requires a Pro or Beta account.
What is intentionally not here yet
no public OpenAPI schema
no public HTTP API contract beyond MCP and static assets
no CLI installer
no speculative partner-specific distributions
Source of truth
This repo is intended to mirror the canonical public contract already shipped on aidesignblueprint.com.
Before publishing changes here, verify:
/mcp/llms.txt/agent-assets/[slug]/en/for-agents
remain consistent with the files committed in this repo.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceA Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.Last updated21,139,61260,192MIT
- AlicenseAqualityAmaintenanceAI Agent Mission Control — 200+ MCP tools across 31 domains. Manage agents, experiments, workflows, crews, skills, tools, credentials, approvals, signals, budgets, marketplace, knowledge bases, chatbots, and more. Self-hosted, open-source (AGPL-3.0). Supports stdio + Streamable HTTP/SSE with OAuth 2.0 auth.Last updated3456AGPL 3.0
- AlicenseAqualityAmaintenanceThe interface protocol for AI agents. 8 kernel primitives + 16 stdlib operations to operate any interface. Forge once, run forever — zero AI at runtime. 81 skills across 41 sites.Last updated1112MIT
- AlicenseAqualityCmaintenanceProvides AI agents with direct access to the Ray Group DeFi UX rubric, named patterns, and cognitive-bias glossary for grounded UX assessments of DeFi protocols.Last updated5MIT
Related MCP Connectors
Read-only tools over the Safer Agentic AI framework: 238 patterns + 14 heuristics.
Design-system contract verification, scoring, and review tools for AI agents.
Search harness engineering, agentic AI patterns, architectures, governance and agent taxonomy.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aidesignblueprint/integrations'
If you have feedback or need assistance with the MCP directory API, please join our Discord server