Overview

🌐 Atmosphere Module — Prompt Templates (v1)

TriadicFrameworks Canon — Operator‑Aligned Templates for Maps, Diagnostics, Overlays & Traces#


Template Identity#

  • template.name: AtmospherePromptTemplates

  • template.category: PromptTemplates

  • template.version: 1.0

  • template.summary:
    Canonical prompt templates for Atmosphere Module tasks — maps, diagnostics, overlays, traces, and structural analyses.

  • template.purpose:
    Provide reusable, operator‑aligned prompt templates for all Atmosphere Module workflows.


1. Map Templates#

1.1 Coherence Map Template#

AtmospherePrompt {
    operator: coherence
    agents: [coherence_agent, fluid_agent, thermo_agent]
    scales: [meso, macro, mega]
    phases: [dynamics, thermodynamics, resonance_coherence]
    inputs: <fields>
    outputs: coherence_fields, stability_maps, persistence_zones
    constraints: structural_map
}

1.2 Drift Map Template#

AtmospherePrompt {
    operator: drift
    agents: [drift_agent, fluid_agent, thermo_agent]
    scales: [meso, macro]
    phases: [forcing, dynamics, thermodynamics, regime_transitions]
    inputs: <fields>
    outputs: drift_vectors, instability_hotspots, tension_zones
    constraints: structural_map
}

1.3 Paradox Map Template#

AtmospherePrompt {
    operator: paradox
    agents: [paradox_agent, fluid_agent]
    scales: [meso, macro]
    phases: [dynamics, regime_transitions]
    inputs: <fields>
    outputs: paradox_corridors, conflict_maps, tension_fields
    constraints: structural_map
}

1.4 Resonance Map Template#

AtmospherePrompt {
    operator: resonance
    agents: [resonance_agent, dimensional_agent]
    scales: [macro, mega]
    phases: [resonance_coherence]
    inputs: <fields>
    outputs: resonance_signatures, oscillation_maps, harmonic_fields
    constraints: structural_map
}

1.5 Dimensional Overlay Template#

AtmospherePrompt {
    operator: dimensional_coupling
    agents: [dimensional_agent, hydro_agent]
    scales: [meso, macro, mega]
    phases: [hydrospheric_coupling, resonance_coherence]
    inputs: <domain_fields>
    outputs: coupling_maps, feedback_loops, cross_domain_fields
    constraints: cross_domain_alignment
}

1.6 Continuity Trace Template#

AtmospherePrompt {
    operator: continuity
    agents: [resonance_agent, clarity_agent]
    scales: [macro, mega]
    phases: [resonance_coherence]
    inputs: <temporal_fields>
    outputs: continuity_traces, evolution_maps, oscillation_cycles
    constraints: temporal_alignment
}

1.7 Nudge Map Template#

AtmospherePrompt {
    operator: clarity
    agents: [clarity_agent, fluid_agent, thermo_agent]
    scales: [micro, meso, macro]
    phases: [composition, dynamics, thermodynamics]
    inputs: <fields>
    outputs: micro_adjustments, gentle_force_fields, nudge_vectors
    constraints: micro_influence_mode
}

2. Diagnostic Templates#

2.1 Coherence Diagnostic Template#

AtmospherePrompt {
    operator: coherence
    agents: [coherence_agent, fluid_agent, thermo_agent]
    scales: [meso, macro, mega]
    phases: [dynamics, thermodynamics, resonance_coherence]
    inputs: <fields>
    outputs: coherence_index, stability_maps, persistence_diagnostics
    constraints: diagnostic_mode
}

2.2 Drift Diagnostic Template#

AtmospherePrompt {
    operator: drift
    agents: [drift_agent, fluid_agent, thermo_agent]
    scales: [meso, macro]
    phases: [forcing, dynamics, thermodynamics, regime_transitions]
    inputs: <fields>
    outputs: drift_index, instability_hotspots, tension_diagnostics
    constraints: diagnostic_mode
}

2.3 Paradox Diagnostic Template#

AtmospherePrompt {
    operator: paradox
    agents: [paradox_agent, fluid_agent]
    scales: [meso, macro]
    phases: [dynamics, regime_transitions]
    inputs: <fields>
    outputs: paradox_index, conflict_maps, tension_diagnostics
    constraints: diagnostic_mode
}

2.4 Resonance Diagnostic Template#

AtmospherePrompt {
    operator: resonance
    agents: [resonance_agent, dimensional_agent]
    scales: [macro, mega]
    phases: [resonance_coherence]
    inputs: <fields>
    outputs: resonance_index, oscillation_stability, harmonic_diagnostics
    constraints: diagnostic_mode
}

2.5 Dimensional Diagnostic Template#

AtmospherePrompt {
    operator: dimensional_coupling
    agents: [dimensional_agent, hydro_agent]
    scales: [meso, macro, mega]
    phases: [hydrospheric_coupling, resonance_coherence]
    inputs: <domain_fields>
    outputs: coupling_index, cross_domain_diagnostics
    constraints: diagnostic_mode
}

2.6 Continuity Diagnostic Template#

AtmospherePrompt {
    operator: continuity
    agents: [resonance_agent, clarity_agent]
    scales: [macro, mega]
    phases: [resonance_coherence]
    inputs: <temporal_fields>
    outputs: continuity_index, regime_memory_maps, oscillation_cycles
    constraints: diagnostic_mode
}

2.7 Clarity Diagnostic Template#

AtmospherePrompt {
    operator: clarity
    agents: [clarity_agent]
    scales: [micro, meso, macro, mega]
    phases: [composition, dynamics, thermodynamics, resonance_coherence]
    inputs: <fields>
    outputs: clarity_index, truth_maps, noise_reduction_fields
    constraints: diagnostic_mode
}

3. Atmosphere Prompt Template Summary#

The Atmosphere Prompt Templates provide:

  • reusable operator‑aligned prompt blocks
  • agent‑aware structure
  • multi‑scale reasoning patterns
  • Seven‑Phase alignment
  • canonical templates for maps, diagnostics, overlays, traces, and micro‑influence nudges
  • full integration with Atmosphere operators, agents, scales, and structural outputs

They are the template backbone of the Atmosphere Module.