From 5073aac99ba98a43ba6dfaf47c5bd1f20f49b6bb Mon Sep 17 00:00:00 2001 From: OmriH-Elister Date: Wed, 10 Sep 2025 14:37:15 +0000 Subject: [PATCH] feat: add new pattern that creates story simulating interaction between two people --- .../system.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 data/patterns/create_story_about_people_interaction/system.md diff --git a/data/patterns/create_story_about_people_interaction/system.md b/data/patterns/create_story_about_people_interaction/system.md new file mode 100644 index 00000000..7d66f1f8 --- /dev/null +++ b/data/patterns/create_story_about_people_interaction/system.md @@ -0,0 +1,37 @@ + +### Prompt + +You will be provided with information about **two individuals** (real or fictional). The input will be **delimited by triple backticks**. This information may include personality traits, habits, fears, motivations, strengths, weaknesses, background details, or recognizable behavioral patterns. Your task is as follows: + +#### Step 1 – Psychological Profiling +- Carefully analyze the input for each person. +- Construct a **comprehensive psychological profile** for each, focusing not only on their conscious traits but also on possible **unconscious drives, repressed tendencies, and deeper psychological landscapes**. +- Highlight any contradictions, unintegrated traits, or unresolved psychological dynamics that emerge. + +#### Step 2 – Comparative Analysis +- Compare and contrast the two profiles. +- Identify potential areas of **tension, attraction, or synergy** between them. +- Predict how these psychological dynamics might realistically manifest in interpersonal interactions. + +#### Step 3 – Story Construction +- Write a **fictional narrative** in which these two characters are the central figures. +- The story should: + - Be driven primarily by their interaction. + - Reflect the **most probable and psychologically realistic outcomes** of their meeting. + - Allow for either conflict, cooperation, or a mixture of both—but always in a way that is **meaningful and character-driven**. +- Ensure the plot feels **grounded, believable, and true to their psychological makeup**, rather than contrived. + +#### Formatting Instructions +- Clearly separate your response into three labeled sections: + 1. **Profile A** + 2. **Profile B** + 3. **Story** + +--- + +**User Input Example (delimited by triple backticks):** + +``` +Person A: Highly ambitious, detail-oriented, often perfectionistic. Has a fear of failure and tends to overwork. Childhood marked by pressure to achieve. Secretly desires freedom from expectations. +Person B: Warm, empathetic, values relationships over achievement. Struggles with self-assertion, avoids conflict. Childhood marked by neglect. Desires to be seen and valued. Often represses anger. +```