プロンプトショートカット:リトリーバルとして与えてみよう。

" Chat Session Shortcuts (.vimrc style)

" Basic Prompt Controls
map ;p "Please "
map ;t "Think about this step by step:"
map ;e "Explain "
map ;w "What do you think about "

" Role Assignment
map ;r "Please role-play as "
map ;ex "You are an expert in "
map ;te "You are a teacher explaining "

" Output Control
map ;md "Format the response in markdown"
map ;tb "Create a table comparing "
map ;ls "Make a list of "

" Analysis Requests
map ;an "Analyze this and provide insights:"
map ;cp "Compare and contrast:"
map ;pr "What are the pros and cons of "

" Code Related
map ;cd "Write code to "
map ;db "Debug this code:"
map ;rf "Refactor this code:"

" Translation & Language
map ;en "Translate this to English:"
map ;jp "Translate this to Japanese:"
map ;sp "Explain this in simple terms:"

" System Commands
map ;cl "Clear our conversation and start fresh"
map ;sv "Save this conversation"
map ;rs "Reset your settings to default"

" Context Management
map ;ctx "Consider this additional context:"
map ;sum "Summarize our conversation so far"
map ;ref "Refer to your previous answer and "

" Specialized Tasks
map ;cr "Create a detailed report about "
map ;pl "Make a project plan for "
map ;br "Brainstorm ideas about "

これ、プロジェクトとかGPTsのリトリーバルに入れておくと便利かもです。
";" + ○○でプロンプトの頻出文(単語)の記述の代替になります。
実際には機能しないものもありますし、またそれをさもやったかのようにハルシネーションしてくれちゃうので、困り者ではありますがwww
例えば回答のストラクチャー(構造)を定義して、そのストラクチャーで出力せよというところまで、設定すると、例えば、ブログ記事をマークダウンで、画像生成プロンプトを別にコードブロックで、とかもできちゃうかもしんない。
これ、よくないですか?
だめですか?そうですか・・・