I work with long-running, complex software projects that contain multiple domains and integrations.
The current “Projects” feature is flat, which makes it hard to:
-
share canonical architecture and principles across related projects
-
isolate domain-specific context without duplication
-
scale ChatGPT usage for professional / enterprise workflows
A solution would be:
-
parent projects with shared context
-
subprojects that inherit from the parent but can override or extend context
-
clear scoping to avoid context pollution
This aligns with how monorepos, DDD bounded contexts, and enterprise architectures are structured.
For advanced users, this would be a major productivity and correctness improvement.