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
8
Downloadable assets
21
Access
Public, read-only
Current state
Protected validation in the next increment
Content version
3abf424d9bff

In this section

Works with

AnthropicClaude Code
OpenAICodex
CursorCursor
WindsurfWindsurf
GithubCopilotGitHub Copilot
Gemini CLIGemini CLI
De
DeepSeek
Qw
Qwen
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.
OpenAICodexGemini CLIGemini CLIDeepSeekQwen

TEXT

2026-04-16T21:17:42+01:00

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

Agentic Design Blueprint JSON
Structured doctrine and example export for agents and tooling.
OpenAICodex

JSON

2026-04-16T21:17:42+01:00

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

Agentic Design Blueprint Markdown
Single-file markdown export of principles, clusters, and example summaries.
OpenAICodex

MARKDOWN

2026-04-16T21:17:42+01:00

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

Cursor Rules Export
Cursor-compatible doctrine rules file.
CursorCursor

MDC

2026-04-16T21:17:42+01:00

Use it for persistent guidance inside Cursor.

Claude Skill Pack
Claude skill export containing the canonical blueprint skill file.
AnthropicClaude Code

ZIP

2026-04-16T21:17:42+01:00

Use it for always-on doctrine context inside Claude.

Agent Kickoff Prompt Pack
Ready-made prompts for setup, architecture audits, and first retrieval queries.
AnthropicClaude CodeOpenAICodexCursorCursorWindsurfWindsurfGithubCopilotGitHub CopilotGemini CLIGemini CLIDeepSeekQwen

MARKDOWN

2026-04-16T21:17:42+01:00

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

AGENTS.md
Universal repository instruction file for cross-tool Blueprint doctrine.
OpenAICodexCursorCursorWindsurfWindsurfGithubCopilotGitHub CopilotGemini CLIGemini CLI

MARKDOWN

2026-04-16T21:17:42+01:00

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

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

MARKDOWN

2026-04-16T21:17:42+01:00

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

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

MARKDOWN

2026-04-16T21:17:42+01:00

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

Gemini Context File
Persistent project context file for Gemini CLI and related tooling.
Gemini CLIGemini CLI

MARKDOWN

2026-04-16T21:17:42+01:00

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

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

MARKDOWN

2026-04-16T21:17:42+01:00

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

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

MARKDOWN

2026-04-16T21:17:42+01:00

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

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

JSON

2026-04-16T21:17:42+01:00

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

Provider Matrix
Compatibility matrix for provider paths, assets, and current support status.
AnthropicClaude CodeOpenAICodexCursorCursorWindsurfWindsurfGithubCopilotGitHub CopilotGemini CLIGemini CLIDeepSeekQwen

MARKDOWN

2026-04-16T21:17:42+01:00

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

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

MARKDOWN

2026-04-16T21:17:42+01:00

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

Cursor Setup Guide
Copy-first setup guide for Cursor rules with optional MCP retrieval.
CursorCursor

MARKDOWN

2026-04-16T21:17:42+01:00

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

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

MARKDOWN

2026-04-16T21:17:42+01:00

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

GitHub Copilot Setup Guide
Copy-first setup guide for GitHub Copilot repository instructions.
GithubCopilotGitHub Copilot

MARKDOWN

2026-04-16T21:17:42+01:00

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

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

MARKDOWN

2026-04-16T21:17:42+01:00

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

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

MARKDOWN

2026-04-16T21:17:42+01:00

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

OpenAI Actions Status Guide
Truthful status guide for schema-based integrations while public OpenAPI remains deferred.
OpenAICodex

MARKDOWN

2026-04-16T21:17:42+01:00

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