Skip to content

Share conversation context from Claude.ai to Claude Code #13843

Description

@Rahillasne

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

When planning a project or feature in Claude.ai (web/desktop), I often go through multiple iterations of brainstorming, architecture decisions, and technical planning. Once I'm ready to implement, I have to manually copy-paste context or re-explain everything when I switch to Claude Code. This breaks the flow between planning and building, and Claude Code loses all the nuanced context from the planning conversation.

Proposed Solution

Add a "Send to Claude Code" button or export option in Claude.ai conversations. This would package the conversation context (or a summary of it) into a format Claude Code can import. Ideally:

One-click export from Claude.ai
Import command in Claude Code like /import-context or a flag like claude --from-chat
Claude Code would then have full awareness of the planning discussion and can pick up where the conversation left off

Alternative Solutions

Currently I copy-paste key parts of the conversation into a markdown file or manually summarize the plan in Claude Code's initial prompt. This is tedious and loses nuance.

Priority

High - Significant impact on productivity

Feature Category

Other

Use Case Example

I'm building something, and I spend 30 minutes in Claude.ai planning my multi-agent architecture, discussing tradeoffs, and finalizing the approach. Now I want to actually build it. I click "Send to Claude Code," open my terminal, run claude --continue or similar, and Claude Code already knows the full plan and starts implementing without me re-explaining anything.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions