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.
Also in this section