Curated prompts, commands, skills, and agents for AI-assisted product management. A subset of my personal "second brain" repo, published for others to adapt. See How I AI for a full series of posts on how this system works in practice.
These prompts, context files, and commands work with Claude, ChatGPT, OpenCode, Cursor, or any LLM-based coding/writing assistant.
product-philosophy.md-- How I think about product work: problem-first, outcomes over outputs, empowered teamsavoid-ai-patterns.md-- Words, phrases, and structural patterns that make AI writing obviousproject-template.md-- Template for creating a dedicated "project brain" folder for major initiativesstable-facts-template.md-- Template for the stable facts file used by cross-session memory
Product management
draft-review-prd.md-- Draft or review PRDs using a structured Product Opportunity Assessment frameworkreview-okrs.md-- Draft or review OKRs with outcome-over-output discipline and scoring rubricsdebate-product-idea.md-- Simulate a high-stakes product strategy debate with multiple perspectivesreview-spec.md-- Review engineering specs to ensure they faithfully translate product requirements
Development
brainstorming-planning.md-- Build ideas through guided discovery, then produce developer-ready specs
Meta
generate-writing-style.md-- Analyze writing samples and produce a reusable system prompt for style emulationtherapy-session-summary.md-- Summarize therapy session transcripts into structured notes with IFS (Internal Family Systems) support
pm-thinking-- Apply problem-first, outcome-focused product thinking to any product taskinteractive-explainer-- Build self-contained interactive HTML visualizations of processes, algorithms, or systemslinear-walkthrough-- Generate narrative walkthroughs of code, documents, or systems for learning and onboardingdiscord-bot-- Discord bot development guide: Developer Portal setup, Gateway vs Interactions architecture, Cloudflare Workers integration, common gotchas, and verification checklistcheck-skill-- Audit any SKILL.md against best practices: 5 skill killers, anatomy completeness, scoping, and context binding
code-review-- Evidence-based code review with tool-assisted validation and provability classificationblind-validator-- Independently re-fetch and verify every source cited in a draft documentchallenger-- Adversarial reasoning reviewer that finds logic errors, weak explanations, unsupported claims, and gaps that mechanical checklists missfix-assessor-- Read code, map change surface area, check CI/tests, and score feasibility criteria for a proposed fix
/assess-fix-- Assess whether a Jira ticket's fix can be implemented by a technical PM and LLM coding agent, with a Go/No-Go verdict and implementation brief/code-review-- Review changes using three parallel code-review agents, then validate with a fourth/meeting-- Transform a meeting transcript into structured notes with decisions and action items/doc-review-- Review generated files for accuracy, completeness, and style/new-project-- Scaffold a new project brain folder/session-start-- Load recent session context and corrections at the start of a work session/session-end-- Write a session handoff note before ending a work session
cross-session-memory.md-- A four-layer memory system that gives AI agents continuity between sessionsmulti-agent-investigation.md-- Architecture for multi-agent customer escalation investigations with parallel dispatch and blind validation
Most of these files are system prompts or prompt templates you can paste into any LLM conversation. Some are designed for specific tools:
01-context/files work well as persistent context (system prompts, custom instructions, or project knowledge files)02-prompts/files are task-specific prompts you paste when needed.opencode/command/files are OpenCode slash commands (but the prompt content works anywhere).opencode/skills/files are on-demand skills that get loaded when specific topics come up.opencode/agent/files define specialized subagents for specific tasks
These prompts reference a few conventions you'll want to adapt:
- References to
01-context/*.mdfiles point to personal context documents (writing style, philosophy, etc.). Create your own equivalents. - Some prompts mention MCP servers or tool integrations. Replace with whatever tools you use.
- The writing style and product philosophy reflect my preferences. Adjust to match yours.
I'm Rian van der Merwe, a product manager who uses AI tools extensively in my daily work. This repo contains the prompts and context files I've found most useful, published so others can adapt them.
For more on my approach to product management and AI, see product-philosophy.md.
MIT. Use these however you like.