currently trying to create an automated version of my existing product development and management workflows:
#### Existing Workflow
Currently how i debug our current products.
```mermaid
flowchart TD;
A[bug posted on notion] ==>|notion bug task| B((manus ai))
B ==> C{prompt}
github-mcp -.->|codebase and pr| C{prompt}
notion-mcp -.->|bug docs| C{prompt}
supabase-mcp -.->|rls and db struc| C{prompt}
C{prompt} ==> |pr created| D((codex ai))
D((codex ai)) ==> |+contex +auto| E[PR Created]
```
new: [[orchestrator implementation v1]]