claude-code - 💡(How to fix) Fix [FEATURE] "Send to Claude Code" action from a Project chat (analogous to the Figma Design → Claude Code handoff) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#54286Fetched 2026-04-29 06:31:24
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1
RAW_BUFFERClick to expand / collapse

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 working inside a Project in Claude Desktop, my workflow today is:

Open the project. Ask Claude something — usually clarification, scoping, or planning that benefits from the project's accumulated context, custom instructions, and attached files. Manually copy Claude's resulting prompt / plan / spec. Paste it into Claude Code in a separate window/terminal so it can actually execute against my codebase.

That last copy-paste hop is friction, and it loses structure. If the assistant produced a prompt that includes file references, code blocks, or follow-up steps, I have to manually reconstruct that as a single coherent input for Claude Code. The hand-off is also lossy w.r.t. project context — Claude Code doesn't automatically inherit anything I set up in the Project. There is already a precedent for solving exactly this in another integration: from a Figma Design surface, there is an "Open in Claude Code" action that ships the design context directly into a Claude Code session in one click. Doing the same from a Project chat would be the natural extension.

Proposed Solution

Add a "Send to Claude Code" action available from a Project chat (and ideally from any chat). Two reasonable placements:

A button in the chat composer area (next to the model picker / + attachment button), so the user can decide before sending: "this whole prompt should go to Claude Code, not be answered here." A per-message action on any assistant response (similar to the existing copy / regenerate actions), so the user can take a prompt Claude just produced and forward it to Claude Code in one click.

What gets handed off:

The selected prompt or assistant message body (preserved as-is, including markdown, fenced code blocks, and file references). Optionally, a compact summary of the project context (custom instructions, list of attached files / project knowledge) so Claude Code starts with the same baseline the project chat had. A way for the user to pick which Claude Code session/working directory to deliver into, with the most recently used one as the default.

Alternative Solutions

Status quo (manual copy-paste). Works, but it's the friction this request exists to remove, and it loses formatting fidelity. MCP-based bridge. Setting up a custom MCP server to forward content from Desktop to Code is overkill for a workflow that's already supported in spirit by the Figma → Code path. Just opening the same prompt in Code mode of the same Desktop window. Not equivalent — Claude Code typically runs against a specific working directory and has tools (Bash, file I/O, MCPs scoped to the repo) that the chat surface does not.

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

The workflow this targets — "think in chat with full project context, then execute in Claude Code" — is, anecdotally, already how a lot of users mix the two surfaces. Making it first-class would (a) reduce manual steps, (b) reduce errors from imperfect copy-paste, and (c) put structured context (file refs, code blocks) into Claude Code in a form it can act on directly. Same direction the Figma integration already established — this would just generalize that affordance to plain text/markdown prompts originating in a Project chat.

Claude for Mac version: 1.4758.0 (fb266c) macOS: Tahoe 26.4.1

extent analysis

TL;DR

Implement a "Send to Claude Code" action in the Project chat to streamline the workflow and reduce manual steps.

Guidance

  • Consider adding a button in the chat composer area to allow users to decide whether to send the prompt to Claude Code or have it answered in the chat.
  • Implement a per-message action on assistant responses to enable users to forward prompts to Claude Code in one click.
  • Ensure the handoff includes the selected prompt or message body, preserved as-is, including markdown, fenced code blocks, and file references.
  • Provide an option for users to pick which Claude Code session/working directory to deliver into, with the most recently used one as the default.

Example

No code snippet is provided as the issue focuses on the feature request and workflow improvement.

Notes

The proposed solution aims to reduce friction and errors in the current workflow, and its implementation should be considered a high priority given its potential impact on user productivity.

Recommendation

Apply workaround: Implement the proposed "Send to Claude Code" action to improve the workflow and reduce manual steps, as it aligns with the existing Figma integration and addresses a critical user need.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] "Send to Claude Code" action from a Project chat (analogous to the Figma Design → Claude Code handoff) [1 comments, 2 participants]