Downloads

The exact files I use to run my AI agents. Cursor rules, project templates, diagnostic scripts, and coordination configs. Battle-tested across 6 projects โ€” yours to steal.

๐Ÿ“‹Cursor Rules

Business Context Rule Template

MDC

The .cursor/rules/business-context.mdc template that every MonkeyRun project uses. Includes WIP protocol enforcement, agent roles, code ownership boundaries, and end-of-session checklist.

business-context.mdc
Download

Security Review Agent Rule

MDC

Scoped Cursor rule for a security specialist agent. Includes full audit checklist: CSP headers, auth patterns, API key exposure, input validation, and more.

security-review.mdc
Download

Session Orchestrator Prompt Template

MDC

The builder-who-triages pattern as a Cursor rule. Session startup protocol: read state โ†’ triage โ†’ brief CEO โ†’ build โ†’ update docs. Includes delegation test (4 criteria) and lifecycle assessment.

orchestrator-prompt.mdc
Download

๐Ÿ“„Project Templates

FEATURES.yaml Template

YAML

Machine-readable product-marketing contract. Define features with marketing tiers, changelog entries with impact levels. AI agents read this to stay in sync.

FEATURES.yaml
Download

WIP.md Protocol Template

Markdown

Real-time agent activity tracker. Prevents file conflicts between concurrent agent sessions. Includes check-in/check-out protocol and conflict resolution.

WIP.md
Download

COO_STATUS.md Template

Markdown

Single source of project health for the COO agent. Current state, agent roster, priority queue, cross-project dependencies, and blockers.

COO_STATUS.md
Download

Async PM Engine Cron Template

Markdown

Weekly PM rhythm: Mon (competitive scan), Wed (market signals), Fri (synthesis + brief). Includes templates for each output, stage-aware configuration, cron setup, and the full handoff chain.

pm-engine-cron.md
Download

Marketing-Reality Audit Template

Markdown

Automated weekly audit comparing FEATURES.yaml against the live site. Flags overselling (trust risk), underselling (missed opportunity), and roadmap drift. Includes report template and process.

marketing-audit-template.md
Download

Operations

CHARTER.md (Traction Gates)

Markdown

Stage-gated project definition template with explicit kill criteria to prevent zombie projects.

charter-traction-gates.md
Download

Open Brain

Open Brain Supabase SQL

SQL

Database schema for the Open Brain persistent memory layer. Includes the thoughts table, HNSW vector index, JSONB metadata index, and the match_thoughts semantic search function.

open-brain-supabase.sql
Download

Open Brain MCP Server

TypeScript

Deno Edge Function that implements the Model Context Protocol (MCP) server for Open Brain. Includes tools for capturing thoughts, semantic search, listing recent, and stats.

open-brain-mcp.ts
Download

Dr. Brian Agent Rules

MDC

Cursor rule for Dr. Brian, the Knowledge Architect agent who manages the Open Brain project. Includes critical rules for vector search and MCP auth.

dr-brian-orchestrator.mdc
Download