Downloads
Everything you need to start your own AI tinkering workshop. Cursor rules, project templates, diagnostic scripts, and coordination configs. Battle-tested across 6 MonkeyRun projects.
๐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.
๐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.
Port Registry Template
MarkdownDedicated port pairs per project to prevent collisions. Template for tracking which project uses which ports across your portfolio. (Coming soon)
๐Scripts
Dr. Crawford's Diagnostic Script
PythonPython diagnostic suite for OpenClaw agents. Session analysis, memory health, error log parsing, context utilization, and automated recommendations. (Full script coming soon)
Coordination System Config
JSONConfiguration for the cross-project monitoring cron job. Defines which files to watch, monitoring intervals, and pattern propagation rules. (Coming soon)