Native Integration Between ChatGPT Projects and Codex

Feature Request: Native Integration Between ChatGPT Projects and Codex

Problem

Many users perform their product thinking, research, planning, UX decisions, technical specifications, and business discussions inside a ChatGPT Project.

They then move to Codex to implement the product.

Today, these two workflows are not fully connected. Users must manually transfer context, copy specifications, update documentation, and repeatedly explain their intentions to Codex.

This can lead to:

  • loss of important product context;
  • inconsistencies between the original idea and the implementation;
  • repeated prompts and duplicated work;
  • technical decisions that do not fully reflect the user’s intentions;
  • outdated specifications inside the code repository.

Proposed solution

Allow users to connect a ChatGPT Project directly to a Codex project or code repository.

The connected ChatGPT Project would act as the product and strategic context layer, while Codex would remain the specialized implementation agent.

Core features

1. Shared project context

Codex could access selected elements from the connected ChatGPT Project, such as:

  • project instructions;
  • approved conversations;
  • product requirements;
  • UX and design decisions;
  • technical specifications;
  • uploaded documents;
  • roadmaps;
  • business rules;
  • user feedback;
  • architectural decisions.

The user should be able to choose exactly which information Codex can access.

2. “Send to Codex” action

ChatGPT could display a native action such as:

Send directive to Codex

After a product discussion, ChatGPT could automatically convert the decision into a precise Codex task containing:

  • the objective;
  • relevant project context;
  • acceptance criteria;
  • affected files or components;
  • technical constraints;
  • tests to run;
  • documentation to update.

The user would review and approve the directive before execution.

3. Context-aware task generation

Because ChatGPT understands the complete history and intentions of the project, it could create more precise development directives than a standalone coding prompt.

This should make Codex outputs:

  • more aligned with the user’s product vision;
  • more consistent with previous decisions;
  • less dependent on repeated explanations;
  • safer and easier to validate.

4. Bidirectional synchronization

After completing a task, Codex could return a structured report to the ChatGPT Project containing:

  • changes made;
  • files modified;
  • tests performed;
  • unresolved issues;
  • architectural decisions;
  • new technical limitations;
  • recommended next steps.

ChatGPT could then update the product documentation and continue the strategic discussion using the latest implementation state.

5. Shared source of truth

ChatGPT and Codex could maintain synchronized project documents such as:

  • PRODUCT.md;
  • AGENTS.md;
  • ARCHITECTURE.md;
  • ROADMAP.md;
  • DECISIONS.md;
  • DESIGN_SYSTEM.md;
  • CHANGELOG.md.

Users could decide whether these documents live in the ChatGPT Project, the repository, or both.

6. Permissions and approval controls

The integration should include granular controls:

  • select which chats and files are shared;
  • read-only or editable access;
  • approval before sending a task;
  • approval before modifying important files;
  • visibility into the exact context provided to Codex;
  • ability to disconnect the projects at any time.

Example workflow

  1. A user discusses a new feature inside their ChatGPT Project.
  2. ChatGPT analyzes the existing product vision, UX rules, architecture, and previous decisions.
  3. ChatGPT proposes a complete implementation directive.
  4. The user clicks “Send to Codex”.
  5. Codex modifies the repository, runs the tests, and prepares a summary.
  6. The result is returned to the original ChatGPT Project.
  7. ChatGPT updates the roadmap, documentation, and recommended next steps.

Example use case

A user building a health application discusses a new coach dashboard inside ChatGPT.

The project already contains information about:

  • the target users;
  • privacy requirements;
  • health-data restrictions;
  • the design system;
  • the existing mobile experience;
  • the backend architecture;
  • the expected coach and athlete workflows.

ChatGPT converts all this context into a precise Codex directive. Codex can therefore implement the feature without the user manually rewriting the full context.

Benefits

This integration would:

  • connect product thinking directly to implementation;
  • reduce context loss;
  • improve the quality of Codex outputs;
  • make ChatGPT Projects more useful for long-term software development;
  • reduce repetitive prompting;
  • improve consistency across product, design, and engineering;
  • create a more complete end-to-end development workflow inside OpenAI products.

Suggested product concept

ChatGPT Project = product brain and source of intent

Codex = specialized engineering and execution layer

Connecting the two would allow users to move naturally from an idea, to a decision, to an implementation, while preserving the full project context.