AI Design Blueprint Doctrine

AI Design Blueprint Doctrine

he industry standard reference for safe, observable, and steerable AI agent UX. Browse and search 10 Blueprint principles, clusters, curated implementation examples, and application guides. 13 public tools require no credentials.

Category
Visit Server

README

AI Design Blueprint Integrations

integrations MCP server

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 files
  • mcp/: public MCP configuration and usage notes
  • docs/setup/: copy-first setup guides by tool
  • cursor/, windsurf/, github-copilot/, gemini/: provider-specific instruction files
  • open-weights/: static prompt packs for open-weight and local model workflows
  • exports/: structured doctrine export

Public contract

Canonical public endpoints:

  • Site: https://aidesignblueprint.com
  • MCP: https://aidesignblueprint.com/mcp
  • Developer docs: https://aidesignblueprint.com/en/for-agents

Quick start

  1. Pick a setup guide in docs/setup/.
  2. Add the relevant file or MCP config to your own repository or client.
  3. If using MCP, initialize against https://aidesignblueprint.com/mcp.
  4. Run the first proof call:
    • clusters.list()
  5. 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 silently
  • signals.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; set private_session=true to skip all server-side logging for that call
  • team.summarize(days_back?, private_session?) — Pro/Teams; usage reflection and recommended next assets
  • me.add_evidence(course_slug, stage_id, note)

Feedback and value signal rules

  • Only call signals.report after 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.feedback when the user explicitly asks to leave feedback. Never prompt for it proactively.
  • Never include proprietary code, file contents, or secrets in brief_context.

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured