Prompt Migration Guide
A validation step for each migrated prompt catches formatting issues that silently degrade output quality in the new system.
I'm migrating my prompts from {{source_system}} to {{target_system}}.\n\nTotal prompts: {{prompt_count}}\nCurrent organization: {{current_organization}}\nKey requirements: {{requirements}}\n\nCreate a migration plan:\n1. Pre-migration audit: what to clean up before moving\n2. Mapping: how the current structure maps to the target system\n3. Migration order: which prompts to move first (by priority/usage)\n4. Validation: how to verify each prompt works after migration\n5. Cutover plan: when to switch from old system to new\n6. Rollback: how to revert if something goes wrong
Variables to customize
Why this prompt works
A validation step for each migrated prompt catches formatting issues that silently degrade output quality in the new system.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.