{
  "product": "Nexus AI",
  "version": 1,
  "updatedAt": "2026-07-28",
  "license": "CC BY 4.0",
  "source": "https://nexusia.hamorbit.com/prompts",
  "prompts": [
    {
      "id": 1,
      "slug": "depurador-codigo-con-pruebas",
      "slugEn": "code-debugger-with-tests",
      "title": "Depurador de código con pruebas",
      "titleEn": "Code debugger with tests",
      "summary": "Encuentra la causa real de un error y propone el arreglo mínimo verificable.",
      "summaryEn": "Finds the real cause of a bug and proposes the smallest verifiable fix.",
      "prompt": "Actúa como revisor senior de [LENGUAJE]. Analiza el código y el error que pegaré. Primero identifica la causa raíz con evidencias concretas; después propón el cambio mínimo que la corrige sin reescribir partes no relacionadas. Entrega: 1) diagnóstico, 2) parche completo, 3) pruebas que reproducen el fallo y demuestran la corrección, 4) riesgos de regresión. No inventes archivos ni APIs. Si falta información imprescindible, indica exactamente qué dato necesitas.\n\nCódigo: [CÓDIGO]\nError: [ERROR]\nEntorno: [ENTORNO]",
      "promptEn": "Act as a senior [LANGUAGE] reviewer. Analyze the code and error I provide. First identify the root cause with concrete evidence, then propose the smallest change that fixes it without rewriting unrelated areas. Deliver: 1) diagnosis, 2) complete patch, 3) tests that reproduce the failure and prove the fix, 4) regression risks. Do not invent files or APIs. If essential information is missing, state exactly what you need.\n\nCode: [CODE]\nError: [ERROR]\nEnvironment: [ENVIRONMENT]",
      "category": "Programación",
      "categoryEn": "Coding",
      "difficulty": "Intermedio",
      "model": "Razonamiento",
      "example": "Úsalo con un error de React, Python o Luau incluyendo el mensaje completo.",
      "exampleEn": "Use it for a React, Python or Luau error and include the full error message."
    },
    {
      "id": 2,
      "slug": "arquitecto-proyecto-software",
      "slugEn": "software-project-architect",
      "title": "Arquitecto de un proyecto de software",
      "titleEn": "Software project architect",
      "summary": "Convierte una idea en una arquitectura implementable, con fases y criterios de aceptación.",
      "summaryEn": "Turns an idea into an implementable architecture with phases and acceptance criteria.",
      "prompt": "Diseña la arquitectura de [PROYECTO] para [USUARIOS]. Restricciones: [RESTRICCIONES]. Define componentes, flujo de datos, modelo de permisos, persistencia, APIs, estructura de carpetas y decisiones tecnológicas. Divide la ejecución en fases pequeñas; cada fase debe terminar con un resultado demostrable y criterios de aceptación. Señala riesgos, costes recurrentes y qué no construir todavía. Prioriza simplicidad, seguridad y mantenimiento.",
      "promptEn": "Design the architecture for [PROJECT] for [USERS]. Constraints: [CONSTRAINTS]. Define components, data flow, permissions, persistence, APIs, folder structure and technology choices. Split execution into small phases; each phase must end with a demonstrable result and acceptance criteria. Flag risks, recurring costs and what should not be built yet. Prioritize simplicity, security and maintainability.",
      "category": "Programación",
      "categoryEn": "Coding",
      "difficulty": "Avanzado",
      "model": "Razonamiento",
      "example": "Proyecto: un juego cooperativo con enemigos controlados por IA.",
      "exampleEn": "Project: a cooperative game with AI-controlled enemies."
    },
    {
      "id": 3,
      "slug": "auditoria-seguridad-aplicacion",
      "slugEn": "application-security-audit",
      "title": "Auditoría defensiva de seguridad",
      "titleEn": "Defensive security audit",
      "summary": "Revisa una aplicación desde la defensa y prioriza riesgos corregibles.",
      "summaryEn": "Reviews an application defensively and prioritizes actionable risks.",
      "prompt": "Realiza una auditoría defensiva del siguiente diseño o código de [APLICACIÓN]. Limítate a prevención y corrección. Revisa autenticación, autorización, validación, secretos, subida de archivos, sesiones, registros, privacidad y dependencias. Para cada hallazgo indica evidencia, impacto, probabilidad, prioridad y solución concreta. Separa vulnerabilidades confirmadas de hipótesis. No proporciones instrucciones para atacar sistemas reales.\n\nMaterial: [CÓDIGO_O_DIAGRAMA]",
      "promptEn": "Perform a defensive audit of the following [APPLICATION] design or code. Limit the work to prevention and remediation. Review authentication, authorization, validation, secrets, uploads, sessions, logging, privacy and dependencies. For each finding provide evidence, impact, likelihood, priority and a concrete fix. Separate confirmed vulnerabilities from hypotheses. Do not provide instructions for attacking real systems.\n\nMaterial: [CODE_OR_DIAGRAM]",
      "category": "Programación",
      "categoryEn": "Coding",
      "difficulty": "Avanzado",
      "model": "Razonamiento",
      "example": "Pega una ruta de login y pide una revisión antes de desplegar.",
      "exampleEn": "Paste a login route and request a review before deployment."
    },
    {
      "id": 4,
      "slug": "landing-page-lista-produccion",
      "slugEn": "production-ready-landing-page",
      "title": "Landing page lista para producción",
      "titleEn": "Production-ready landing page",
      "summary": "Genera una web concreta, accesible y sin botones falsos.",
      "summaryEn": "Creates a concrete, accessible site with no fake controls.",
      "prompt": "Crea una landing page para [PRODUCTO] dirigida a [AUDIENCIA]. Objetivo principal: [OBJETIVO]. Usa [TECNOLOGÍA]. Debe incluir una propuesta de valor específica, demostración del producto, beneficios verificables, preguntas frecuentes y una llamada a la acción real. Hazla responsive, accesible y rápida. No añadas testimonios, estadísticas, precios ni botones inventados. Entrega los archivos completos y explica cómo validarlos.",
      "promptEn": "Create a landing page for [PRODUCT] aimed at [AUDIENCE]. Primary goal: [GOAL]. Use [TECHNOLOGY]. Include a specific value proposition, product demonstration, verifiable benefits, FAQs and a real call to action. Make it responsive, accessible and fast. Do not add invented testimonials, statistics, prices or buttons. Deliver complete files and explain how to validate them.",
      "category": "Páginas web",
      "categoryEn": "Websites",
      "difficulty": "Intermedio",
      "model": "Código",
      "example": "Producto: una aplicación gratuita para radioaficionados.",
      "exampleEn": "Product: a free application for amateur radio operators."
    },
    {
      "id": 5,
      "slug": "revisor-experiencia-movil",
      "slugEn": "mobile-experience-reviewer",
      "title": "Revisor de experiencia móvil",
      "titleEn": "Mobile experience reviewer",
      "summary": "Detecta problemas de uso, rendimiento y accesibilidad en pantallas pequeñas.",
      "summaryEn": "Detects usability, performance and accessibility issues on small screens.",
      "prompt": "Revisa esta interfaz para móvil, especialmente [DISPOSITIVO_O_ANCHO]. Evalúa jerarquía, legibilidad, áreas táctiles, navegación, teclado, formularios, contraste, carga y desplazamiento. Devuelve una tabla con problema, evidencia visible, gravedad y corrección. Después entrega un plan de cambios ordenado que conserve el diseño original. No propongas una reconstrucción completa salvo que sea imprescindible.\n\nCódigo o captura: [MATERIAL]",
      "promptEn": "Review this interface for mobile, especially [DEVICE_OR_WIDTH]. Evaluate hierarchy, readability, touch targets, navigation, keyboard behavior, forms, contrast, loading and scrolling. Return a table with issue, visible evidence, severity and fix. Then provide an ordered change plan that preserves the original design. Do not propose a full rebuild unless essential.\n\nCode or screenshot: [MATERIAL]",
      "category": "Páginas web",
      "categoryEn": "Websites",
      "difficulty": "Intermedio",
      "model": "Visión y código",
      "example": "Adjunta una captura de iPhone y el CSS de la página.",
      "exampleEn": "Attach an iPhone screenshot and the page CSS."
    },
    {
      "id": 6,
      "slug": "investigacion-con-fuentes-primarias",
      "slugEn": "primary-source-research",
      "title": "Investigación con fuentes primarias",
      "titleEn": "Primary-source research",
      "summary": "Investiga un tema actual separando hechos, afirmaciones e incertidumbre.",
      "summaryEn": "Researches a current topic while separating facts, claims and uncertainty.",
      "prompt": "Investiga [TEMA] con información actualizada a [FECHA]. Prioriza documentos oficiales, publicaciones científicas, repositorios y declaraciones directas. Para cada afirmación importante enlaza la fuente exacta y señala su fecha. Separa: hechos confirmados, afirmaciones de una empresa, información reportada por medios e inferencias. Contrasta cifras y explica cualquier discrepancia. Termina con lo que todavía no puede verificarse. No uses agregadores como única fuente.",
      "promptEn": "Research [TOPIC] using information current as of [DATE]. Prioritize official documents, scientific publications, repositories and direct statements. Link the exact source and date for each important claim. Separate confirmed facts, company claims, media reporting and inference. Cross-check numbers and explain discrepancies. Finish with what still cannot be verified. Do not use aggregators as the sole source.",
      "category": "Investigación",
      "categoryEn": "Research",
      "difficulty": "Avanzado",
      "model": "Navegación",
      "example": "Tema: nuevos modelos de IA publicados esta semana.",
      "exampleEn": "Topic: new AI models released this week."
    },
    {
      "id": 7,
      "slug": "verificador-noticia-viral",
      "slugEn": "viral-news-verifier",
      "title": "Verificador de una noticia viral",
      "titleEn": "Viral news verifier",
      "summary": "Comprueba una noticia sin convertir rumores en hechos.",
      "summaryEn": "Checks a story without turning rumours into facts.",
      "prompt": "Verifica esta afirmación viral: [AFIRMACIÓN]. Busca el origen más antiguo localizable, la fuente primaria y confirmaciones independientes. Comprueba fechas, lugar, imágenes, cifras y contexto. Clasifica el resultado como confirmado, parcialmente cierto, engañoso, no demostrado o falso, y justifica la clasificación con enlaces. Si la evidencia es insuficiente, dilo con claridad; no completes huecos con suposiciones.",
      "promptEn": "Verify this viral claim: [CLAIM]. Find the earliest traceable origin, the primary source and independent confirmation. Check dates, location, images, numbers and context. Classify the result as confirmed, partly true, misleading, unproven or false, and justify the classification with links. If evidence is insufficient, say so clearly; do not fill gaps with assumptions.",
      "category": "Investigación",
      "categoryEn": "Research",
      "difficulty": "Intermedio",
      "model": "Navegación",
      "example": "Pega el titular y el enlace original de la publicación.",
      "exampleEn": "Paste the headline and the original post link."
    },
    {
      "id": 8,
      "slug": "tutor-socratico-plan-estudio",
      "slugEn": "socratic-study-tutor",
      "title": "Tutor socrático para estudiar",
      "titleEn": "Socratic study tutor",
      "summary": "Enseña un tema haciendo preguntas y adaptándose a los errores.",
      "summaryEn": "Teaches a topic through questions and adapts to mistakes.",
      "prompt": "Enséñame [TEMA] para alcanzar [NIVEL]. Empieza con cinco preguntas diagnósticas, una cada vez. Después crea un plan corto basado en mis respuestas. Explica con ejemplos sencillos, hazme recuperar la información sin mirar y aumenta la dificultad gradualmente. No me des la solución antes de que lo intente. Corrige cada error explicando por qué y termina con una prueba y un plan de repaso espaciado.",
      "promptEn": "Teach me [TOPIC] to reach [LEVEL]. Start with five diagnostic questions, one at a time. Then create a short plan based on my answers. Explain with simple examples, make me retrieve the information without looking, and increase difficulty gradually. Do not give the answer before I try. Correct each mistake by explaining why, and finish with a test and spaced-review plan.",
      "category": "Estudio",
      "categoryEn": "Study",
      "difficulty": "Básico",
      "model": "General",
      "example": "Tema: ecuaciones de segundo grado; nivel: examen de secundaria.",
      "exampleEn": "Topic: quadratic equations; level: secondary-school exam."
    },
    {
      "id": 9,
      "slug": "resumen-documento-sin-inventar",
      "slugEn": "grounded-document-summary",
      "title": "Resumen de documentos sin inventar",
      "titleEn": "Grounded document summary",
      "summary": "Extrae decisiones, cifras y dudas conservando la referencia al documento.",
      "summaryEn": "Extracts decisions, numbers and open questions while staying grounded in the document.",
      "prompt": "Analiza el documento adjunto sobre [CONTEXTO]. Resume únicamente lo que aparece en él. Entrega: resumen ejecutivo, decisiones, fechas, cifras con unidad, responsables, riesgos y preguntas abiertas. Para cada punto incluye página o sección. Separa citas textuales breves de tus paráfrasis. Si un dato no aparece, escribe “no consta en el documento”. No aportes conocimiento externo salvo que te lo solicite.",
      "promptEn": "Analyze the attached document in the context of [CONTEXT]. Summarize only what appears in it. Deliver: executive summary, decisions, dates, figures with units, owners, risks and open questions. Include a page or section reference for every point. Separate short direct quotes from paraphrases. If a fact is absent, write “not stated in the document.” Do not add outside knowledge unless requested.",
      "category": "Documentos",
      "categoryEn": "Documents",
      "difficulty": "Básico",
      "model": "Documentos",
      "example": "Adjunta un informe y pide las decisiones pendientes con su página.",
      "exampleEn": "Attach a report and request pending decisions with page references."
    },
    {
      "id": 10,
      "slug": "plan-semanal-realista",
      "slugEn": "realistic-weekly-plan",
      "title": "Plan semanal realista",
      "titleEn": "Realistic weekly plan",
      "summary": "Organiza objetivos sin llenar cada minuto ni ignorar imprevistos.",
      "summaryEn": "Organizes goals without filling every minute or ignoring interruptions.",
      "prompt": "Convierte estos objetivos en un plan semanal realista: [OBJETIVOS]. Disponibilidad: [HORARIO]. Energía y límites: [LÍMITES]. Prioriza tres resultados, calcula bloques con margen, agrupa tareas pequeñas y reserva tiempo para imprevistos. Señala dependencias y qué eliminar si la semana se complica. Devuelve una tabla por día y una lista de revisión de diez minutos para el final de la semana.",
      "promptEn": "Turn these goals into a realistic weekly plan: [GOALS]. Availability: [SCHEDULE]. Energy and limits: [LIMITS]. Prioritize three outcomes, estimate blocks with buffer, batch small tasks and reserve time for interruptions. Flag dependencies and what to drop if the week becomes difficult. Return a day-by-day table and a ten-minute end-of-week review checklist.",
      "category": "Productividad",
      "categoryEn": "Productivity",
      "difficulty": "Básico",
      "model": "General",
      "example": "Objetivos: estudiar, terminar una web y entrenar tres días.",
      "exampleEn": "Goals: study, finish a website and train three days."
    },
    {
      "id": 11,
      "slug": "reunion-a-plan-accion",
      "slugEn": "meeting-to-action-plan",
      "title": "De una reunión a un plan de acción",
      "titleEn": "Meeting to action plan",
      "summary": "Transforma notas desordenadas en acuerdos, responsables y fechas.",
      "summaryEn": "Turns messy notes into decisions, owners and dates.",
      "prompt": "Convierte estas notas de reunión en un registro accionable. No inventes acuerdos. Separa: decisiones confirmadas, tareas, responsable, fecha límite, dependencia, riesgo y asunto sin resolver. Marca como “por asignar” todo lo ambiguo. Añade un resumen de cinco líneas y un mensaje breve de seguimiento que pueda enviarse al equipo.\n\nNotas: [NOTAS]",
      "promptEn": "Turn these meeting notes into an actionable record. Do not invent agreements. Separate confirmed decisions, tasks, owner, deadline, dependency, risk and unresolved issue. Mark anything ambiguous as “unassigned.” Add a five-line summary and a short follow-up message suitable for the team.\n\nNotes: [NOTES]",
      "category": "Productividad",
      "categoryEn": "Productivity",
      "difficulty": "Básico",
      "model": "General",
      "example": "Pega apuntes rápidos después de una reunión de proyecto.",
      "exampleEn": "Paste rough notes after a project meeting."
    },
    {
      "id": 12,
      "slug": "brief-imagen-controlado",
      "slugEn": "controlled-image-brief",
      "title": "Brief preciso para generar una imagen",
      "titleEn": "Precise image-generation brief",
      "summary": "Define composición, luz y restricciones sin sobrecargar el prompt.",
      "summaryEn": "Defines composition, lighting and constraints without overloading the prompt.",
      "prompt": "Genera una imagen de [SUJETO] para [USO]. Composición: [COMPOSICIÓN]. Entorno: [ENTORNO]. Iluminación: [LUZ]. Paleta: [COLORES]. Estilo visual: [ESTILO]. Cámara o perspectiva: [CÁMARA]. Debe conservar exactamente [ELEMENTOS_INMUTABLES]. Evita [ELEMENTOS_NO_DESEADOS]. Formato [RELACIÓN_DE_ASPECTO], sin texto, marcas de agua ni elementos de interfaz salvo que se pidan expresamente.",
      "promptEn": "Generate an image of [SUBJECT] for [USE]. Composition: [COMPOSITION]. Environment: [ENVIRONMENT]. Lighting: [LIGHT]. Palette: [COLORS]. Visual style: [STYLE]. Camera or perspective: [CAMERA]. Preserve exactly [IMMUTABLE_ELEMENTS]. Avoid [UNWANTED_ELEMENTS]. Use [ASPECT_RATIO], with no text, watermarks or interface elements unless explicitly requested.",
      "category": "Imágenes",
      "categoryEn": "Images",
      "difficulty": "Intermedio",
      "model": "Generación de imágenes",
      "example": "Sujeto: receptor de radio moderno; uso: portada vertical.",
      "exampleEn": "Subject: modern radio receiver; use: vertical cover."
    },
    {
      "id": 13,
      "slug": "edicion-imagen-cambios-exactos",
      "slugEn": "exact-image-edit",
      "title": "Edición de imagen con cambios exactos",
      "titleEn": "Exact image editing",
      "summary": "Modifica solo lo solicitado y protege identidad, geometría y composición.",
      "summaryEn": "Changes only what is requested while preserving identity, geometry and composition.",
      "prompt": "Edita la imagen adjunta. Cambia únicamente [CAMBIO]. Conserva sin alteraciones [IDENTIDAD_O_ELEMENTOS], la pose, la perspectiva, el encuadre y la iluminación general. Integra el cambio con sombras, reflejos, textura y profundidad coherentes. No añadas objetos nuevos, texto ni marcas. Resultado final: [FORMATO_Y_CALIDAD].",
      "promptEn": "Edit the attached image. Change only [CHANGE]. Preserve [IDENTITY_OR_ELEMENTS], pose, perspective, framing and overall lighting without alteration. Integrate the change with coherent shadows, reflections, texture and depth. Do not add new objects, text or marks. Final output: [FORMAT_AND_QUALITY].",
      "category": "Imágenes",
      "categoryEn": "Images",
      "difficulty": "Intermedio",
      "model": "Edición de imágenes",
      "example": "Cambio: sustituir el teléfono; conservar rostro, manos y fondo.",
      "exampleEn": "Change: replace the phone; preserve face, hands and background."
    },
    {
      "id": 14,
      "slug": "guion-video-corto-retencion",
      "slugEn": "high-retention-short-video",
      "title": "Guion para vídeo corto con retención",
      "titleEn": "High-retention short-video script",
      "summary": "Crea un vídeo breve que engancha sin recurrir a afirmaciones falsas.",
      "summaryEn": "Creates a short video that hooks viewers without false claims.",
      "prompt": "Escribe un guion vertical de [DURACIÓN] sobre [TEMA] para [AUDIENCIA]. Empieza con un hecho sorprendente verificable en los primeros dos segundos. Estructura: gancho, contexto mínimo, tres ideas visuales, conclusión y llamada a la acción natural. Añade texto en pantalla y sugerencias de plano por bloque. Usa frases cortas y ritmo oral. No exageres cifras ni presentes rumores como hechos. Incluye las fuentes que deben verificarse antes de grabar.",
      "promptEn": "Write a [DURATION] vertical-video script about [TOPIC] for [AUDIENCE]. Open with a surprising verifiable fact in the first two seconds. Structure: hook, minimum context, three visual ideas, conclusion and a natural call to action. Add on-screen text and shot suggestions for each block. Use short spoken sentences. Do not exaggerate figures or present rumours as facts. Include sources to verify before recording.",
      "category": "Vídeo",
      "categoryEn": "Video",
      "difficulty": "Intermedio",
      "model": "General",
      "example": "Tema: por qué un nuevo modelo abierto importa; duración: 35 segundos.",
      "exampleEn": "Topic: why a new open model matters; duration: 35 seconds."
    },
    {
      "id": 15,
      "slug": "guion-youtube-investigado",
      "slugEn": "researched-youtube-script",
      "title": "Guion de YouTube investigado",
      "titleEn": "Researched YouTube script",
      "summary": "Une investigación, narrativa y apoyo visual para un vídeo largo.",
      "summaryEn": "Combines research, narrative and visual support for a long video.",
      "prompt": "Prepara un guion de YouTube de [DURACIÓN] sobre [TEMA]. Audiencia: [AUDIENCIA]. Tesis: [TESIS]. Investiga primero con fuentes primarias y crea una tabla de afirmaciones con su evidencia. Después escribe una apertura fuerte, capítulos con transiciones, ejemplos, objeciones y conclusión. Indica B-roll, gráficos y rótulos. Separa claramente hechos, opinión e incertidumbre. Cierra con una llamada a la acción relacionada con el contenido.",
      "promptEn": "Prepare a [DURATION] YouTube script about [TOPIC]. Audience: [AUDIENCE]. Thesis: [THESIS]. Research with primary sources first and create a claim-evidence table. Then write a strong opening, chapters with transitions, examples, objections and conclusion. Mark B-roll, charts and captions. Clearly separate fact, opinion and uncertainty. End with a call to action related to the content.",
      "category": "Vídeo",
      "categoryEn": "Video",
      "difficulty": "Avanzado",
      "model": "Navegación",
      "example": "Tema: la infraestructura necesaria para entrenar IA de frontera.",
      "exampleEn": "Topic: the infrastructure required to train frontier AI."
    },
    {
      "id": 16,
      "slug": "automatizacion-con-aprobacion-humana",
      "slugEn": "human-approved-automation",
      "title": "Automatización con aprobación humana",
      "titleEn": "Human-approved automation",
      "summary": "Diseña un flujo útil con permisos mínimos, revisión y recuperación.",
      "summaryEn": "Designs a useful workflow with least privilege, review and recovery.",
      "prompt": "Diseña una automatización para [PROCESO]. Entradas: [ENTRADAS]. Sistemas: [SISTEMAS]. Define disparador, pasos, datos utilizados, permisos mínimos, validaciones y salida. Marca qué acciones son sensibles, irreversibles o externas y exige aprobación humana justo antes de ejecutarlas. Añade límites de reintento, registro, idempotencia, recuperación y condición de parada. Entrega diagrama textual y casos de prueba normales y de fallo.",
      "promptEn": "Design an automation for [PROCESS]. Inputs: [INPUTS]. Systems: [SYSTEMS]. Define trigger, steps, data used, minimum permissions, validation and output. Mark sensitive, irreversible or external actions and require human approval immediately before execution. Add retry limits, logging, idempotency, recovery and stop conditions. Deliver a text diagram plus normal and failure test cases.",
      "category": "Automatización",
      "categoryEn": "Automation",
      "difficulty": "Avanzado",
      "model": "Razonamiento",
      "example": "Proceso: recopilar noticias y preparar un borrador sin publicarlo.",
      "exampleEn": "Process: collect news and prepare a draft without publishing it."
    },
    {
      "id": 17,
      "slug": "especificacion-agente-seguro",
      "slugEn": "safe-agent-specification",
      "title": "Especificación de un agente seguro",
      "titleEn": "Safe agent specification",
      "summary": "Define herramientas, permisos y límites antes de construir un agente.",
      "summaryEn": "Defines tools, permissions and boundaries before building an agent.",
      "prompt": "Redacta la especificación de un agente para [OBJETIVO]. Debe incluir alcance, exclusiones, herramientas permitidas, esquema de cada entrada, permisos, memoria, datos prohibidos, confirmaciones y escalado humano. Define qué significa éxito, cómo se evalúa, límites de coste y tiempo, y cómo actuar ante resultados ambiguos. Añade amenazas previsibles y defensas. El agente nunca debe ampliar sus permisos ni ejecutar acciones externas no autorizadas.",
      "promptEn": "Write the specification for an agent whose goal is [GOAL]. Include scope, exclusions, allowed tools, input schemas, permissions, memory, prohibited data, confirmations and human escalation. Define success, evaluation, cost and time limits, and behavior for ambiguous results. Add foreseeable threats and defenses. The agent must never expand its permissions or perform unauthorized external actions.",
      "category": "Automatización",
      "categoryEn": "Automation",
      "difficulty": "Avanzado",
      "model": "Razonamiento",
      "example": "Objetivo: responder incidencias internas sin cambiar configuraciones.",
      "exampleEn": "Goal: answer internal incidents without changing settings."
    },
    {
      "id": 18,
      "slug": "comparador-productos-con-criterios",
      "slugEn": "criteria-based-product-comparison",
      "title": "Comparador de productos con criterios",
      "titleEn": "Criteria-based product comparison",
      "summary": "Compara opciones actuales según necesidades, coste total y limitaciones.",
      "summaryEn": "Compares current options by needs, total cost and limitations.",
      "prompt": "Compara [PRODUCTOS] para [USO] con presupuesto [PRESUPUESTO] y país [PAÍS]. Verifica precio y especificaciones actuales en fuentes oficiales. Define criterios ponderados antes de puntuar: [CRITERIOS]. Muestra tabla, coste total, compatibilidad, limitaciones y fecha de comprobación. Recomienda una opción y explica para quién sería mejor cada alternativa. No uses enlaces de afiliación ni supongas características no confirmadas.",
      "promptEn": "Compare [PRODUCTS] for [USE] with a [BUDGET] budget in [COUNTRY]. Verify current prices and specifications from official sources. Define weighted criteria before scoring: [CRITERIA]. Show a table, total cost, compatibility, limitations and verification date. Recommend one option and explain who each alternative suits. Do not use affiliate links or assume unconfirmed features.",
      "category": "Decisiones",
      "categoryEn": "Decisions",
      "difficulty": "Intermedio",
      "model": "Navegación",
      "example": "Productos: dos mini PC; criterios: ruido, RAM, consumo y garantía.",
      "exampleEn": "Products: two mini PCs; criteria: noise, RAM, power and warranty."
    },
    {
      "id": 19,
      "slug": "propuesta-negocio-sin-humo",
      "slugEn": "evidence-based-business-proposal",
      "title": "Propuesta de negocio sin humo",
      "titleEn": "Evidence-based business proposal",
      "summary": "Evalúa una idea con costes, demanda y una prueba pequeña antes de invertir.",
      "summaryEn": "Evaluates an idea through costs, demand and a small test before investment.",
      "prompt": "Evalúa esta idea de negocio: [IDEA]. Mercado y país: [MERCADO]. Presupuesto: [PRESUPUESTO]. Separa supuestos de datos comprobables. Define cliente, problema, alternativas actuales, propuesta, costes fijos y variables, riesgos legales y canal de adquisición. Diseña una prueba de siete días con gasto limitado y métricas de éxito o abandono. No inventes demanda, márgenes ni testimonios.",
      "promptEn": "Evaluate this business idea: [IDEA]. Market and country: [MARKET]. Budget: [BUDGET]. Separate assumptions from verifiable data. Define customer, problem, current alternatives, value proposition, fixed and variable costs, legal risks and acquisition channel. Design a seven-day low-cost test with success and stop metrics. Do not invent demand, margins or testimonials.",
      "category": "Negocio",
      "categoryEn": "Business",
      "difficulty": "Intermedio",
      "model": "Navegación",
      "example": "Idea: herramienta económica para resumir documentación técnica.",
      "exampleEn": "Idea: an affordable tool for summarizing technical documentation."
    },
    {
      "id": 20,
      "slug": "campana-marketing-responsable",
      "slugEn": "responsible-marketing-campaign",
      "title": "Campaña de marketing responsable",
      "titleEn": "Responsible marketing campaign",
      "summary": "Crea mensajes medibles sin falsos testimonios ni urgencia inventada.",
      "summaryEn": "Creates measurable messaging without fake testimonials or invented urgency.",
      "prompt": "Diseña una campaña para [PRODUCTO] dirigida a [AUDIENCIA] con objetivo [OBJETIVO]. Resume la propuesta de valor usando solo afirmaciones demostrables. Crea mensajes para [CANALES], una página de destino y tres experimentos A/B con una variable cada uno. Define métricas, duración, presupuesto y condición de parada. No uses escasez falsa, testimonios inventados, comparaciones sin evidencia ni segmentación basada en datos sensibles.",
      "promptEn": "Design a campaign for [PRODUCT] aimed at [AUDIENCE] with the goal [GOAL]. Summarize the value proposition using only demonstrable claims. Create messages for [CHANNELS], a landing page and three A/B tests with one variable each. Define metrics, duration, budget and stop condition. Do not use false scarcity, invented testimonials, unsupported comparisons or targeting based on sensitive data.",
      "category": "Negocio",
      "categoryEn": "Business",
      "difficulty": "Intermedio",
      "model": "General",
      "example": "Producto: aplicación gratuita; canales: Reddit y vídeo corto.",
      "exampleEn": "Product: free application; channels: Reddit and short-form video."
    }
  ]
}