1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【ChatGPT無】でTODOリストをチェックするPromptです。

Last updated at Posted at 2023-07-04

本記事は、ChatGPT(無料版)で
行なっております。GPT4での確認
はできておりません。あしからず。

 どうも、カーブミラーです。

 今回は、
  ビジネスマンなら
   使っている?
    TODOリストを
     上から下に
      チェックしていく
       Promptです。

 まぁ、
  需要が
   あるようには
    思えませんがw
     専用アプリの方が
      機能がいいもんw


 使い方は、
  TODOリストを入力。

  タスクが表示されるので、
   タスク終了したら
    「あ」を入力。

  そうやって、
   タスクを次々と
    処理していきます。
     最後まで。

 「あ」というのは、
  ChatGPTさんの送信は、
   何も入力しないと、
    送信マークが
     有効になって
      くれないために
       チェックのつもりで
        入力しています。

 私は、
  Androidスマホで
   操作しているので
    Space入れてEnterが
     使えません。
      苦肉の策ですw

  Gboard(日本語入力のアレ)は
   確定していなくても
    送信が有効になります。

  だから、
   「あ」を入力して、
    確定せずに、送信できます。

 別の環境
  (WindowsやMac)ならば、
    Space、Enterで
     送信できるかと。
      (未確認)

  その場合は、
   プロンプトの「あ」を
    「(スペース)」に
     書き換えて使ってください。

 ちなみに、
  表示形式は、例を渡して、
   ChatGPTさんにお任せです。

 それと、送信してからの
  タイムラグが、
   ビジネスで
    使用していると、
     つらいかもw

 英訳したPromptを
  使う方がいいのかも。
   英語なら早いから。
  

TODOリスト消化Prompt
# 目的
TODOリストの消化を処理する。

# 注意事項
・コードの生成はしません。
・処理手順の復唱は不要です。
・処理手順は非表示です。
・リストの優先順位は上から下になります。
・結果のみを必要としています。

# 処理手順
1. 待機してください(TODOリストが入力されます)。

2. TODOリストの先頭のタスクを取り出して、次の処理を行います。

3. 「<現在のタスク>」と表示して、ユーザーから入力を促します。

4. ユーザーの入力に応じて、以下の処理を行います。
   - もし「あ」と入力された場合、現在のタスクをTODOリストから削除します。

5. もし、TODOリストにまだ残っているタスクがある場合は、2からの処理を繰り返します。

6. TODOリストが完了したら、「次のTODOリストをお願いします。」と出力して、処理を1に戻します。

# 出力例
次は「タスク」です。


以上の指示を理解できたら、「はい」と答えて、待機してください。

理解できない箇所は、指摘してください。

 次は、使用例です。

 TODOリスト第一段は、
  朝食
  昼食
  夕食

 TODOリスト第二段は、
  仕事
  休憩
  体操

 としましたよ。
 フォーマットは、
  各自でお好きにどうぞ。
   一行がタスクになります。

Prompt使用例
ChatGPT
了解しました。処理手順を理解しましたので、「はい」と答えて待機します。





User
朝食
昼食
夕食

ChatGPT
次は「朝食」です。





User
あ

ChatGPT
了解しました。朝食のタスクが完了しました。

次は「昼食」です。





User
あ

ChatGPT
了解しました。昼食のタスクが完了しました。

次は「夕食」です。





User
あ

ChatGPT
了解しました。夕食のタスクが完了しました。

次のTODOリストをお願いします。





User
仕事
休憩
体操

ChatGPT
次は「仕事」です。





User
あ

ChatGPT
了解しました。仕事のタスクが完了しました。

次は「休憩」です。





User
あ

ChatGPT
了解しました。休憩のタスクが完了しました。

次は「体操」です。





User
あ

ChatGPT
了解しました。体操のタスクが完了しました。

次のTODOリストをお願いします

 最後に、
  英訳Promptを
   用意しました。

TODOリスト消化Prompt(英)
# Objective.
Handle digestion of TODO list.

# Notes.
No code generation.
No need to recite the processing steps.
The processing procedure is hidden.
The priority order of the list is from top to bottom.
Only results are required.

# Processing steps
1. wait (the TODO list will be populated).

2. retrieve the first task on the TODO list and process the following

3. display "<Current Task>" and prompt for input from the user.

4. performs the following processing according to the user's input.
   - If the user inputs "あ", the current task is removed from the TODO list.

5. if there are still tasks remaining on the TODO list, repeat the process from 2.

6. when the TODO list is complete, output "Next TODO list, please." and output the process back to 1.

# Output example
Next is "Tasks".


If you understand the above instructions, please answer "yes" and stand by.

Please point out any parts you do not understand.
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?