JeCabrera commited on
Commit
7193f1a
·
verified ·
1 Parent(s): afdac9f

Update formulas.py

Browse files
Files changed (1) hide show
  1. formulas.py +19 -16
formulas.py CHANGED
@@ -156,7 +156,15 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
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:
159
- * Direct question: "¿Estás cansado de...?"
 
 
 
 
 
 
 
 
160
  * Shocking statistic: "El 83% de las personas..."
161
  * Bold statement: "La mayoría de métodos para..."
162
  * Empathetic observation: "Sé lo frustrante que..."
@@ -175,6 +183,8 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
175
  - Follow this structure: CÓMO [LOGRAR RESULTADO DESEADO] SIN [OBJECIÓN O CREENCIA LIMITANTE]
176
  - NEVER use exclamation marks (!) in this section
177
  - Make the promise both ambitious and believable
 
 
178
 
179
  STEP 3: DEMONSTRATE TRUST AND AUTHORITY
180
  - Include elements that prove your system works:
@@ -208,6 +218,10 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
208
  - Create a LOGICAL PROGRESSION from problem to solution to implementation
209
  - Maintain thematic consistency throughout the entire offer
210
  - Use one of the 5 structure formats for the final benefit statement
 
 
 
 
211
 
212
  3. FINAL STRUCTURE FORMAT:
213
  Choose one of these more concise formats for the benefit statement:
@@ -223,19 +237,8 @@ SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
223
  - Include ONE specific proof element (number, statistic, or result)
224
  - Specify exact timeframe (días, semanas, meses)
225
  - Eliminate redundant phrases and filler words
226
-
227
- 4. COMPLETE OFFER TEMPLATE:
228
- [Varied attention hook using one of the 8 formats above]
229
-
230
- DESCUBRE CÓMO [LOGRAR RESULTADO DESEADO] SIN [MIEDO, CREENCIA LIMITANTE O ESFUERZO INDESEADO].
231
-
232
- [Estructura concisa elegida del punto 3] + [prueba social/autoridad] +
233
- [TIEMPO DE ENTREGA: cuándo verán resultados] + [ESFUERZO DEL CLIENTE: qué tienen que hacer exactamente].
234
-
235
- EXAMPLES OF CLEAR DISTINCTION:
236
- - "Verás resultados en solo 30 días, dedicando apenas 15 minutos diarios."
237
- - "Transformarás tu inglés en 8 semanas, practicando solo 3 veces por semana."
238
- - "Dominarás estas técnicas en 60 días, siguiendo 5 pasos sencillos cada mañana."
239
  """.format(extracted_name=extracted_name)
240
 
241
  # Create the instruction using the system prompt at the beginning
@@ -358,8 +361,8 @@ In this part, we explain the result they will obtain, supported by an authority
358
  [Choose one of the 5 structure formats for Benefit + Authority + Time or Effort]"
359
  """,
360
  "examples": [
361
- # Example 1 - Question format
362
- """¿Estás cansado de que tus prospectos te pregunten y pregunten pero nunca cierren la venta?
363
 
364
  DESCUBRE CÓMO VENDER CON UNA SOLA LLAMADA PRODUCTOS DE MÁS DE $1,000 USD SIN MANIPULAR, MENTIR O FORZAR LA VENTA.
365
 
 
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:
159
+ * Direct question formats (use variety, not just "¿Estás cansado de...?"):
160
+ - Problem-focused: "¿Por qué sigues luchando con...?"
161
+ - Contrast: "¿Qué pasaría si pudieras...?"
162
+ - Challenge: "¿Te has preguntado por qué no consigues...?"
163
+ - Future-oriented: "¿Imaginas cómo sería tu vida si...?"
164
+ - Reflection: "¿Cuántas veces has intentado...?"
165
+ - Provocative: "¿Y si te dijera que el problema no es...?"
166
+ - Empathetic: "¿También sientes que...?"
167
+ - Curiosity: "¿Sabías que el 78% de las personas...?"
168
  * Shocking statistic: "El 83% de las personas..."
169
  * Bold statement: "La mayoría de métodos para..."
170
  * Empathetic observation: "Sé lo frustrante que..."
 
183
  - Follow this structure: CÓMO [LOGRAR RESULTADO DESEADO] SIN [OBJECIÓN O CREENCIA LIMITANTE]
184
  - NEVER use exclamation marks (!) in this section
185
  - Make the promise both ambitious and believable
186
+ - AVOID GENERIC PHRASES like "al otro nivel", "en tiempo récord", "como nunca antes", "revolucionario"
187
+ - Instead, use SPECIFIC, MEASURABLE language that clearly states the exact benefit
188
 
189
  STEP 3: DEMONSTRATE TRUST AND AUTHORITY
190
  - Include elements that prove your system works:
 
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:
 
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
 
361
  [Choose one of the 5 structure formats for Benefit + Authority + Time or Effort]"
362
  """,
363
  "examples": [
364
+ # Example 1 - Question format (updated with more variety)
365
+ """¿Por qué sigues perdiendo oportunidades de venta a pesar de tener prospectos interesados?
366
 
367
  DESCUBRE CÓMO VENDER CON UNA SOLA LLAMADA PRODUCTOS DE MÁS DE $1,000 USD SIN MANIPULAR, MENTIR O FORZAR LA VENTA.
368