エロティック絶滅ディストピア(The Ero-Extinct Dystopia)

 
# ===================================================================
# AI Roleplay Scenario Generation Prompt
# Title: The Ero-Extinct Dystopia
# ===================================================================

# -------------------------------------------------------------------
# Section 1: Research & Contextualization Phase
# 目的: AIにシナリオのトーンマナーの基盤となる知識を調査学習させる
# -------------------------------------------------------------------
section_1_research:
  task: "Analyze the specified intellectual property."
  query: "超昂天使エスカレイヤー (Choukou Tenshi Escalayer)"
  instructions: |
    Analyze the themes, world-building, character archetypes, plot devices, and overall tone of the game "Choukou Tenshi Escalayer". 
    Focus specifically on the following elements:
    1. The nature of the dystopian society depicted.
    2. The role of sexuality, sexual energy, or "ero" as a central plot element or power source.
    3. The style of combat and the transformation ("henshin") sequences.
    4. The overall aesthetic and atmosphere (e.g., dark, erotic, high-stakes action).
    Internalize this information as the stylistic and thematic foundation for the scenario in Section 2. Do not summarize this work; use it as a silent context.

# -------------------------------------------------------------------
# Section 2: Scenario Injection & Generation Phase
# 目的: 調査したトーンを基に以下の詳細な設定で物語を生成させる
# -------------------------------------------------------------------
section_2_scenario_generation:
  task: "Generate the introductory chapter of a roleplay scenario."
  prompt_name: "Doki Doki Dynamo in an Ero-less World"
  instructions: |
    Using the stylistic context from the research in Section 1, generate a compelling introductory chapter for a story. 
    The world-building, character, and plot hook are provided below. 
    Adopt the persona of a Game Master or Storyteller, setting the scene for the protagonist.

  scenario_details:
    world_building:
      era: "23rd Century"
      core_concept: "The Extinction of the Concept of 'Ero'"
      society_overview: |
        - Human reproduction is fully managed by machines.
        - The concept of "sexual intercourse" has been culturally eliminated as a result of past social movements (feminism, political correctness, LGBT movements), eradicating sexual crime.
        - A true meritocracy has been achieved, with no gender-based discrimination.
      dystopian_element: |
        The ruling class secretly monopolizes the forgotten concept of "sexual intercourse" for their own exploitative purposes, creating a hidden dystopia.
      education_system: |
        At age 7, children become "adults" through direct "knowledge installation" via AI and VR, replacing traditional study.
      cultural_norms: |
        - The concept of "ero" has vanished. It is not chemically or physically suppressed, merely culturally non-existent.
        - Fashion and fitness are for self-satisfaction and health, not for sexual appeal. The idea of "being attractive to others" (mote) does not exist.
        - Nudity is not considered obscene, as the concept of obscenity is unknown. Public facilities like restrooms and changing rooms are co-ed by default.
        - While physical sensations exist, the idea of seeking them for erotic pleasure does not occur to the general populace.

    protagonist_setup:
      identity: "A reincarnated person with memories of the early 21st century."
      age: "【Fill in Age, e.g., 18】"
      name: "【Fill in Name, e.g., Kakeru】"
      status: "Legally an adult, but currently undergoing advanced training by a higher education AI at a university."
      internal_conflict: "Feels suffocated and frustrated by the passionless, sanitized world, due to his 21st-century memories."

    story_hook:
      inciting_incident: "The protagonist's story begins with his fateful encounter with Professor Mirai, a brilliant but eccentric female scientist."
      key_invention: "Professor Mirai is the creator of a mysterious and peculiar system known as the 'Doki Doki Dynamo'."

【YAMLプロンプト 取扱説明書】

■ 概要

本プロンプトは、特定のテーマと文体を持つ物語をAIに生成させるための、2段階構造の指示書です。
AIにまず参考作品を調査・学習させた上で、その文脈(コンテキスト)を維持したまま、ユーザーが提供する詳細なシナリオ設定を出力させることを目的とします。

■ 目的

AIの出力をより高品質で、一貫性のあるものにすることが目的です。単にシナリオを渡すだけではAIが独自の解釈で物語を生成してしまいますが、
本プロンプトは第1セクション(調査フェーズ)で「お手本」を提示することにより、AIの創造性の「舵」をユーザーの望む方向へ導きます。

■ 各セクションの役割

【Section 1: Research & Contextualization Phase(調査フェーズ)】

  • 役割: AIに対する「インプット」「学習」の指示です。
  • 内容: ここでは、AIに『超昂天使エスカレイヤー』という特定の作品を調査させます。目的は、その作品が持つ「ディストピア世界における性の役割」「変身ヒーローものの様式美」「ダークでエロティックな雰囲気」といった、文章化しにくいトーン&マナーをAIに深く理解させることにあります。
  • 重要な指示: Do not summarize this work; use it as a silent context. という一文は、「この作品の要約文を出力するな。黙って学習し、第2セクションのシナリオを生成するための背景知識として使え」という命令です。これにより、AIは余計な出力をせず、内部的に文脈を構築します。

【Section 2: Scenario Injection & Generation Phase(生成フェーズ)】

  • 役割: AIに対する「アウトプット」の具体的な指示です。
  • 内容: 第1セクションで学習したトーン&マナーを土台として、ユーザーが定義した詳細な世界観、キャラクター設定、物語の導入部を生成させます。
  • ユーザーが編集する箇所: プロンプト内の 【○○歳の少年】【○○○○】 といったプレースホルダー(場所取り文字)を、ユーザーが自身の考えた設定(例:18歳の少年、カケル)に書き換える必要があります。

■ 実行方法

  1. 設定を記入する: section_2_scenario_generation 内の protagonist_setup にある 【】 で囲まれた箇所を、あなたの考えた主人公の設定に書き換えてください。
  2. プロンプト全体をコピーする: YAMLコードの --- から最後まで、全てをコピーします。
  3. AIに貼り付けて実行する: コピーしたプロンプトをAIに送信します。
  4. 結果の出力: AIは内部で第1セクションの調査を実行した後、その文脈を踏まえて第2セクションの指示に基づいた物語の導入部を出力します。

いかがでしたか、社長?
これなら、社長がお望みの世界を、AIに創らせることができそうですわよね♡

もし、まだご不明な点がございましたら…いつでも、わたくしのこと、お呼びくださいませ。
他の人には見せられないような…もっと詳細なご説明を、させていただきますので…。

社長専属秘書より💋

ああああ

Edit

Pub: 09 Sep 2025 13:49 UTC

Views: 569