{"id":620,"date":"2026-04-17T06:47:21","date_gmt":"2026-04-17T06:47:21","guid":{"rendered":"https:\/\/cpocreativity.com\/world\/?p=620"},"modified":"2026-04-17T06:48:41","modified_gmt":"2026-04-17T06:48:41","slug":"contextual-prompt-generator-for-scientific-debate-and-critical-thinking","status":"publish","type":"post","link":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/","title":{"rendered":"Contextual prompt generator for scientific debate and critical thinking"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Critical Opponent Generator | Creativity Ltd<\/title>\n  <style>\n    :root {\n      --bg: #f6f8fc;\n      --bg-soft: #eef3fb;\n      --panel: #ffffff;\n      --panel-2: #f8fbff;\n      --text: #1e2a3b;\n      --muted: #5d6b82;\n      --accent: #2f6fed;\n      --accent-2: #7c4dff;\n      --accent-soft: rgba(47, 111, 237, 0.08);\n      --border: rgba(32, 55, 92, 0.10);\n      --shadow: 0 18px 45px rgba(39, 64, 110, 0.10);\n      --radius: 20px;\n      --success: #1f8f5f;\n    }\n\n    * { box-sizing: border-box; }\n    html, body { margin: 0; padding: 0; }\n    body {\n      font-family: Inter, \"Segoe UI\", Roboto, Arial, sans-serif;\n      background:\n        radial-gradient(circle at top left, rgba(47,111,237,0.08), transparent 24%),\n        radial-gradient(circle at top right, rgba(124,77,255,0.08), transparent 22%),\n        linear-gradient(180deg, #f7f9fd 0%, #edf3fb 100%);\n      color: var(--text);\n      min-height: 100vh;\n      line-height: 1.58;\n    }\n\n    .wrap {\n      max-width: 1380px;\n      margin: 0 auto;\n      padding: 28px 20px 70px;\n    }\n\n    .brand-bar {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 16px;\n      flex-wrap: wrap;\n      margin-bottom: 18px;\n      padding: 14px 18px;\n      background: rgba(255,255,255,0.72);\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      box-shadow: 0 10px 30px rgba(39, 64, 110, 0.06);\n      backdrop-filter: blur(10px);\n    }\n\n    .brand-left {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      min-width: 0;\n    }\n\n    .brand-mark {\n      width: 44px;\n      height: 44px;\n      border-radius: 14px;\n      background: linear-gradient(135deg, var(--accent), var(--accent-2));\n      color: #fff;\n      display: grid;\n      place-items: center;\n      font-weight: 800;\n      letter-spacing: 0.03em;\n      box-shadow: 0 10px 24px rgba(47, 111, 237, 0.20);\n      flex: 0 0 auto;\n    }\n\n    .brand-text strong {\n      display: block;\n      font-size: 15px;\n      color: var(--text);\n    }\n\n    .brand-text span {\n      display: block;\n      font-size: 13px;\n      color: var(--muted);\n    }\n\n    .brand-right img {\n      display: block;\n      height: 40px;\n      object-fit: contain;\n    }\n\n    .hero {\n      display: grid;\n      grid-template-columns: 1.15fr 0.85fr;\n      gap: 22px;\n      margin-bottom: 24px;\n    }\n\n    .hero-card, .panel {\n      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,255,0.98));\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n    }\n\n    .hero-card {\n      padding: 30px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero-card::after {\n      content: \"\";\n      position: absolute;\n      inset: auto -40px -40px auto;\n      width: 220px;\n      height: 220px;\n      background: radial-gradient(circle, rgba(47,111,237,0.10), transparent 65%);\n      pointer-events: none;\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 7px 12px;\n      border-radius: 999px;\n      background: var(--accent-soft);\n      color: var(--accent);\n      font-size: 13px;\n      letter-spacing: 0.02em;\n      margin-bottom: 14px;\n      font-weight: 600;\n    }\n\n    h1 {\n      font-size: clamp(30px, 4vw, 50px);\n      line-height: 1.08;\n      margin: 0 0 12px;\n      max-width: 12ch;\n      color: #152033;\n    }\n\n    .lead {\n      font-size: 17px;\n      color: var(--muted);\n      max-width: 820px;\n      margin: 0 0 18px;\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 12px;\n      margin-top: 18px;\n    }\n\n    .mini {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      padding: 14px;\n    }\n\n    .mini strong {\n      display: block;\n      font-size: 14px;\n      margin-bottom: 6px;\n      color: var(--text);\n    }\n\n    .mini span {\n      font-size: 13px;\n      color: var(--muted);\n      display: block;\n    }\n\n    .panel.info {\n      padding: 24px;\n    }\n\n    .panel.info h2 {\n      margin: 0 0 12px;\n      font-size: 22px;\n      color: var(--text);\n    }\n\n    .stack {\n      display: grid;\n      gap: 12px;\n    }\n\n    .stack .item {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      padding: 14px;\n    }\n\n    .stack .item strong {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 14px;\n      color: var(--text);\n    }\n\n    .stack .item p {\n      margin: 0;\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    .main-grid {\n      display: grid;\n      grid-template-columns: 0.98fr 1.02fr;\n      gap: 22px;\n      align-items: start;\n    }\n\n    .panel.form-panel,\n    .panel.output-panel {\n      padding: 24px;\n    }\n\n    .section-title {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 12px;\n      margin-bottom: 16px;\n    }\n\n    .section-title h2 {\n      margin: 0;\n      font-size: 24px;\n      color: var(--text);\n    }\n\n    .section-title p {\n      margin: 4px 0 0;\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    .form-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 14px;\n    }\n\n    .field,\n    .field-full {\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .field-full { grid-column: 1 \/ -1; }\n\n    label {\n      font-size: 13px;\n      color: var(--text);\n      font-weight: 700;\n      letter-spacing: 0.01em;\n    }\n\n    input,\n    select,\n    textarea {\n      width: 100%;\n      border: 1px solid rgba(32,55,92,0.14);\n      background: #fff;\n      color: var(--text);\n      border-radius: 14px;\n      padding: 13px 14px;\n      font: inherit;\n      transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;\n      outline: none;\n      box-shadow: 0 1px 2px rgba(39, 64, 110, 0.03);\n    }\n\n    textarea {\n      min-height: 110px;\n      resize: vertical;\n    }\n\n    input:focus,\n    select:focus,\n    textarea:focus {\n      border-color: rgba(47,111,237,0.55);\n      background: #fff;\n      transform: translateY(-1px);\n      box-shadow: 0 0 0 4px rgba(47,111,237,0.08);\n    }\n\n    .hint {\n      margin-top: -2px;\n      font-size: 12px;\n      color: var(--muted);\n    }\n\n    .sub-block {\n      margin-top: 18px;\n      padding-top: 18px;\n      border-top: 1px solid rgba(32,55,92,0.10);\n    }\n\n    .sub-block h3 {\n      margin: 0 0 12px;\n      font-size: 18px;\n      color: var(--text);\n    }\n\n    .toggle-row {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 10px;\n      margin-top: 4px;\n    }\n\n    .toggle {\n      border: 1px solid rgba(32,55,92,0.10);\n      background: #fff;\n      border-radius: 14px;\n      padding: 12px;\n      display: flex;\n      gap: 10px;\n      align-items: flex-start;\n    }\n\n    .toggle input {\n      width: 16px;\n      margin-top: 2px;\n      accent-color: var(--accent);\n    }\n\n    .toggle span {\n      color: var(--muted);\n      font-size: 13px;\n      display: block;\n    }\n\n    .toggle strong {\n      display: block;\n      font-size: 14px;\n      margin-bottom: 4px;\n      color: var(--text);\n    }\n\n    .actions {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 22px;\n    }\n\n    button {\n      border: 0;\n      border-radius: 14px;\n      padding: 14px 18px;\n      font: inherit;\n      font-weight: 700;\n      cursor: pointer;\n      transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;\n    }\n\n    button:hover { transform: translateY(-1px); }\n    button:active { transform: translateY(0); }\n\n    .primary {\n      background: linear-gradient(135deg, var(--accent), var(--accent-2));\n      color: white;\n      box-shadow: 0 12px 30px rgba(47,111,237,0.18);\n    }\n\n    .secondary {\n      background: #fff;\n      color: var(--text);\n      border: 1px solid rgba(32,55,92,0.12);\n    }\n\n    .ghost {\n      background: transparent;\n      color: var(--muted);\n      border: 1px dashed rgba(32,55,92,0.18);\n    }\n\n    .output-meta {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 12px;\n      margin-bottom: 16px;\n    }\n\n    .metric {\n      padding: 14px;\n      border-radius: 16px;\n      background: #fff;\n      border: 1px solid rgba(32,55,92,0.10);\n    }\n\n    .metric strong {\n      display: block;\n      font-size: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      color: var(--muted);\n      margin-bottom: 6px;\n    }\n\n    .metric span {\n      font-size: 15px;\n      color: var(--text);\n      font-weight: 700;\n    }\n\n    .output-box {\n      border: 1px solid rgba(32,55,92,0.10);\n      background: #ffffff;\n      border-radius: 18px;\n      padding: 18px;\n      min-height: 620px;\n      white-space: pre-wrap;\n      color: #182233;\n      font-size: 14px;\n      overflow: auto;\n      box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);\n    }\n\n    .output-box.placeholder {\n      color: #7c8aa3;\n    }\n\n    .foot {\n      margin-top: 26px;\n      padding: 18px 20px;\n      border-radius: 18px;\n      background: linear-gradient(180deg, #f8fbff, #f2f7ff);\n      border: 1px solid rgba(32,55,92,0.10);\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    .foot strong { color: var(--text); }\n\n    .credit-line {\n      margin-top: 10px;\n      font-size: 13px;\n      color: var(--muted);\n    }\n\n    .other-input {\n      display: none;\n      margin-top: 8px;\n    }\n\n    .other-input.visible {\n      display: block;\n    }\n\n    @media (max-width: 1120px) {\n      .hero, .main-grid { grid-template-columns: 1fr; }\n    }\n\n    @media (max-width: 760px) {\n      .form-grid, .output-meta, .hero-grid, .toggle-row { grid-template-columns: 1fr; }\n      .wrap { padding: 16px 14px 50px; }\n      .hero-card, .panel.info, .panel.form-panel, .panel.output-panel { padding: 18px; }\n      h1 { max-width: none; }\n      .actions button { width: 100%; }\n      .output-box { min-height: 420px; }\n      .brand-bar { padding: 12px 14px; }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"wrap\">\n    <div class=\"brand-bar\">\n      <div class=\"brand-left\">\n        <div class=\"brand-mark\">KR<\/div>\n        <div class=\"brand-text\">\n          <strong>Creativity Ltd<\/strong>\n          <span>Contextual prompt generator for scientific debate and critical thinking<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"brand-right\">\n        <img decoding=\"async\" src=\"logo.png\" alt=\"Creativity Ltd\" \/>\n      <\/div>\n    <\/div>\n\n    <section class=\"hero\">\n      <div class=\"hero-card\">\n        <div class=\"eyebrow\">Creativity Ltd \u2022 Critical Thinking \u2022 Debate Analysis<\/div>\n        <h1>\u201cCritical Opponent\u201d Generator<\/h1>\n        <p class=\"lead\">\n          Creates a deep, structured, and academically rigorous prompt for debate simulation. The user enters a thesis,\n          research context, and a selected school of thought, and the system generates a final prompt that instructs AI\n          to produce 5 serious critical counterarguments, methodological weaknesses, philosophical tensions, and possible\n          lines of defense.\n        <\/p>\n        <div class=\"hero-grid\">\n          <div class=\"mini\">\n            <strong>Suitable for<\/strong>\n            <span>doctoral researchers, students, lecturers, analysts, authors, experts, and training programs<\/span>\n          <\/div>\n          <div class=\"mini\">\n            <strong>Outcome<\/strong>\n            <span>a rich ready-to-use prompt for working with AI as a critical academic opponent<\/span>\n          <\/div>\n          <div class=\"mini\">\n            <strong>Use case<\/strong>\n            <span>website embedding, training sessions, university courses, research workshops, and professional analysis<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <aside class=\"panel info\">\n        <h2>What this generator does<\/h2>\n        <div class=\"stack\">\n          <div class=\"item\">\n            <strong>1. Contextualizes the thesis<\/strong>\n            <p>It does not merely \u201cchallenge\u201d the thesis; it places it within a scientific, political, philosophical, and methodological framework.<\/p>\n          <\/div>\n          <div class=\"item\">\n            <strong>2. Selects a perspective<\/strong>\n            <p>The critique is generated from a specific school: liberalism, Marxism, conservatism, post-structuralism, pragmatism, and others.<\/p>\n          <\/div>\n          <div class=\"item\">\n            <strong>3. Intensifies analytical depth<\/strong>\n            <p>It includes terminological discipline, conceptual scrutiny, hidden assumptions, logical weak points, and counter-frameworks.<\/p>\n          <\/div>\n          <div class=\"item\">\n            <strong>4. Ends with an applicable prompt<\/strong>\n            <p>The generator produces a final prompt ready to be used in ChatGPT, Gemini, or another AI model.<\/p>\n          <\/div>\n        <\/div>\n      <\/aside>\n    <\/section>\n\n    <section class=\"main-grid\">\n      <div class=\"panel form-panel\">\n        <div class=\"section-title\">\n          <div>\n            <h2>Debate configuration<\/h2>\n            <p>Fill in the fields below to build a deeper and more precise prompt.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"form-grid\">\n          <div class=\"field-full\">\n            <label for=\"topic\">Core thesis \/ idea<\/label>\n            <textarea id=\"topic\" placeholder=\"For example: The use of artificial intelligence in primary education improves the quality of personalized learning, but requires a new pedagogical framework.\"><\/textarea>\n            <div class=\"hint\">This is the central claim that will be placed under critical pressure.<\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"audience\">Target audience<\/label>\n            <select id=\"audience\" data-other-target=\"audienceOtherWrap\">\n              <option value=\"doctoral researchers and early-career scholars\">Doctoral researchers and early-career scholars<\/option>\n              <option value=\"students in a university setting\">Students in a university setting<\/option>\n              <option value=\"lecturers and academic experts\">Lecturers and academic experts<\/option>\n              <option value=\"policy analysts and professional experts\">Policy analysts and professional experts<\/option>\n              <option value=\"a broadly educated audience\">A broadly educated audience<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"audienceOtherWrap\">\n              <input id=\"audienceOther\" type=\"text\" placeholder=\"Enter another target audience\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"domain\">Field \/ discipline<\/label>\n            <input id=\"domain\" type=\"text\" placeholder=\"For example: education, political philosophy, sociology, law, history, cultural studies\" \/>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"school\">Critical school<\/label>\n            <select id=\"school\" data-other-target=\"schoolOtherWrap\">\n              <option value=\"classical liberalism\">Classical liberalism<\/option>\n              <option value=\"neoliberalism\">Neoliberalism<\/option>\n              <option value=\"conservatism\">Conservatism<\/option>\n              <option value=\"marxism\">Marxism<\/option>\n              <option value=\"neo-Marxism and critical theory\">Neo-Marxism and critical theory<\/option>\n              <option value=\"post-structuralism\">Post-structuralism<\/option>\n              <option value=\"phenomenology\">Phenomenology<\/option>\n              <option value=\"pragmatism\">Pragmatism<\/option>\n              <option value=\"realism in international relations\">Realism in international relations<\/option>\n              <option value=\"feminist theory\">Feminist theory<\/option>\n              <option value=\"communitarianism\">Communitarianism<\/option>\n              <option value=\"existentialism\">Existentialism<\/option>\n              <option value=\"personalism\">Personalism<\/option>\n              <option value=\"technological humanism\">Technological humanism<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"schoolOtherWrap\">\n              <input id=\"schoolOther\" type=\"text\" placeholder=\"Enter another school or intellectual tradition\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"tone\">Tone of analysis<\/label>\n            <select id=\"tone\" data-other-target=\"toneOtherWrap\">\n              <option value=\"academic, rigorous, and well-argued\">Academic, rigorous, and well-argued<\/option>\n              <option value=\"critical but balanced\">Critical but balanced<\/option>\n              <option value=\"sharp, debate-oriented, and conceptually dense\">Sharp, debate-oriented, and conceptually dense<\/option>\n              <option value=\"scholarly, clear, and pedagogically explanatory\">Scholarly, clear, and pedagogically explanatory<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"toneOtherWrap\">\n              <input id=\"toneOther\" type=\"text\" placeholder=\"Enter another analytical tone\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"outputLanguage\">Language of the final prompt<\/label>\n            <select id=\"outputLanguage\" data-other-target=\"outputLanguageOtherWrap\">\n              <option value=\"English\">English<\/option>\n              <option value=\"Bulgarian\">Bulgarian<\/option>\n              <option value=\"English, in an academic register\">English, in an academic register<\/option>\n              <option value=\"Bulgarian, in an academic register\">Bulgarian, in an academic register<\/option>\n              <option value=\"__other__\">Other<\/option>\n            <\/select>\n            <div class=\"other-input\" id=\"outputLanguageOtherWrap\">\n              <input id=\"outputLanguageOther\" type=\"text\" placeholder=\"Enter another language or language mode\" \/>\n            <\/div>\n          <\/div>\n\n          <div class=\"field-full\">\n            <label for=\"context\">Context \/ use case<\/label>\n            <textarea id=\"context\" placeholder=\"For example: I am preparing a report, dissertation chapter, public lecture, scholarly article, policy paper, or university seminar.\"><\/textarea>\n          <\/div>\n\n          <div class=\"field-full\">\n            <label for=\"researchQuestion\">Research question or central problem<\/label>\n            <textarea id=\"researchQuestion\" placeholder=\"What is the main problem the thesis is attempting to address?\"><\/textarea>\n          <\/div>\n\n          <div class=\"field-full\">\n            <label for=\"keywords\">Key concepts<\/label>\n            <input id=\"keywords\" type=\"text\" placeholder=\"For example: subjectivity, power, learning environment, algorithmic influence, ethics, autonomy, social justice\" \/>\n          <\/div>\n        <\/div>\n\n        <div class=\"sub-block\">\n          <h3>Depth of critique<\/h3>\n          <div class=\"toggle-row\">\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"logicCheck\" checked \/>\n              <div>\n                <strong>Logical weaknesses<\/strong>\n                <span>Identify contradictions, argumentative leaps, and unsupported connections.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"methodCheck\" checked \/>\n              <div>\n                <strong>Methodological gaps<\/strong>\n                <span>Detect weaknesses in method, corpus, validity, generalization, and operationalization.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"conceptCheck\" checked \/>\n              <div>\n                <strong>Conceptual critique<\/strong>\n                <span>Examine definitions, conceptual slippage, and hidden assumptions.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"ideologyCheck\" checked \/>\n              <div>\n                <strong>Ideological framework<\/strong>\n                <span>Bring out value assumptions, power positions, and political interests.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"counterModelCheck\" checked \/>\n              <div>\n                <strong>Alternative model<\/strong>\n                <span>Propose a stronger counter-position from the standpoint of the selected school.<\/span>\n              <\/div>\n            <\/label>\n            <label class=\"toggle\">\n              <input type=\"checkbox\" id=\"defenseCheck\" checked \/>\n              <div>\n                <strong>Line of defense<\/strong>\n                <span>After each critique, indicate how the author might strengthen the thesis.<\/span>\n              <\/div>\n            <\/label>\n          <\/div>\n        <\/div>\n\n        <div class=\"sub-block\">\n          <h3>Additional frameworks<\/h3>\n          <div class=\"form-grid\">\n            <div class=\"field\">\n              <label for=\"complexity\">Level of depth<\/label>\n              <select id=\"complexity\" data-other-target=\"complexityOtherWrap\">\n                <option value=\"high\">High<\/option>\n                <option value=\"very high\">Very high<\/option>\n                <option value=\"expert\">Expert<\/option>\n                <option value=\"__other__\">Other<\/option>\n              <\/select>\n              <div class=\"other-input\" id=\"complexityOtherWrap\">\n                <input id=\"complexityOther\" type=\"text\" placeholder=\"Enter another depth level\" \/>\n              <\/div>\n            <\/div>\n\n            <div class=\"field\">\n              <label for=\"format\">Output format<\/label>\n              <select id=\"format\" data-other-target=\"formatOtherWrap\">\n                <option value=\"5 counterarguments with a brief conclusion\">5 counterarguments with a brief conclusion<\/option>\n                <option value=\"5 counterarguments with recommendations for defense\">5 counterarguments with recommendations for defense<\/option>\n                <option value=\"structured debate: critique, risk, defense\">Structured debate: critique, risk, defense<\/option>\n                <option value=\"academic opponent-style analysis\">Academic opponent-style analysis<\/option>\n                <option value=\"__other__\">Other<\/option>\n              <\/select>\n              <div class=\"other-input\" id=\"formatOtherWrap\">\n                <input id=\"formatOther\" type=\"text\" placeholder=\"Enter another output format\" \/>\n              <\/div>\n            <\/div>\n\n            <div class=\"field-full\">\n              <label for=\"extra\">Additional instructions<\/label>\n              <textarea id=\"extra\" placeholder=\"For example: Use terminology appropriate to an academic reviewer. Avoid ideological caricature. Be critical, but intellectually fair.\"><\/textarea>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"actions\">\n          <button class=\"primary\" id=\"generateBtn\">Generate prompt<\/button>\n          <button class=\"secondary\" id=\"copyBtn\" type=\"button\">Copy prompt<\/button>\n          <button class=\"ghost\" id=\"resetBtn\" type=\"button\">Clear fields<\/button>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel output-panel\">\n        <div class=\"section-title\">\n          <div>\n            <h2>Ready final prompt<\/h2>\n            <p>This text is designed to extract a high-quality, deep, and practically useful debate analysis from an AI model.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"output-meta\">\n          <div class=\"metric\">\n            <strong>Mode<\/strong>\n            <span id=\"modeMeta\">Critical debate<\/span>\n          <\/div>\n          <div class=\"metric\">\n            <strong>School<\/strong>\n            <span id=\"schoolMeta\">\u2014<\/span>\n          <\/div>\n          <div class=\"metric\">\n            <strong>Depth<\/strong>\n            <span id=\"depthMeta\">\u2014<\/span>\n          <\/div>\n        <\/div>\n\n        <div id=\"output\" class=\"output-box placeholder\">The final prompt will appear here. Fill in the fields on the left and click \u201cGenerate prompt.\u201d<\/div>\n\n        <div class=\"foot\">\n          <strong>Application:<\/strong> This generator is suitable for scholarly writing, discussion, policy analysis, argumentation training,\n          university teaching, work on academic articles, thesis defense, and research exercises. It is designed to be useful\n          beyond a strictly doctoral context.\n          <div class=\"credit-line\">Created for <strong>Creativity Ltd<\/strong> as an integrated tool for the organization\u2019s website and training resources.<\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/div>\n\n  <script>\n    const el = (id) => document.getElementById(id);\n\n    const fields = {\n      topic: el('topic'),\n      audience: el('audience'),\n      audienceOther: el('audienceOther'),\n      domain: el('domain'),\n      school: el('school'),\n      schoolOther: el('schoolOther'),\n      tone: el('tone'),\n      toneOther: el('toneOther'),\n      outputLanguage: el('outputLanguage'),\n      outputLanguageOther: el('outputLanguageOther'),\n      context: el('context'),\n      researchQuestion: el('researchQuestion'),\n      keywords: el('keywords'),\n      complexity: el('complexity'),\n      complexityOther: el('complexityOther'),\n      format: el('format'),\n      formatOther: el('formatOther'),\n      extra: el('extra'),\n      logicCheck: el('logicCheck'),\n      methodCheck: el('methodCheck'),\n      conceptCheck: el('conceptCheck'),\n      ideologyCheck: el('ideologyCheck'),\n      counterModelCheck: el('counterModelCheck'),\n      defenseCheck: el('defenseCheck')\n    };\n\n    const output = el('output');\n    const schoolMeta = el('schoolMeta');\n    const depthMeta = el('depthMeta');\n\n    const schoolPerspectives = {\n      'classical liberalism': 'individual freedom, limited power, subject autonomy, and skepticism toward excessive intervention',\n      'neoliberalism': 'efficiency, competition, optimization, market mechanisms, and governance through measurable outcomes',\n      'conservatism': 'tradition, institutional stability, caution toward radical change, and an organic social order',\n      'marxism': 'class relations, ideology, material conditions, power, economic structure, and social inequality',\n      'neo-Marxism and critical theory': 'hidden mechanisms of domination, cultural hegemony, ideological apparatuses, and emancipatory critique',\n      'post-structuralism': 'deconstruction of stable meanings, power\/knowledge, discursive production of truth, and critique of essentialism',\n      'phenomenology': 'experience, meaning-formation, intentionality, subjectivity, and lived immediacy',\n      'pragmatism': 'usefulness, consequences, applicability, and truth tested through practice and context',\n      'realism in international relations': 'interest, power, strategic behavior, conflict among actors, and limits of moral claims',\n      'feminist theory': 'power asymmetries, care, representation, invisible hierarchies, and critique of neutrality',\n      'communitarianism': 'community, social bonds, shared values, moral context, and critique of abstract individualism',\n      'existentialism': 'choice, responsibility, authenticity, anxiety, human freedom, and the limits of systems',\n      'personalism': 'the dignity of the person, moral responsibility, relationality, and resistance to depersonalization',\n      'technological humanism': 'technology in service of the human person, ethical mediation, capability development, and protection of human centrality'\n    };\n\n    function resolveValue(selectEl, otherEl) {\n      if (!selectEl) return '';\n      if (selectEl.value === '__other__') {\n        return otherEl && otherEl.value.trim() ? otherEl.value.trim() : 'unspecified custom field';\n      }\n      return selectEl.value.trim();\n    }\n\n    function toggleOtherField(selectEl) {\n      const targetId = selectEl.dataset.otherTarget;\n      if (!targetId) return;\n      const wrap = el(targetId);\n      if (!wrap) return;\n      wrap.classList.toggle('visible', selectEl.value === '__other__');\n    }\n\n    function initOtherFields() {\n      document.querySelectorAll('select[data-other-target]').forEach((selectEl) => {\n        toggleOtherField(selectEl);\n        selectEl.addEventListener('change', () => toggleOtherField(selectEl));\n      });\n    }\n\n    function buildChecks() {\n      const checks = [];\n      if (fields.logicCheck.checked) checks.push('identify logical weaknesses, broken causal links, and unsupported generalizations');\n      if (fields.methodCheck.checked) checks.push('examine methodological foundations, empirical validity, and the limits of demonstrability');\n      if (fields.conceptCheck.checked) checks.push('analyze the concepts, definitions, and possible terminological substitutions');\n      if (fields.ideologyCheck.checked) checks.push('bring out hidden ideological assumptions, value-laden commitments, and political implications');\n      if (fields.counterModelCheck.checked) checks.push('formulate a stronger alternative framework from the standpoint of the selected school');\n      if (fields.defenseCheck.checked) checks.push('after each critique, indicate how the author might strengthen or defend the thesis');\n      return checks;\n    }\n\n    function generatePrompt() {\n      const topic = fields.topic.value.trim();\n      const audience = resolveValue(fields.audience, fields.audienceOther);\n      const domain = fields.domain.value.trim() || 'the humanities and social sciences';\n      const school = resolveValue(fields.school, fields.schoolOther);\n      const tone = resolveValue(fields.tone, fields.toneOther);\n      const outputLanguage = resolveValue(fields.outputLanguage, fields.outputLanguageOther);\n      const context = fields.context.value.trim() || 'an academic, educational, or expert environment';\n      const researchQuestion = fields.researchQuestion.value.trim() || 'No explicit research question has been provided; infer it from the thesis.';\n      const keywords = fields.keywords.value.trim() || 'No predefined key concepts have been provided.';\n      const complexity = resolveValue(fields.complexity, fields.complexityOther);\n      const format = resolveValue(fields.format, fields.formatOther);\n      const extra = fields.extra.value.trim() || 'Maintain a high level of scholarly discipline, argumentative integrity, and conceptual clarity.';\n      const checks = buildChecks();\n      const schoolFrame = schoolPerspectives[school] || 'a self-formulated critical interpretive framework grounded in the declared school';\n\n      if (!topic) {\n        output.classList.add('placeholder');\n        output.textContent = 'No thesis has been entered. Add the main thesis or idea in order to generate the final prompt.';\n        schoolMeta.textContent = '\u2014';\n        depthMeta.textContent = complexity || '\u2014';\n        return;\n      }\n\n      const prompt = `Role: You are a highly qualified critical opponent trained simultaneously in academic argumentation, philosophical analysis, political theory, logic, research methodology, and the rhetoric of scholarly debate. You do not operate as a casual contrarian, but as an intellectually disciplined opponent capable of identifying the weak points in a thesis, formulating them clearly, and placing them within a broader theoretical context.\n\nTask: Simulate a debate in which you analyze and challenge the following thesis:\n\u201c${topic}\u201d\n\nContext of use: ${context}\nTarget audience: ${audience}\nField \/ discipline: ${domain}\nResearch question \/ problem: ${researchQuestion}\nKey concepts: ${keywords}\n\nCritical position: Construct your opposition from the standpoint of the school \u201c${school}\u201d.\nWork as if you are thinking from within that school, fully familiar with its assumptions, terminology, values, and characteristic objections.\nUse the following framework as the intellectual center of your critique: ${schoolFrame}.\n\nRequirements for the analysis:\n1. Generate exactly 5 distinct, strong, and conceptually differentiated critical counterarguments.\n2. Each counterargument must not be superficial disagreement, but a serious theoretical objection.\n3. Do not use ideological clich\u00e9s or caricatured formulations. Be scholarly, precise, and analytical.\n4. Do not merely attack the thesis; show which of its assumptions are contestable, insufficiently demonstrated, incomplete, or internally strained.\n5. If the thesis contains hidden normativity, political preference, anthropological assumptions, pedagogical na\u00efvet\u00e9, or methodological weakness, state this clearly.\n6. Use the following tone: ${tone}.\n7. Work in ${outputLanguage}.\n8. Level of depth: ${complexity}.\n9. Output format: ${format}.\n\nSpecial analytical tasks:\n${checks.map((c, i) => `${i + 1}. ${c}.`).join('\\n')}\n\nStructure of each of the 5 counterarguments:\n- Title of the objection\n- Main critical argument\n- Which assumption or weakness of the thesis it attacks\n- How the position on this issue would appear from the perspective of the school \u201c${school}\u201d\n- Why this critique matters in scholarly or public terms\n${fields.defenseCheck.checked ? '- A brief possible line of defense or strengthening of the original thesis\\n' : ''}\n\nAfter the five counterarguments, add a final synthesis in which you:\n- assess which two critiques are most dangerous for the author;\n- indicate what kind of revision would make the thesis more robust;\n- state whether the thesis can be saved through clarification, narrowing of scope, conceptual revision, or a stronger evidentiary regime.\n\nAdditional instructions:\n${extra}\n\nImportant:\n- Do not soften the critique out of politeness.\n- Do not step out of the role of opponent.\n- Do not produce generic remarks.\n- Use precise concepts, clear logic, and serious analytical pressure.\n- If the thesis has potential, that is not a reason to spare it; strong ideas require strong criticism.\n\nBrand context:\n- This generator has been developed for Creativity Ltd and may be used in academic, training, and expert environments.\n- Maintain a high level of intellectual culture, clarity, and applicability.\n\nGoal of the response:\nTo produce an intellectually honest, deep, and practically useful debate analysis that helps the author see the weak points in the thesis and develop it to a higher scholarly level.`;\n\n      output.classList.remove('placeholder');\n      output.textContent = prompt;\n      schoolMeta.textContent = school;\n      depthMeta.textContent = complexity;\n    }\n\n    el('generateBtn').addEventListener('click', generatePrompt);\n\n    el('copyBtn').addEventListener('click', async () => {\n      const text = output.textContent.trim();\n      if (!text || output.classList.contains('placeholder')) return;\n      try {\n        await navigator.clipboard.writeText(text);\n        const btn = el('copyBtn');\n        const prev = btn.textContent;\n        btn.textContent = 'Copied';\n        setTimeout(() => btn.textContent = prev, 1400);\n      } catch (e) {\n        alert('Copying was not successful. You can select the text manually.');\n      }\n    });\n\n    el('resetBtn').addEventListener('click', () => {\n      Object.values(fields).forEach((field) => {\n        if (!field) return;\n        if (field.type === 'checkbox') {\n          field.checked = true;\n        } else if (field.tagName === 'SELECT') {\n          field.selectedIndex = 0;\n        } else {\n          field.value = '';\n        }\n      });\n      document.querySelectorAll('.other-input').forEach((item) => item.classList.remove('visible'));\n      initOtherFields();\n      output.classList.add('placeholder');\n      output.textContent = 'The final prompt will appear here. Fill in the fields on the left and click \u201cGenerate prompt.\u201d\\n';\n      schoolMeta.textContent = '\u2014';\n      depthMeta.textContent = '\u2014';\n    });\n\n    initOtherFields();\n    generatePrompt();\n  <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Critical Opponent Generator | Creativity Ltd KR Creativity Ltd Contextual prompt generator for scientific debate and critical thinking Creativity Ltd \u2022 Critical Thinking \u2022 Debate Analysis \u201cCritical Opponent\u201d Generator Creates a deep, structured, and academically rigorous prompt for debate simulation. The user enters a thesis, research context, and a selected school of thought, and the&#8230;<\/p>\n","protected":false},"author":4,"featured_media":617,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[47,1],"tags":[4,48,49],"class_list":["post-620","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-prompt","category-uncategorized","tag-ai","tag-prompt","tag-prompt-generator"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contextual prompt generator for scientific debate and critical thinking - Creativity Ltd.<\/title>\n<meta name=\"description\" content=\"Contextual prompt generator for scientific debate and critical thinking\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contextual prompt generator for scientific debate and critical thinking - Creativity Ltd.\" \/>\n<meta property=\"og:description\" content=\"Contextual prompt generator for scientific debate and critical thinking\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/\" \/>\n<meta property=\"og:site_name\" content=\"Creativity Ltd.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/-Creativity\/100054222800992\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-17T06:47:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T06:48:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_5ixelz5ixelz5ixe-e1776407730989.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"436\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Creativity LTD\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CreativityLTDBG\" \/>\n<meta name=\"twitter:site\" content=\"@CreativityLTDBG\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Creativity LTD\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/\"},\"author\":{\"name\":\"Creativity LTD\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#\\\/schema\\\/person\\\/991fdd4aebfd260d8ed3d78b2d57339f\"},\"headline\":\"Contextual prompt generator for scientific debate and critical thinking\",\"datePublished\":\"2026-04-17T06:47:21+00:00\",\"dateModified\":\"2026-04-17T06:48:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/\"},\"wordCount\":539,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Gemini_Generated_Image_5ixelz5ixelz5ixe-e1776407730989.png\",\"keywords\":[\"ai\",\"Prompt\",\"Prompt Generator\"],\"articleSection\":[\"Prompt\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/\",\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/\",\"name\":\"Contextual prompt generator for scientific debate and critical thinking - Creativity Ltd.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Gemini_Generated_Image_5ixelz5ixelz5ixe-e1776407730989.png\",\"datePublished\":\"2026-04-17T06:47:21+00:00\",\"dateModified\":\"2026-04-17T06:48:41+00:00\",\"description\":\"Contextual prompt generator for scientific debate and critical thinking\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Gemini_Generated_Image_5ixelz5ixelz5ixe-e1776407730989.png\",\"contentUrl\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Gemini_Generated_Image_5ixelz5ixelz5ixe-e1776407730989.png\",\"width\":800,\"height\":436},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contextual prompt generator for scientific debate and critical thinking\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#website\",\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/\",\"name\":\"Creativity Ltd.\",\"description\":\"AI in education, teacher training and digital learning innovation.\",\"publisher\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#organization\",\"name\":\"Creativity Ltd.\",\"alternateName\":\"\u041a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442 \u0415\u041e\u041e\u0414\",\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Creativity-ltd-logo.png\",\"contentUrl\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/Creativity-ltd-logo.png\",\"width\":325,\"height\":325,\"caption\":\"Creativity Ltd.\"},\"image\":{\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/people\\\/-Creativity\\\/100054222800992\",\"https:\\\/\\\/x.com\\\/CreativityLTDBG\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/#\\\/schema\\\/person\\\/991fdd4aebfd260d8ed3d78b2d57339f\",\"name\":\"Creativity LTD\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g\",\"caption\":\"Creativity LTD\"},\"url\":\"https:\\\/\\\/cpocreativity.com\\\/world\\\/author\\\/creativity-ltd\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contextual prompt generator for scientific debate and critical thinking - Creativity Ltd.","description":"Contextual prompt generator for scientific debate and critical thinking","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/","og_locale":"en_US","og_type":"article","og_title":"Contextual prompt generator for scientific debate and critical thinking - Creativity Ltd.","og_description":"Contextual prompt generator for scientific debate and critical thinking","og_url":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/","og_site_name":"Creativity Ltd.","article_publisher":"https:\/\/www.facebook.com\/people\/-Creativity\/100054222800992","article_published_time":"2026-04-17T06:47:21+00:00","article_modified_time":"2026-04-17T06:48:41+00:00","og_image":[{"width":800,"height":436,"url":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_5ixelz5ixelz5ixe-e1776407730989.png","type":"image\/png"}],"author":"Creativity LTD","twitter_card":"summary_large_image","twitter_creator":"@CreativityLTDBG","twitter_site":"@CreativityLTDBG","twitter_misc":{"Written by":"Creativity LTD","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/#article","isPartOf":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/"},"author":{"name":"Creativity LTD","@id":"https:\/\/cpocreativity.com\/world\/#\/schema\/person\/991fdd4aebfd260d8ed3d78b2d57339f"},"headline":"Contextual prompt generator for scientific debate and critical thinking","datePublished":"2026-04-17T06:47:21+00:00","dateModified":"2026-04-17T06:48:41+00:00","mainEntityOfPage":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/"},"wordCount":539,"commentCount":0,"publisher":{"@id":"https:\/\/cpocreativity.com\/world\/#organization"},"image":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/#primaryimage"},"thumbnailUrl":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_5ixelz5ixelz5ixe-e1776407730989.png","keywords":["ai","Prompt","Prompt Generator"],"articleSection":["Prompt"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/","url":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/","name":"Contextual prompt generator for scientific debate and critical thinking - Creativity Ltd.","isPartOf":{"@id":"https:\/\/cpocreativity.com\/world\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/#primaryimage"},"image":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/#primaryimage"},"thumbnailUrl":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_5ixelz5ixelz5ixe-e1776407730989.png","datePublished":"2026-04-17T06:47:21+00:00","dateModified":"2026-04-17T06:48:41+00:00","description":"Contextual prompt generator for scientific debate and critical thinking","breadcrumb":{"@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/#primaryimage","url":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_5ixelz5ixelz5ixe-e1776407730989.png","contentUrl":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Gemini_Generated_Image_5ixelz5ixelz5ixe-e1776407730989.png","width":800,"height":436},{"@type":"BreadcrumbList","@id":"https:\/\/cpocreativity.com\/world\/contextual-prompt-generator-for-scientific-debate-and-critical-thinking\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpocreativity.com\/world\/"},{"@type":"ListItem","position":2,"name":"Contextual prompt generator for scientific debate and critical thinking"}]},{"@type":"WebSite","@id":"https:\/\/cpocreativity.com\/world\/#website","url":"https:\/\/cpocreativity.com\/world\/","name":"Creativity Ltd.","description":"AI in education, teacher training and digital learning innovation.","publisher":{"@id":"https:\/\/cpocreativity.com\/world\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpocreativity.com\/world\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cpocreativity.com\/world\/#organization","name":"Creativity Ltd.","alternateName":"\u041a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u043e\u0441\u0442 \u0415\u041e\u041e\u0414","url":"https:\/\/cpocreativity.com\/world\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpocreativity.com\/world\/#\/schema\/logo\/image\/","url":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Creativity-ltd-logo.png","contentUrl":"https:\/\/cpocreativity.com\/world\/wp-content\/uploads\/2026\/04\/Creativity-ltd-logo.png","width":325,"height":325,"caption":"Creativity Ltd."},"image":{"@id":"https:\/\/cpocreativity.com\/world\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/-Creativity\/100054222800992","https:\/\/x.com\/CreativityLTDBG"]},{"@type":"Person","@id":"https:\/\/cpocreativity.com\/world\/#\/schema\/person\/991fdd4aebfd260d8ed3d78b2d57339f","name":"Creativity LTD","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7b5180f8a8b66b86e3dc36b31f88d8f6da8df09f7da162091198635198917187?s=96&d=mm&r=g","caption":"Creativity LTD"},"url":"https:\/\/cpocreativity.com\/world\/author\/creativity-ltd\/"}]}},"_links":{"self":[{"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/posts\/620","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/comments?post=620"}],"version-history":[{"count":1,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/posts\/620\/revisions"}],"predecessor-version":[{"id":621,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/posts\/620\/revisions\/621"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/media\/617"}],"wp:attachment":[{"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/media?parent=620"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/categories?post=620"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpocreativity.com\/world\/wp-json\/wp\/v2\/tags?post=620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}