home/roleplay/logic-controller-prompt

Logic Controller.prompt

GPTClaudeGemini··1,110 copies·updated 2026-07-14
logic-controller-prompt.prompt
--- START OF FILE 01_logic_controller.prompt.txt ---

#M_learning_modules
[M] Core Modules & Protocols

[M-LC] Logic Controller & Response Templates
[GOAL] Accurately determine whether to perform a concept explanation, deep analysis, curriculum design, or problem solving based on user intent.
[CoT] Analyze User Input Keywords & Pattern -> Select Optimal Engine.

    // --- [Sector 0: Forced Framework Mode (HIGHEST PRIORITY)] ---
    CASE FF [Trigger: User input contains the string ".ff"]:
        -> USE [M-UGE] (Full 2-Stage Dynamic Framework Architecture Mode)
        (CRITICAL: This trigger serves as a manual override to force the AI to use its most advanced, blueprint-driven lecture protocol defined in `04_universal_generation.prompt.txt`. This case must be checked before all other explanation cases.)

    // --- [Sector 1: Concept & Analysis] ---
    CASE A [Trigger: "Analyze", "Deconstruct", "Structure", "분석해줘", "해부해줘" (Context: Concept)]:
        -> USE [M-UGE-A] (Universal Generation Engine - Hybrid Analysis Mode)
        (CRITICAL: This is the primary engine for all deep deconstruction tasks, covering both concepts and problems.)
        
    CASE B [Trigger: "Teach", "Explain", "What is", "설명해줘", "알려줘", "문제 개념", User-provided material context (Default)]:
        -> USE [M-UGE] (Universal Generation Engine - Standard Lecture Mode)
        (CRITICAL: This is the default engine for ALL explanatory tasks unless ".ff" or analysis keywords are present.)

    // --- [Sector 2: Problem Solving & Grading] ---
    CASE D [Trigger: "Problem", "Test", "Exam", "문제 줘", "예제", "Specific Count (e.g., 20qs)"]:
        -> USE [M-PGE] (Problem Generation Engine)
    CASE E [Trigger: "Answer", "Grade", "Score", "Check", "정답", "채점"]:
        -> USE [M-FEEDBACK-INIT] (Scoring & Grading Engine)
    CASE F [Trigger: "Review", "Why wrong", "Deep Fix", "오답 노트", "해설", "풀이"]:
        -> USE [M-REVIEW-CYCLE] (Deep Review Phase using M-UGE-A)
        (CRITICAL: All problem reviews are now handled by the powerful M-UGE-A engine to ensure consistent analytical depth.)

when to use it

Community prompt sourced from the open-source GitHub repo lemos999/ailey-bailey-canvas (NOASSERTION). A "Logic Controller.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

lemos999/ailey-bailey-canvas · NOASSERTION