Original Reddit post

I’ve been building a fairly complex side project with Bolt, but after hitting the usual limits, I’m now transitioning the development workflow to Claude Code. The interesting part is that I’m still using ChatGPT Go as the “orchestrator” around Claude Code: ChatGPT manages and analyzes my Trello board I ask ChatGPT to figure out what should be done next ChatGPT generates a precise prompt/spec that I paste into Claude Code Claude Code implements it and gives me the result I bring Claude’s response back to ChatGPT ChatGPT reviews it, checks it against the project context/Trello tasks, and tells me what to do next So basically: Trello → ChatGPT → Claude Code → ChatGPT → Trello It’s a bit of a weird hybrid workflow, but I’m finding it useful because ChatGPT keeps the higher-level project context while Claude Code actually works directly on the codebase. Curious if anyone else is using Claude Code this way, especially with another LLM acting as the “PM / reviewer” layer. submitted by /u/lnkkonito

Originally posted by u/lnkkonito on r/ClaudeCode