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
MDCThe .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.
Security Review Agent Rule
MDCScoped Cursor rule for a security specialist agent. Includes full audit checklist: CSP headers, auth patterns, API key exposure, input validation, and more.
Session Orchestrator Prompt Template
MDCThe 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.
๐Project Templates
FEATURES.yaml Template
YAMLMachine-readable product-marketing contract. Define features with marketing tiers, changelog entries with impact levels. AI agents read this to stay in sync.
WIP.md Protocol Template
MarkdownReal-time agent activity tracker. Prevents file conflicts between concurrent agent sessions. Includes check-in/check-out protocol and conflict resolution.
COO_STATUS.md Template
MarkdownSingle source of project health for the COO agent. Current state, agent roster, priority queue, cross-project dependencies, and blockers.
Async PM Engine Cron Template
MarkdownWeekly 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.
Marketing-Reality Audit Template
MarkdownAutomated weekly audit comparing FEATURES.yaml against the live site. Flags overselling (trust risk), underselling (missed opportunity), and roadmap drift. Includes report template and process.
Operations
CHARTER.md (Traction Gates)
MarkdownStage-gated project definition template with explicit kill criteria to prevent zombie projects.
Open Brain
Open Brain Supabase SQL
SQLDatabase 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 MCP Server
TypeScriptDeno Edge Function that implements the Model Context Protocol (MCP) server for Open Brain. Includes tools for capturing thoughts, semantic search, listing recent, and stats.
Dr. Brian Agent Rules
MDCCursor rule for Dr. Brian, the Knowledge Architect agent who manages the Open Brain project. Includes critical rules for vector search and MCP auth.