JeCabrera commited on
Commit
e0f275b
·
verified ·
1 Parent(s): d08aa04

Update formulas.py

Browse files
Files changed (1) hide show
  1. formulas.py +29 -18
formulas.py CHANGED
@@ -76,7 +76,7 @@ def create_offer_instruction(avatar_description, product_name, selected_formula_
76
  Args:
77
  avatar_description: Description of the target audience
78
  product_name: Name of the product or service
79
- selected_formula_name: Name of the formula to use ("Fórmula Sueño-Obstáculo" or "Oferta Dorada")
80
 
81
  Returns:
82
  str: Complete instruction for generating the offer
@@ -153,6 +153,26 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
153
  - Create a powerful hook that directly addresses their biggest frustration or anxiety
154
  - Use statements that make them think "this person understands my situation exactly"
155
  - Focus on the emotional impact of their problem, not just the practical aspects
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
156
  - Use statistics, shocking revelations, direct statements or questions
157
  - The hook must create an immediate emotional connection
158
  - IMPORTANT: Vary your opening approach using different formats:
@@ -217,28 +237,19 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
217
  - Ensure all elements address the SAME core problem
218
  - Create a LOGICAL PROGRESSION from problem to solution to implementation
219
  - Maintain thematic consistency throughout the entire offer
220
- - Use one of the 5 structure formats for the final benefit statement
221
  - Be SPECIFIC and CONCRETE - avoid generic superlatives and clichés
222
  - Use PRECISE language that creates a clear mental image
223
  - BANNED PHRASES: "al otro nivel", "en tiempo récord", "como nunca antes",
224
  "revolucionario", "increíble", "asombroso", "el mejor", "único"
225
 
226
- 3. FINAL STRUCTURE FORMAT:
227
- Choose one of these more concise formats for the benefit statement:
228
- 1. "[Feature] para [Benefit] + [prueba social/autoridad] en [tiempo específico]."
229
- 2. "Con [Feature] lograrás [Benefit] + [prueba social/autoridad] en [tiempo específico]."
230
- 3. "Gracias a [Feature] conseguirás [Benefit] + [prueba social/autoridad] en [tiempo específico]."
231
- 4. "Mediante [Feature] alcanzarás [Benefit] + [prueba social/autoridad] en [tiempo específico]."
232
- 5. "Usando [Feature] obtendrás [Benefit] + [prueba social/autoridad] en [tiempo específico]."
233
-
234
- IMPORTANT:
235
- - Keep this section under 30 words when possible
236
- - Focus on ONE primary benefit rather than multiple
237
- - Include ONE specific proof element (number, statistic, or result)
238
- - Specify exact timeframe (días, semanas, meses)
239
- - Eliminate redundant phrases and filler words
240
- - Use PRECISE language instead of vague superlatives
241
- - Be SPECIFIC about results (e.g., "aumentarás ventas un 27%" instead of "llevarás tu negocio al siguiente nivel")
242
  """.format(extracted_name=extracted_name)
243
 
244
  # Create the instruction using the system prompt at the beginning
 
76
  Args:
77
  avatar_description: Description of the target audience
78
  product_name: Name of the product or service
79
+ selected_formula_name: Name of the formula to use
80
 
81
  Returns:
82
  str: Complete instruction for generating the offer
 
153
  - Create a powerful hook that directly addresses their biggest frustration or anxiety
154
  - Use statements that make them think "this person understands my situation exactly"
155
  - Focus on the emotional impact of their problem, not just the practical aspects
156
+ - The hook must create an immediate emotional connection
157
+ - IMPORTANT: Be creative and varied in your approach
158
+
159
+ ATTENTION HOOK EXAMPLES FOR INSPIRATION:
160
+ - "¿Por qué sigues luchando con...?"
161
+ - "¿Qué pasaría si pudieras...?"
162
+ - "¿Te has preguntado por qué no consigues...?"
163
+ - "¿Imaginas cómo sería tu vida si...?"
164
+ - "¿Cuántas veces has intentado...?"
165
+ - "¿Y si te dijera que el problema no es...?"
166
+ - "¿También sientes que...?"
167
+ - "¿Sabías que el 78% de las personas...?"
168
+ - "El 83% de las personas..."
169
+ - "La mayoría de métodos para..."
170
+ - "Sé lo frustrante que..."
171
+ - "Imagina poder..."
172
+ - "Mientras otros..."
173
+ - "Lo que nadie te dice sobre..."
174
+ - "Hace unos años, yo también..."
175
+ - "Si estás cansado de..."
176
  - Use statistics, shocking revelations, direct statements or questions
177
  - The hook must create an immediate emotional connection
178
  - IMPORTANT: Vary your opening approach using different formats:
 
237
  - Ensure all elements address the SAME core problem
238
  - Create a LOGICAL PROGRESSION from problem to solution to implementation
239
  - Maintain thematic consistency throughout the entire offer
 
240
  - Be SPECIFIC and CONCRETE - avoid generic superlatives and clichés
241
  - Use PRECISE language that creates a clear mental image
242
  - BANNED PHRASES: "al otro nivel", "en tiempo récord", "como nunca antes",
243
  "revolucionario", "increíble", "asombroso", "el mejor", "único"
244
 
245
+ 3. THIRD LINE EXAMPLES FOR INSPIRATION:
246
+ - "Usando nuestra metodología comprobada lograrás desenvolverte con confianza en reuniones y entrevistas + testimonios de cientos de profesionales que han mejorado su comunicación en 8 semanas."
247
+ - "Con nuestro sistema de optimización de negocios alcanzarás la rentabilidad que 327 emprendedores ya disfrutan en menos de un trimestre."
248
+ - "Gracias a nuestro método de reprogramación metabólica activarás tu quema natural de grasa, avalado por estudios clínicos con 94% de efectividad en 30 días."
249
+ - "Mediante nuestra estrategia de contenido de alto impacto transformarás tu presencia en redes en un canal de ventas automático en menos de 30 días."
250
+ - "El Sistema de activación bioenergética optimizará tu rendimiento físico y mental desde la primera semana, usado por los CEOs más exitosos del mundo."
251
+ - "Nuestro programa de ventas automatizadas te permitirá generar ingresos mientras duermes, como ya lo hacen más de 200 emprendedores, en menos de 60 días."
252
+ - "A través de nuestro método de copywriting persuasivo duplicarás tus conversiones, comprobado por más de 150 negocios online, dedicando solo 30 minutos al día."
 
 
 
 
 
 
 
 
253
  """.format(extracted_name=extracted_name)
254
 
255
  # Create the instruction using the system prompt at the beginning