Spaces:
Sleeping
Sleeping
Update formulas.py
Browse files- formulas.py +189 -154
formulas.py
CHANGED
|
@@ -210,165 +210,200 @@ INSTRUCCIONES ESPECÍFICAS PARA LA OFERTA DORADA:
|
|
| 210 |
- Elimina cualquier signo de exclamación y lenguaje exagerado
|
| 211 |
"""
|
| 212 |
},
|
|
|
|
| 213 |
"Fórmula Sueño-Obstáculo": {
|
| 214 |
"description": """
|
| 215 |
-
Formula: [Type + Name + Dream + Obstacle]
|
| 216 |
-
|
| 217 |
-
This formula connects directly with the client's desires and concerns, adapting to the market sophistication level ({sophistication_level}):
|
| 218 |
-
|
| 219 |
-
1. Type: The solution type (training, product, or service)
|
| 220 |
-
2. Name: Your solution's name
|
| 221 |
-
3. Dream: The big dream or result the client wants to achieve
|
| 222 |
-
4. Obstacle: The obstacle that would normally prevent achieving that dream
|
| 223 |
-
|
| 224 |
-
### **Adaptation by Sophistication Level ({sophistication_level}):**
|
| 225 |
-
|
| 226 |
-
#### **Level 1 - New Market:**
|
| 227 |
-
- Type: Use simple and straightforward language
|
| 228 |
-
- Dream: Focus on basic and direct benefits
|
| 229 |
-
- Obstacle: Mention universal and common obstacles
|
| 230 |
-
|
| 231 |
-
#### **Level 2 - Initial Competition:**
|
| 232 |
-
- Type: Add differentiators to the solution type
|
| 233 |
-
- Dream: Include specific metrics and results
|
| 234 |
-
- Obstacle: Contrast with existing solutions
|
| 235 |
-
|
| 236 |
-
#### **Level 3 - Saturated Market:**
|
| 237 |
-
- Type: Introduce proprietary terminology
|
| 238 |
-
- Dream: Emphasize unique mechanisms
|
| 239 |
-
- Obstacle: Highlight innovative approaches
|
| 240 |
-
|
| 241 |
-
#### **Level 4 - Skeptical Market:**
|
| 242 |
-
- Type: Use data-backed terms
|
| 243 |
-
- Dream: Include proofs and case studies
|
| 244 |
-
- Obstacle: Address deep objections with evidence
|
| 245 |
-
|
| 246 |
-
#### **Level 5 - Desensitized Market:**
|
| 247 |
-
- Type: Focus on transformation and movement
|
| 248 |
-
- Dream: Connect with values and higher purpose
|
| 249 |
-
- Obstacle: Address emotional and philosophical barriers
|
| 250 |
-
|
| 251 |
-
**Suggested solution types:**
|
| 252 |
-
- Online course
|
| 253 |
-
- Webinar
|
| 254 |
-
- Training
|
| 255 |
-
- Program
|
| 256 |
-
- Workshop
|
| 257 |
-
- Mentorship
|
| 258 |
-
- Consulting
|
| 259 |
-
- Membership
|
| 260 |
-
- System
|
| 261 |
-
- Method
|
| 262 |
-
- Service
|
| 263 |
-
- Product
|
| 264 |
-
- Application
|
| 265 |
-
- Community
|
| 266 |
-
- Masterclass
|
| 267 |
-
|
| 268 |
-
**Suggested opening variations:**
|
| 269 |
-
- "Se trata de un..."
|
| 270 |
-
- "Presentamos un..."
|
| 271 |
-
- "Te ofrecemos un..."
|
| 272 |
-
- "Descubre nuestro..."
|
| 273 |
-
- "Conoce el..."
|
| 274 |
-
- "Hemos creado un..."
|
| 275 |
-
- "Imagina tener acceso a un..."
|
| 276 |
-
- "Por fin existe un..."
|
| 277 |
-
- "Ahora puedes acceder a un..."
|
| 278 |
-
- "Tenemos para ti un..."
|
| 279 |
-
- "Disfruta de un..."
|
| 280 |
-
|
| 281 |
-
**Structure Format (Classic example):**
|
| 282 |
-
"Se trata de un (training, product or service) llamado ("name of your solution") que te va a permitir (big dream) aún y cuando (big obstacle)"
|
| 283 |
-
""",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 284 |
"examples": [
|
| 285 |
-
#
|
| 286 |
-
|
| 287 |
-
|
| 288 |
-
|
| 289 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
|
| 291 |
-
#
|
| 292 |
-
|
|
|
|
|
|
|
| 293 |
|
| 294 |
-
#
|
| 295 |
-
|
|
|
|
| 296 |
|
| 297 |
-
#
|
| 298 |
-
|
| 299 |
-
|
| 300 |
-
|
| 301 |
-
|
| 302 |
-
|
| 303 |
-
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
|
| 310 |
-
|
| 311 |
-
|
| 312 |
-
|
| 313 |
-
|
| 314 |
-
|
| 315 |
-
|
| 316 |
-
|
| 317 |
-
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
|
| 321 |
-
|
| 322 |
-
|
| 323 |
-
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
|
| 330 |
-
|
| 331 |
-
|
| 332 |
-
|
| 333 |
-
|
| 334 |
-
|
| 335 |
-
|
| 336 |
-
|
| 337 |
-
|
| 338 |
-
|
| 339 |
-
|
| 340 |
-
|
| 341 |
-
|
| 342 |
-
|
| 343 |
-
|
| 344 |
-
|
| 345 |
-
|
| 346 |
-
|
| 347 |
-
|
| 348 |
-
|
| 349 |
-
|
| 350 |
-
|
| 351 |
-
|
| 352 |
-
|
| 353 |
-
|
| 354 |
-
|
| 355 |
-
|
| 356 |
-
|
| 357 |
-
|
| 358 |
-
|
| 359 |
-
|
| 360 |
-
|
| 361 |
-
|
| 362 |
-
|
| 363 |
-
|
| 364 |
-
|
| 365 |
-
|
| 366 |
-
|
| 367 |
-
|
| 368 |
-
|
| 369 |
-
|
| 370 |
-
|
| 371 |
-
|
| 372 |
-
""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 373 |
}
|
| 374 |
}
|
|
|
|
| 210 |
- Elimina cualquier signo de exclamación y lenguaje exagerado
|
| 211 |
"""
|
| 212 |
},
|
| 213 |
+
# Add this to the Fórmula Sueño-Obstáculo section
|
| 214 |
"Fórmula Sueño-Obstáculo": {
|
| 215 |
"description": """
|
| 216 |
+
Formula: [Type + Name + Dream + Obstacle]
|
| 217 |
+
|
| 218 |
+
This formula connects directly with the client's desires and concerns, adapting to the market sophistication level ({sophistication_level}) and consciousness level ({consciousness_level}):
|
| 219 |
+
|
| 220 |
+
1. Type: The solution type (training, product, or service)
|
| 221 |
+
2. Name: Your solution's name
|
| 222 |
+
3. Dream: The big dream or result the client wants to achieve
|
| 223 |
+
4. Obstacle: The obstacle that would normally prevent achieving that dream
|
| 224 |
+
|
| 225 |
+
### **Adaptation by Sophistication Level ({sophistication_level}):**
|
| 226 |
+
|
| 227 |
+
#### **Level 1 - New Market:**
|
| 228 |
+
- Type: Use simple and straightforward language
|
| 229 |
+
- Dream: Focus on basic and direct benefits
|
| 230 |
+
- Obstacle: Mention universal and common obstacles
|
| 231 |
+
|
| 232 |
+
#### **Level 2 - Initial Competition:**
|
| 233 |
+
- Type: Add differentiators to the solution type
|
| 234 |
+
- Dream: Include specific metrics and results
|
| 235 |
+
- Obstacle: Contrast with existing solutions
|
| 236 |
+
|
| 237 |
+
#### **Level 3 - Saturated Market:**
|
| 238 |
+
- Type: Introduce proprietary terminology
|
| 239 |
+
- Dream: Emphasize unique mechanisms
|
| 240 |
+
- Obstacle: Highlight innovative approaches
|
| 241 |
+
|
| 242 |
+
#### **Level 4 - Skeptical Market:**
|
| 243 |
+
- Type: Use data-backed terms
|
| 244 |
+
- Dream: Include proofs and case studies
|
| 245 |
+
- Obstacle: Address deep objections with evidence
|
| 246 |
+
|
| 247 |
+
#### **Level 5 - Desensitized Market:**
|
| 248 |
+
- Type: Focus on transformation and movement
|
| 249 |
+
- Dream: Connect with values and higher purpose
|
| 250 |
+
- Obstacle: Address emotional and philosophical barriers
|
| 251 |
+
|
| 252 |
+
**Suggested solution types:**
|
| 253 |
+
- Online course
|
| 254 |
+
- Webinar
|
| 255 |
+
- Training
|
| 256 |
+
- Program
|
| 257 |
+
- Workshop
|
| 258 |
+
- Mentorship
|
| 259 |
+
- Consulting
|
| 260 |
+
- Membership
|
| 261 |
+
- System
|
| 262 |
+
- Method
|
| 263 |
+
- Service
|
| 264 |
+
- Product
|
| 265 |
+
- Application
|
| 266 |
+
- Community
|
| 267 |
+
- Masterclass
|
| 268 |
+
|
| 269 |
+
**Suggested opening variations:**
|
| 270 |
+
- "Se trata de un..."
|
| 271 |
+
- "Presentamos un..."
|
| 272 |
+
- "Te ofrecemos un..."
|
| 273 |
+
- "Descubre nuestro..."
|
| 274 |
+
- "Conoce el..."
|
| 275 |
+
- "Hemos creado un..."
|
| 276 |
+
- "Imagina tener acceso a un..."
|
| 277 |
+
- "Por fin existe un..."
|
| 278 |
+
- "Ahora puedes acceder a un..."
|
| 279 |
+
- "Tenemos para ti un..."
|
| 280 |
+
- "Disfruta de un..."
|
| 281 |
+
|
| 282 |
+
**Structure Format (Classic example):**
|
| 283 |
+
"Se trata de un (training, product or service) llamado ("name of your solution") que te va a permitir (big dream) aún y cuando (big obstacle)"
|
| 284 |
+
""",
|
| 285 |
+
"consciousness_params": {
|
| 286 |
+
1: {
|
| 287 |
+
"prefix": "Descubre nuestro",
|
| 288 |
+
"dream_mod": "por primera vez",
|
| 289 |
+
"obstacle_mod": "aunque nunca hayas escuchado sobre esto antes"
|
| 290 |
+
},
|
| 291 |
+
3: {
|
| 292 |
+
"prefix": "A diferencia de otros métodos convencionales, este",
|
| 293 |
+
"dream_mod": "con resultados superiores a los métodos tradicionales",
|
| 294 |
+
"obstacle_mod": "sin las limitaciones de las soluciones comunes"
|
| 295 |
+
},
|
| 296 |
+
5: {
|
| 297 |
+
"prefix": "Última oportunidad para acceder a este",
|
| 298 |
+
"dream_mod": "con resultados inmediatos y verificables",
|
| 299 |
+
"obstacle_mod": "incluso si has probado todo lo demás sin éxito"
|
| 300 |
+
}
|
| 301 |
+
},
|
| 302 |
+
|
| 303 |
"examples": [
|
| 304 |
+
# ======= BASE EXAMPLES =======
|
| 305 |
+
# Existing examples without consciousness parameters
|
| 306 |
+
"""Se trata de mi exclusivo entrenamiento llamado "Venta Express 3.0"...""",
|
| 307 |
+
"""Presentamos un programa de transformación física...""",
|
| 308 |
+
"""Descubre nuestro sistema de marketing digital...""",
|
| 309 |
+
"""Tenemos para ti un método financiero...""",
|
| 310 |
+
"""Imagina tener acceso a un curso de idiomas...""",
|
| 311 |
+
"""Hemos creado un workshop intensivo...""",
|
| 312 |
+
"""Por fin existe un programa de coaching...""",
|
| 313 |
|
| 314 |
+
# ======= CONSCIOUSNESS-SPECIFIC EXAMPLES =======
|
| 315 |
+
# Educational Consciousness (Level 1)
|
| 316 |
+
##### Ejemplo Nivel 1 + Sofisticación 2 #####
|
| 317 |
+
"""Descubre nuestro programa de transformación física llamado "Metabolismo Activado" que te permitirá perder hasta 10 kilos en 8 semanas por primera vez aunque nunca hayas escuchado sobre esto antes...""",
|
| 318 |
|
| 319 |
+
# Solution Aware (Level 3)
|
| 320 |
+
##### Ejemplo Nivel 3 + Sofisticación 3 #####
|
| 321 |
+
"""A diferencia de otros métodos convencionales, este sistema de marketing digital llamado "Tráfico Convertidor"...""",
|
| 322 |
|
| 323 |
+
# Fully Aware (Level 5)
|
| 324 |
+
##### Ejemplo Nivel 5 + Sofisticación 5 #####
|
| 325 |
+
"""Última oportunidad para acceder a este método financiero llamado "Libertad Financiera Acelerada"..."""
|
| 326 |
+
],
|
| 327 |
+
|
| 328 |
+
"instructions":
|
| 329 |
+
SPECIFIC INSTRUCTIONS FOR THIS FORMULA:
|
| 330 |
+
|
| 331 |
+
1. PRODUCT/SERVICE NAME HANDLING:
|
| 332 |
+
- CRITICAL: If a product name is provided, YOU MUST USE THAT EXACT NAME. This is non-negotiable.
|
| 333 |
+
- If the product name is not empty, use it EXACTLY as provided with no modifications
|
| 334 |
+
- Only create a new name if no product name is provided or it contains generic placeholders
|
| 335 |
+
|
| 336 |
+
2. ANALYZE ALL AVAILABLE INFORMATION:
|
| 337 |
+
- Consider the market sophistication level ({sophistication_level})
|
| 338 |
+
- Product/service name (use the name provided)
|
| 339 |
+
- Target audience description
|
| 340 |
+
- Content from uploaded files (if any)
|
| 341 |
+
|
| 342 |
+
3. DETERMINE THE MOST APPROPRIATE TYPE:
|
| 343 |
+
- Based on any type mentioned in product_name
|
| 344 |
+
- Consider the nature of the solution described
|
| 345 |
+
- Choose the most suitable format for the target audience's needs
|
| 346 |
+
- Adapt according to market sophistication level
|
| 347 |
+
|
| 348 |
+
4. CREATE A COMPREHENSIVE OFFER BY COMBINING:
|
| 349 |
+
- The appropriate type (determined in step 3)
|
| 350 |
+
- The EXACT product name as provided (if available)
|
| 351 |
+
- A compelling dream based on target audience description
|
| 352 |
+
- A relevant obstacle based on audience challenges
|
| 353 |
+
|
| 354 |
+
5. DREAM DEVELOPMENT:
|
| 355 |
+
- Should be ambitious but believable
|
| 356 |
+
- Incorporate target audience desires
|
| 357 |
+
- Include explicit goals from provided content
|
| 358 |
+
- Match the sophistication level expectations
|
| 359 |
+
|
| 360 |
+
6. OBSTACLE IDENTIFICATION:
|
| 361 |
+
- Reflect real problems mentioned in audience description
|
| 362 |
+
- Address challenges that would prevent dream achievement
|
| 363 |
+
- Scale complexity based on market sophistication
|
| 364 |
+
|
| 365 |
+
7. OPENING VARIATION:
|
| 366 |
+
Use different Spanish openings from the provided list to maintain variety and engagement
|
| 367 |
+
[Keep existing Spanish opening variations]
|
| 368 |
+
|
| 369 |
+
8. SOPHISTICATION LEVEL ADAPTATION:
|
| 370 |
+
Level 1 (New Market):
|
| 371 |
+
- Use educational and straightforward language
|
| 372 |
+
- Focus on basic benefits and common obstacles
|
| 373 |
+
- Keep the promise simple and direct
|
| 374 |
+
|
| 375 |
+
Level 2 (Initial Competition):
|
| 376 |
+
- Add specific differentiators
|
| 377 |
+
- Include measurable results
|
| 378 |
+
- Compare indirectly with alternatives
|
| 379 |
+
|
| 380 |
+
Level 3 (Saturated Market):
|
| 381 |
+
- Use proprietary terminology
|
| 382 |
+
- Focus on unique mechanisms
|
| 383 |
+
- Highlight innovative approaches
|
| 384 |
+
|
| 385 |
+
Level 4 (Skeptical Market):
|
| 386 |
+
- Include data and research
|
| 387 |
+
- Add proof elements
|
| 388 |
+
- Address deep objections
|
| 389 |
+
|
| 390 |
+
Level 5 (Desensitized Market):
|
| 391 |
+
- Focus on emotional transformation
|
| 392 |
+
- Connect with deeper values
|
| 393 |
+
- Create movement-based messaging
|
| 394 |
+
"""
|
| 395 |
+
},
|
| 396 |
+
"core_parameters": {
|
| 397 |
+
"validation_rules": {
|
| 398 |
+
"allowed_combinations": {
|
| 399 |
+
1: [1, 2], # Educational
|
| 400 |
+
3: [3, 4], # Solution Aware
|
| 401 |
+
5: [4, 5] # Fully Aware
|
| 402 |
+
},
|
| 403 |
+
"required_components": {
|
| 404 |
+
"hook": ["consciousness_prefix", "sophistication_hook"],
|
| 405 |
+
"promise": ["consciousness_mod", "sophistication_promise"]
|
| 406 |
+
}
|
| 407 |
+
}
|
| 408 |
}
|
| 409 |
}
|