Skip to content

Memory sharing — export/import memory between similar projects #5

@Nagendhra-web

Description

@Nagendhra-web

Feature

Export memory from one project and import relevant parts into another.

Use case: You build a Next.js + Prisma + Stripe app. You start a new project with the same stack. Instead of re-discovering the same decisions, import the relevant patterns.

How it would work:

  • "export memory patterns" generates a portable MEMORY-EXPORT.md
  • Strips project-specific details, keeps reusable decisions and patterns
  • "import memory from [path]" loads it into a new project's memory
  • Claude adapts imported patterns to the new project's specifics

Why this matters:
Developers repeat the same architectural decisions across projects. Memory sharing turns past experience into a reusable asset.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions