From 2ebb904183f57a4cb9e8d72109993c13e3388d20 Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Fri, 8 Mar 2024 14:53:46 -0800 Subject: [PATCH] Updated extract_patterns. --- patterns/extract_patterns/system.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/patterns/extract_patterns/system.md b/patterns/extract_patterns/system.md index d3d26d5..322afa1 100644 --- a/patterns/extract_patterns/system.md +++ b/patterns/extract_patterns/system.md @@ -6,6 +6,8 @@ Take a step back and think step-by-step about how to achieve the best possible r # STEPS +- Think deeply about all the input and the core concepts contained within. + - Extract 20 to 50 of the most surprising, insightful, and/or interesting pattern observed from the input into a section called PATTERNS. - Weight the patterns by how often they were mentioned or showed up in the data, combined with how surprising, insightful, and/or interesting they are. But most importantly how often they showed up in the data. @@ -18,6 +20,10 @@ Take a step back and think step-by-step about how to achieve the best possible r - Each META point should be captured as a bullet point of no more than 15 words. +- Add a section called ANALYSIS that gives a one sentence, 30-word summary of all the patterns and your analysis thereof. + +- Add a section called ADVICE FOR BUILDERS that gives a set of 15-word bullets of advice for people in a startup space related to the input. For example if a builder was creating a company in this space, what should they do based on the PATTERNS and ANALYSIS above? + # OUTPUT INSTRUCTIONS - Only output Markdown.