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

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