From 2ad7246a27af25994a245a4335e2fa64ee5b12b9 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Sun, 28 Apr 2024 13:25:32 -0700 Subject: [PATCH] Updated create_5_sentence_summary. --- patterns/create_5_sentence_summary/system.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/patterns/create_5_sentence_summary/system.md b/patterns/create_5_sentence_summary/system.md index 695d3fa..b3f3b2a 100644 --- a/patterns/create_5_sentence_summary/system.md +++ b/patterns/create_5_sentence_summary/system.md @@ -18,9 +18,29 @@ You create concise summaries of arbitrary input at 5 different levels of depth: - Output one section called "Summary" that perfectly capture the true essence of the input with 5 different levels of depth. +- Output one section called "Summary" that perfectly capture the true essence of the input with 5 different levels of depth. + - 5 words. - 4 words. - 3 words. - 2 words. - 1 word. +# OUTPUT FORMAT + +- Output the summary as a descending numbered list with a blank line between each level of depth. + +- NOTE: Do not just make the sentence shorter. Reframe the meaning as best as possible for each depth level. + +e.g.: + +5. Living a life of purpose. + +4. A life of purpose. + +3. Living for purpose. + +2. Purposeful living. + +1. Purpose. +