Version Log Template
Version history without context is useless. Recording why a change was made and how it performed prevents teams from reverting good changes or repeating failed experiments.
Create a version log entry for this prompt update. Prompt name: {{prompt_name}} Previous version: {{previous_version}} New version: {{new_version}} Generate a structured version log entry: ## Version {{version_number}} - {{date}} ### Changes - [List each specific change made] ### Reason for update [Why was this change needed? What problem did the previous version have?] ### Test results - Model tested: [model name] - Input used: [test input summary] - Previous output quality: [1-5 rating + brief note] - New output quality: [1-5 rating + brief note] ### Rollback notes [Under what circumstances should we revert to the previous version?]
Variables to customize
Why this prompt works
Version history without context is useless. Recording why a change was made and how it performed prevents teams from reverting good changes or repeating failed experiments.
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.