Skip to content

Instantly share code, notes, and snippets.

@d4kine
Last active July 17, 2025 09:41
Show Gist options
  • Save d4kine/539b9ce67725b6850376f4744c26d544 to your computer and use it in GitHub Desktop.
Save d4kine/539b9ce67725b6850376f4744c26d544 to your computer and use it in GitHub Desktop.
Turn your Claude conversation into Claude Code instructions

I had a conversation with you that provided valuable insights. Now, I want to transform that conversation into clear, structured code instructions for Claude Code to implement directly.

Here’s what I need you to do:

  • Extract key implementation steps from the conversation
  • Convert them into actionable code instructions
  • Organize the output clearly (setup, logic, inputs/outputs, etc.)
  • Specify any assumptions or dependencies Claude should be aware of
  • Format it so I can paste it back into Claude to get working code
  • Write the results into a Markdown md file (Artifact)

Take this conversation as content!

Target: Claude Code Goal: Produce structured code instructions from discussion
Audience: Claude Code (as coding assistant)

What Changed:

  • Clear task definition (transform dialog → code instructions)
  • Step-by-step breakdown of what the output should include
  • Formatted for seamless use with Claude
  • Prompt is AI-role-aware (directed toward Claude-as-coder)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment