Skip to main contentSkip to footer
For agents

Use the blueprint as a built-in doctrine layer for coding agents and broader agent runtimes.

This public release gives agents a read-only MCP endpoint, deterministic doctrine exports, and installable artifacts for Claude, Codex, Cursor, Windsurf, GitHub Copilot, Gemini CLI, DeepSeek, Qwen, and broader agent tooling. It is the smallest useful distribution layer, designed for real agent consumption.

Key Facts

Public tools
12
Authenticated tools
12
Downloadable assets
29
Skill packs
5 installable, Claude Code, Codex, Cursor, Gemini CLI, Qwen Code
Access
Public, read-only
Content version
09daf72e385f
Pro · Teams

Meet the Architect Agent

Call architect.validate to get a Blueprint Readiness Score (0–100, A–F grade) on real code, principle by principle. History is persisted per repository so the next run shows what regressed and what improved.

Sample score card

B
82/ 100

Production-ready

▲ 7

acme/customer-agent

Works with

AnthropicClaude Code
OpenAICodex
CursorCursor
WindsurfWindsurf
GithubCopilotGitHub Copilot
Gemini CLIGemini CLI
De
DeepSeek
Qw
Qwen

In this section

Live endpoint

Public MCP

Read-only public HTTP endpoint. Retrieve principles, clusters, and examples with direct tool calls.
Skills + Rules

Skill packs & rules

Skill pack for Claude, .mdc rules for Cursor, workspace rule for Windsurf. Always-on doctrine without live round-trips.
Static files

Provider instructions

AGENTS.md, copilot-instructions.md, GEMINI.md, DeepSeek/Qwen prompt packs, llms.txt. One file per client, ready to download.

Runtime architecture

From agent demos to runtime discipline

A capable model is not a runtime architecture. If agents are going to trigger workflows, load files, use tools, delegate work, and act across channels, the runtime needs clear patterns for control, visibility, and recovery. This cluster helps teams design those patterns deliberately.

Define triggers, context, and boundaries before increasing autonomy
Make control, observability, and recovery explicit in the runtime
Choose the right operational patterns before delegating to workflows

Downloads

All artifacts are generated from the same structured doctrine and example source. Repeated builds should not drift unless the source content changes.

llms.txt

Root discovery document for agent clients and ingestion tools.
CodexGemini CLIDeepSeekQwen

Use it as the quick discovery document for agent clients and ingestion layers.

TEXT2026-06-02T10:27:40+01:00
Download

Agentic Design Blueprint JSON

Structured doctrine and example export for agents and tooling.
Codex

Use it for local bundling, indexing, or machine-readable retrieval.

JSON2026-06-02T10:27:40+01:00
Download

Agentic Design Blueprint Markdown

Single-file markdown export of principles, clusters, and example summaries.
Codex

Use it for human review, offline reading, or quick context injection.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Cursor Rules Export

Cursor-compatible doctrine rules file.
Cursor

Use it for persistent guidance inside Cursor.

MDC2026-06-02T10:27:40+01:00
Download

Claude Skill Pack

Claude skill export containing the canonical blueprint skill file.
Claude Code

Use it for always-on doctrine context inside Claude.

ZIP2026-06-02T10:27:40+01:00
Download

Claude Code Starter Pack

Drop-in Claude Code project pack — installs CLAUDE.md as project memory, .mcp.json at project root registering the AIDB MCP server (Claude Code v2.x project-scope location per the official docs), .claude/settings.json with hooks + permissions, and 4 hook scripts mapped to doctrine principles (PreToolUse / PostToolUse / UserPromptSubmit / Stop). Distinct from claude-skill-pack.zip — that's the slim single-SKILL.md export; this is the full deterministic project enforcement bundle.
ZIP2026-06-02T10:27:40+01:00
Download

Codex Skill Pack

Codex skill package — installs into .agents/skills/agentic-design-blueprint/SKILL.md for always-on local doctrine context.
ZIP2026-06-02T10:27:40+01:00
Download

Cursor Rule Pack

Cursor rule pack — installs .cursor/rules/blueprint-doctrine.mdc and .cursor/mcp.json in one unzip command.
ZIP2026-06-02T10:27:40+01:00
Download

Gemini Skill Pack

Gemini CLI Agent Skill — installs into .agents/skills/agentic-design-blueprint/SKILL.md for always-on local doctrine context.
ZIP2026-06-02T10:27:40+01:00
Download

Qwen Code Skill Pack

Qwen Code skill package — installs into .qwen/skills/agentic-design-blueprint/SKILL.md for always-on local doctrine context.
ZIP2026-06-02T10:27:40+01:00
Download

Agent Kickoff Prompt Pack

Ready-made prompts for setup, architecture audits, and first retrieval queries.
Claude CodeCodexCursorWindsurfGitHub CopilotGemini CLIDeepSeekQwen

Use it to start from ready-made prompts for setup, lookup, and audits.

MARKDOWN2026-06-02T10:27:40+01:00
Download

AGENTS.md

Universal repository instruction file for cross-tool Blueprint doctrine.
CodexCursorWindsurfGitHub CopilotGemini CLI

Use it as the shared doctrine file for repos and tools that read AGENTS.md.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Windsurf Rule

Workspace rule file for Windsurf or any markdown-based instruction slot.
Windsurf

Use it as the Windsurf workspace rule or as a persistent markdown doctrine file.

MARKDOWN2026-06-02T10:27:40+01:00
Download

GitHub Copilot Instructions

Repository custom instructions for GitHub Copilot based on the Blueprint doctrine.
GitHub Copilot

Use it as `.github/copilot-instructions.md` for persistent GitHub Copilot guidance.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Gemini Context File

Persistent project context file for Gemini CLI and related tooling.
Gemini CLI

Use it as project context for Gemini CLI, with llms.txt as optional support.

MARKDOWN2026-06-02T10:27:40+01:00
Download

DeepSeek Prompt Pack

Prompt pack for local or open-weight DeepSeek workflows.
DeepSeekLocal runtimes

Use it as a ready-made prompt pack for DeepSeek and local open-weight workflows.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Qwen Prompt Pack

Prompt pack for local or open-weight Qwen workflows.
QwenLocal runtimes

Use it as a ready-made prompt pack for Qwen and local runtimes without MCP.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Claude MCP Config

Copy-ready MCP config for Claude Code using the public read-only endpoint.
Claude Code

Use it as the copy-ready MCP config for Claude Code.

JSON2026-06-02T10:27:40+01:00
Download

Codex Config Snippet

Copy-ready TOML config snippet for Codex using the public read-only endpoint.
Codex

Use it as the TOML snippet for `~/.codex/config.toml` when configuring MCP in Codex.

TOML2026-06-02T10:27:40+01:00
Download

Provider Matrix

Compatibility matrix for provider paths, assets, and current support status.
Claude CodeCodexCursorWindsurfGitHub CopilotGemini CLIDeepSeekQwen

Use it to choose the right path for each tool, primary file, and fallback.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Claude Code Setup Guide

Copy-first setup guide for Claude Code, the public MCP endpoint, and proof calls.
Claude Code

Use it as the step-by-step guide for the skill pack, MCP config, and proof call.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Codex Setup Guide

Copy-first setup guide for Codex, the public MCP endpoint, and local doctrine fallbacks.
Codex

Use it to install Blueprint in Codex with `codex mcp add` or `config.toml`.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Cursor Setup Guide

Copy-first setup guide for the Cursor Rule Pack (.mdc + MCP config) with optional MCP retrieval.
Cursor

Use it to install the Cursor rule and decide when to add MCP.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Windsurf Setup Guide

Copy-first setup guide for Windsurf workspace rules and shared repo doctrine.
Windsurf

Use it to install the Windsurf workspace rule and shared AGENTS.md layer.

MARKDOWN2026-06-02T10:27:40+01:00
Download

GitHub Copilot Setup Guide

Copy-first setup guide for GitHub Copilot repository instructions.
GitHub Copilot

Use it to install GitHub Copilot repo instructions without overclaiming support.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Gemini CLI Setup Guide

Copy-first setup guide for Gemini CLI project context and local support files.
Gemini CLI

Use it to place GEMINI.md and llms.txt in the Gemini CLI setup.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Local Models Setup Guide

Copy-first setup guide for DeepSeek, Qwen, and other open-weight local runtimes.
DeepSeekQwenLocal runtimes

Use it to choose the right prompt pack for local or open-weight runtimes.

MARKDOWN2026-06-02T10:27:40+01:00
Download

OpenAI Actions Status Guide

Truthful status guide for schema-based integrations while public OpenAPI remains deferred.
OpenAI / GPT actions

Use it to understand the truthful current state of OpenAI schema-based integrations.

MARKDOWN2026-06-02T10:27:40+01:00
Download

Qwen Code Setup Guide

Copy-first setup guide for Qwen Code: skill pack install (.qwen/skills/) and MCP registration.
MARKDOWN2026-06-02T10:27:40+01:00
Download