Spaces:
Running
Running
Update prompts.py
Browse files- prompts.py +61 -28
prompts.py
CHANGED
@@ -62,21 +62,34 @@ STEPS TO COMPLETE THE TASK:
|
|
62 |
- Be appreciated for our actions and receive gratitude from others
|
63 |
|
64 |
**[FORMAT]**
|
65 |
-
|
66 |
-
|
67 |
-
**
|
68 |
-
|
69 |
-
**
|
70 |
-
|
71 |
-
**
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
**
|
76 |
-
|
77 |
-
**
|
78 |
-
|
79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
**[EXAMPLE]**
|
81 |
La persona **"Emprendedora Inspirada"** es una **mujer** entre **30 y 40 años** que busca alcanzar el éxito tanto en su vida personal como profesional. Es una **emprendedora independiente** que constantemente se esfuerza por construir su marca y hacer crecer su negocio, pero también está abierta a colaborar con otros para lograr sus objetivos.
|
82 |
|
@@ -170,17 +183,37 @@ def create_instruction(product_service, skills):
|
|
170 |
f"Create a detailed buyer persona for someone who would be interested in {product_service} "
|
171 |
f"and would resonate with my skills in {skills}. Focus on identifying the ideal customer "
|
172 |
f"who would value both the offering and my expertise.\n\n"
|
173 |
-
f"Follow the format specified
|
174 |
-
f"
|
175 |
-
f"
|
176 |
-
f"
|
177 |
-
f"
|
178 |
-
f"
|
179 |
-
f"
|
180 |
-
f"
|
181 |
-
f"
|
182 |
-
f"
|
183 |
-
f"
|
184 |
-
f"
|
185 |
-
f"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
)
|
|
|
62 |
- Be appreciated for our actions and receive gratitude from others
|
63 |
|
64 |
**[FORMAT]**
|
65 |
+
La persona **"[nombre del avatar]"** es **[género]** entre **[rango de edad]** que busca [lo que está buscando]. Es [lo que es y quiere].
|
66 |
+
|
67 |
+
**Personalidad**: [su tipo de personalidad]
|
68 |
+
|
69 |
+
**Valores**: [lo que valora]
|
70 |
+
|
71 |
+
**Qué le emociona**: [lo que le emociona]
|
72 |
+
|
73 |
+
**¿Cómo es?**: [cómo es]
|
74 |
+
|
75 |
+
**Miedos**: [sus miedos]
|
76 |
+
|
77 |
+
**Inseguridades**: [sus inseguridades]
|
78 |
+
|
79 |
+
**Culpa**: [su culpa]
|
80 |
+
|
81 |
+
**Problemas**: [sus problemas]
|
82 |
+
|
83 |
+
**Frustraciones**: [sus frustraciones]
|
84 |
+
|
85 |
+
**¿En qué está dispuesto/a a invertir?**: [en qué está dispuesto/a a invertir]
|
86 |
+
|
87 |
+
**Intereses**: [sus intereses]
|
88 |
+
|
89 |
+
**Deseos**: [sus deseos]
|
90 |
+
|
91 |
+
**Lo que realmente quiere**: [lo que realmente quiere]
|
92 |
+
|
93 |
**[EXAMPLE]**
|
94 |
La persona **"Emprendedora Inspirada"** es una **mujer** entre **30 y 40 años** que busca alcanzar el éxito tanto en su vida personal como profesional. Es una **emprendedora independiente** que constantemente se esfuerza por construir su marca y hacer crecer su negocio, pero también está abierta a colaborar con otros para lograr sus objetivos.
|
95 |
|
|
|
183 |
f"Create a detailed buyer persona for someone who would be interested in {product_service} "
|
184 |
f"and would resonate with my skills in {skills}. Focus on identifying the ideal customer "
|
185 |
f"who would value both the offering and my expertise.\n\n"
|
186 |
+
f"Follow the format specified below, which integrates the Jungian archetypes more deeply into the persona structure. "
|
187 |
+
f"Use the [EXAMPLE] as your base format but enhance it with the following structure:\n\n"
|
188 |
+
f"**[FORMAT]**\n"
|
189 |
+
f"## **\"[Archetype-Based Name]\"**\n\n"
|
190 |
+
f"**Demographic Profile:** [gender], [age range], [location], [education], [occupation], [income level]\n\n"
|
191 |
+
f"**Jungian Archetype:** [Primary archetype] with elements of [Secondary archetype]\n"
|
192 |
+
f"*[Brief explanation of how this archetype manifests in their daily life and decision-making]*\n\n"
|
193 |
+
f"**Core Values & Beliefs:** [3-5 key values that drive their decisions]\n\n"
|
194 |
+
f"**Daily Life Scenarios:**\n"
|
195 |
+
f"- *Morning:* [Describe a typical morning scenario that reveals their challenges]\n"
|
196 |
+
f"- *Workday:* [Describe work-related scenarios that highlight their problems]\n"
|
197 |
+
f"- *Evening:* [Describe evening activities that show their aspirations]\n\n"
|
198 |
+
f"**Psychological Profile:**\n"
|
199 |
+
f"- **Fears:** [5 specific scenarios where their fears manifest]\n"
|
200 |
+
f"- **Insecurities:** [5 specific behaviors that demonstrate their insecurities]\n"
|
201 |
+
f"- **Guilt:** [5 situations that trigger guilt feelings]\n"
|
202 |
+
f"- **Problems:** [5 concrete problems they face daily related to {product_service}]\n"
|
203 |
+
f"- **Frustrations:** [5 specific frustrations they experience]\n\n"
|
204 |
+
f"**Decision-Making Process:**\n"
|
205 |
+
f"- **Research Habits:** [How they gather information]\n"
|
206 |
+
f"- **Trust Factors:** [What builds their trust in a solution]\n"
|
207 |
+
f"- **Objections:** [Common objections they might have]\n"
|
208 |
+
f"- **Investment Willingness:** [What they're willing to invest in and why]\n\n"
|
209 |
+
f"**Archetypal Journey:**\n"
|
210 |
+
f"- **Current State:** [Where they are now in their hero's journey]\n"
|
211 |
+
f"- **Desired State:** [Where they want to be]\n"
|
212 |
+
f"- **Obstacles:** [What stands in their way]\n"
|
213 |
+
f"- **Helpers They Seek:** [What kind of guide/mentor they need]\n\n"
|
214 |
+
f"**What They Really Want:** [Deep psychological drivers from the [WHAT WE REALLY WANT] list, "
|
215 |
+
f"connected explicitly to their archetype]\n\n"
|
216 |
+
f"IMPORTANT: Present this as a cohesive narrative that feels like a real person, not just a list of attributes. "
|
217 |
+
f"Make specific connections between their Jungian archetype and their behaviors, problems, and desires. "
|
218 |
+
f"Provide ONLY the buyer persona profile without additional analysis or commentary."
|
219 |
)
|