Route implementation tasks across this monorepo by ownership and risk. Use when a request touches multiple areas, has unclear scope boundaries, or needs a precise handoff between frontend, backend, and infra contributors.
Use this skill to decide ownership, split work, and hand off tasks without scope drift.
Use this ownership map:
apps/frontend/** -> frontend ownerapps/backend/** -> backend ownerdocker-compose.yml, Dockerfiles, .github/workflows/**, root scripts -> infra ownerPrefer one owner when possible. Split only when one of these is true:
When splitting, assign disjoint write scopes.
When passing work, include all of the following:
Use references/handoff-template.md as the default handoff format.