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.
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.