Skip to main contentSkip to footer
For agents

Claude Code

Install the Blueprint doctrine layer and live MCP config for Claude Code and Claude projects.

Skill pack install

Download the claude-skill-pack.zip from the agent assets page. Import it into a Claude project or workspace skill library. The skill pack includes /audit-doctrine — a slash command that fetches all principles from the live MCP server and produces a gap report aligned to the four doctrine clusters.

MCP configuration

Add the Blueprint MCP server to your Claude settings. The public endpoint is https://aidesignblueprint.com/mcp with transport type streamable-http. No authentication header is required for public read-only tools. Set the server name to "agentic-blueprint" for consistent tool resolution.

First command

Run /audit-doctrine to execute a full doctrine review against the live MCP endpoint. The command navigates key site pages with Playwright and produces a gap report aligned to delegation, visibility, trust, and orchestration clusters. This validates both the skill install and the MCP connection in one step.

AnthropicClaude Code
Skill pack + live MCP
Install the blueprint skill first for always-on doctrine context, then add the MCP endpoint for live search, clusters, and examples.

MCP config

{
  "aidesignblueprint": {
    "type": "http",
    "url": "https://aidesignblueprint.com/mcp"
  }
}

Kickoff prompt

Use the blueprint as a doctrine layer. Read the relevant principles first, then query the live MCP for clusters, examples, and assets. Start with list_clusters and propose the next useful lookup.

Also in this section