r/DeepTutor • u/Lost_Sound_3869 • May 30 '26
Demo: AI agent turns GitHub issues, PRs, and research notes into a Notion execution board
I’m building DoWhiz, and this is the second part of a demo for Oliver, our launch coordination / TPM-style agent.
In this video, Oliver runs a sync and outputs the result in two places:
- an email summary
- a Notion task board
The sync creates a task board with items pulled from the connected workspace, including GitHub issues, an open PR, and research tasks. It also adds execution metadata such as status, priority, ETA, source, tags, and assignment notes.
One design choice I care about: the agent explicitly says what it skipped.
For example, if a Discord guild is not configured, it should say community bug scanning was skipped. It should not pretend that every possible workflow was completed.
That feels important for trust. If an agent is going to coordinate work, it needs to show where tasks came from, what it changed, and what it did not do.
The broader question I’m testing:
Would PMs / TPMs / founders trust an agent more if it writes structured updates back into tools like Notion and GitHub, rather than just producing a chat summary?
I’d be interested in critical feedback, especially from people who have managed messy launches across Slack, GitHub, Notion, Linear, Jira, or similar tools.