Original Reddit post

what i am trying to do is use Claude Code like a real multi-agent system: Opus 4.7 writes the project plan using Superpowers skill then Opus delegates coding tasks to sub-agents like DeepSeek or MiniMax the sub-agents write the code then Opus reviews, fixes, and integrates everything i searched a lot and barely found anyone doing this properly. i tried asking Opus and the best workaround right now seems to be using Haiku wrappers to send commands to pi-agents, but this feels slow, messy, and hard to track/debug. what i really want is proper orchestration where Opus can spawn scoped sub-agents, monitor them, and review their outputs automatically instead of using prompt-chain hacks. is this actually hard to build right now or is the ecosystem just still immature? submitted by /u/Fz1zz

Originally posted by u/Fz1zz on r/ClaudeCode