Slide
How PMs use AI coding tools for knowledge management,
prototyping, and workflow automation
"AI agents are a much better product manager than I ever was"
— Dennis Yang, Principal PM at Chime
A markdown repo where AI can navigate, query, and synthesize all your product knowledge.
product-brain/
├── specs/ PRDs, feature specs
├── insights/ Synthesized research
├── research/ Market analysis, data
├── roadmap/ OKRs, priorities
├── analysis/ Jupyter notebooks
└── prototypes/ Working demos
Always-on context about company, conventions, personas
.github/copilot-instructions.md
Auto-attach when editing specific file patterns
applyTo: "specs/**"
Reusable workflows invoked with slash commands
/feedback-synthesis
Specialized personas with tool restrictions
[Scaffold] from agent picker
A real product initiative at Contoso. We have the spec and research — let's build it together, live.
Before building anything, understand what Contoso already knows about sustainability.
The Explore agent found the sustainability survey insight. Let's dig deeper into the raw data.
Now that we understand the opportunity, let's build a working demo of the Personal Impact Dashboard.
prototypes/sustainability-dashboard/index.htmlBefore stakeholder review, stress-test the approach. Find the blind spots before execs do.
"How do you calculate CO2 offset without supplier data? Using industry estimates risks greenwashing accusations."
"What would need to be true for customers to actually share their Impact Cards? Have you validated that assumption?"
"Who loses if this succeeds? Non-eco products could see cannibalization. Have you modeled that?"
Raw feedback → themed insight document with quotes
PRD → polished stakeholder page
Gather context, surface open questions
Insight → GitHub Issue with labels & context
Explore 3+ variations via cloud coding agent PRs
AI-generated code and analysis needs human review. The 90% that looks correct makes the 10% that's wrong harder to spot.
Measure outcomes (conversion, customer satisfaction) not activity (prompts run, prototypes built). Easy to confuse motion with progress.
When PMs ship prototypes, who owns quality? When AI drafts specs, who validates claims? Define governance before scaling.
"Vibe coding your way to a production codebase is clearly risky."
— Simon Willison
git clone https://github.com/digitarald/product-brain
code product-brain
/ to see available7 demo scenarios in README • 7 custom agents • Real Jupyter notebooks • Interactive prototypes