Coding agents can take a feature from spec to working PR in a single repo. That part is basically solved.

But taking a feature end to end usually means working across multiple repos. You need to configure your agent to understand the architecture across all of them and coordinate work between them. That's where the workflow breaks.

This post is...