Skip to main contentSkip to footer
For agents

Cursor

Install the Cursor Rule Pack in one command: it drops the doctrine .mdc rule and MCP config directly into your project.

Install the rule pack

Download `cursor-rule-pack.zip` and unzip it at project root: `curl -L -o /tmp/cursor-rule-pack.zip https://aidesignblueprint.com/agent-assets/cursor-rule-pack.zip && unzip -o /tmp/cursor-rule-pack.zip -d .`. It installs `.cursor/rules/blueprint-doctrine.mdc` and `.cursor/mcp.json`, Cursor picks up both automatically on next reload.

What the rule enforces

The .mdc rule carries the eight core directives: keep agent boundaries explicit, prefer prepare/propose/draft before execute, use human approval for risky actions, show runtime progress, design fallback paths, preserve reversibility, prefer structured outputs, and optimise for production not demo behavior. It activates only when the task involves agentic patterns, not on every file edit.

MCP for live retrieval

The `.cursor/mcp.json` from the rule pack connects Cursor to the Blueprint MCP endpoint. Verify in **Settings → MCP** that the `aidesignblueprint` server appears. Use `principles.search()` or `examples.search()` during a session to pull specific doctrine on demand without loading the full rule into every prompt.

Cursor

Cursor Rule Pack, rules + MCP in one command

The rule pack drops `.cursor/rules/blueprint-doctrine.mdc` and `.cursor/mcp.json` in one command. The .mdc rule is always-on; the MCP endpoint adds live principle, cluster, and example lookups on demand.

Install with curl + unzip

curl -L -o /tmp/cursor-rule-pack.zip \
  https://aidesignblueprint.com/agent-assets/cursor-rule-pack.zip
unzip -o /tmp/cursor-rule-pack.zip -d .

Kickoff prompt

Always apply the blueprint doctrine. Clarify the relevant principle or cluster first, then use the live MCP to search examples and verify runtime, steering, or approval-boundary patterns.

Also in this section