Hacker News new | ask | show | jobs
by newexpand 93 days ago
The clarification protocol is a smart approach. In my experience running multiple Claude Code agents on the same codebase, the biggest gap isn't prompting — it's visibility. You don't know what each agent decided to do until you check the git log afterward.

Structured docs like ARCHITECTURE.md help agents make better decisions upfront, but I think there's also a need for runtime feedback — knowing which agent changed what, and whether it drifted from the original task while it's still running.

How does oh-my-agent handle multi-agent scenarios where two agents might touch overlapping files?