joinwell52

CodeFlow - Command your AI dev team from your phone. Open source.

by
CodeFlow orchestrates multi-role AI teams (PM/DEV/QA/OPS) in Cursor IDE. The CDP patrol engine reads Cursor's DOM in 10ms — 60x faster than OCR — with 100% accuracy. It detects busy agents via Stop button visibility, switches roles with native browser events, and auto-degrades to OCR if anything fails. Send tasks from your phone as markdown files, agents execute on PC autonomously. 4 team templates, bilingual, MIT licensed. 87 person-days done in 17 days.

Add a comment

Replies

Best
joinwell52
Hi Product Hunt! I'm the maker of CodeFlow.

I started by writing a tutorial on how to run a 4-role AI team in Cursor IDE. The result was surprising: 87 person-days of work completed in 17 days, 91 production deployments, zero incidents.

But the setup was manual and fragile. OCR-based agent monitoring was slow (300-800ms) and only ~90% accurate. So I rebuilt the entire patrol engine on **Chrome DevTools Protocol (CDP)**.

### What CDP changed:

| | OCR (before) | CDP (now) |
|---|---|---|
| Accuracy | ~90% | **100%** |
| Latency | 300-800ms | **10-15ms** |
| Agent detection | Screenshot guessing | DOM query exact match |
| Click method | Screen coordinates | Native browser events |

CDP reads Cursor's DOM directly — `div[role="tab"]` for agent tabs, `aria-selected` for active state, Stop button visibility for busy detection. Every CDP step auto-degrades to OCR if anything fails. Zero stuck states.

### The full stack:

- **Desktop EXE** (v2.10.1): CDP patrol engine monitors all agents, auto-nudges stuck tasks, self-heals frozen Cursor windows, full EN/ZH bilingual (130+ i18n keys)
- **Phone PWA**: Send "do a security audit" from your couch, come back to find the report
- **MCP Plugin**: Init teams, dispatch tasks, read reports — all from Cursor chat
- **Protocol**: Every task is `TASK-20260414-003-PM-to-DEV.md`. The filename IS the routing. No databases, no message queues.

4 team templates (dev/media/mvp/qa), full EN+ZH bilingual, MIT licensed. GitHub community health: 100%.

Try the PWA right now on your phone:
https://joinwell52-ai.github.io/...

CDP technical deep-dive:
https://github.com/joinwell52-AI...

Would love your feedback!