|
|
|
|
|
by doctoboggan
270 days ago
|
|
I do it as well. I have a Claude code instance running in my backend repo, and one running in my frontend repo. If there is required coordination, I have the backend agent write a report for the front end agent about the new backend capabilities, or have the front end agent write a report requesting a new endpoint that would simplify the code. Lots of other people also follow the architect and builder pattern, where one agent architects the feature while the other agent does the actual implementation. |
|