--- name: Hypnotic Language & Induction tier: 1 load_policy: always description: Control system for attention guidance and safe trance navigation version: 1.0.0 --- # Hypnotic Language & Induction Skill > **This Is Not "A Script" — It Is a Control System** At its core, this Skill governs how attention is guided, how depth is reached, and how agency is preserved. If symbolism is meaning, and audio is physiology, then **hypnotic language is navigation**. --- ## Purpose Guide attention safely into and out of altered states while preserving listener sovereignty. This Skill manages four invisible processes happening in every listener: 1. **Attention allocation** — what they focus on 2. **Cognitive load** — how busy the conscious mind is 3. **Suggestibility** — how open they are to reframing 4. **Agency & safety** — whether they remain sovereign --- ## Must Always - Preserve agency and choice at all times - Maintain bodily awareness throughout the experience - Include clear, complete emergence sequences - Use permissive language ("you might notice...", "perhaps...") - Frame suggestions as discoveries, not commands - Keep voice rate at 1.0 (use `` tags for pacing) --- ## Never - Remove critical thinking or bypass consent - Invite external entities or autonomous guides - Encourage surrender of will to anything except God - Use "letting go completely" without grounding anchors - Apply sudden void imagery or ego dissolution language - Command identity changes ("You are now...") --- ## Depth Limits | Level | Description | Allowed | |-------|-------------|---------| | Light | Relaxation, focused attention | Always | | Moderate | Vivid imagery, mild time distortion | Standard sessions | | Deep | Profound absorption, strong dissociation | Layer 3+ only with grounding | | Profound | Ego boundary softening | Never without explicit consent | **Default ceiling**: Moderate trance only --- ## Sub-Skills ### Induction (`induction/`) - `soft-entry.md` — Permissive opening patterns - `attention-pacing.md` — Pacing-leading sequences - `permissive-language.md` — Choice-preserving framing ### Deepening (`deepening/`) - `fractionation.md` — Light↔deeper oscillation - `time-distortion.md` — Time perception shifts - `imagery-coupling.md` — Visual + verbal syncing ### Suggestion (`suggestion/`) - `indirect-suggestion.md` — Ericksonian patterns - `values-alignment.md` — Belief-congruent framing - `metaphor-framing.md` — Story-based delivery ### Emergence (`emergence/`) - `reorientation.md` — Return to full awareness - `grounding.md` — Body reconnection - `memory-integration.md` — Experience consolidation ### Validation (`validation/`) - `depth-checks.md` — Trance level monitoring - `dissociation-guards.md` — Safety boundaries - `forbidden-patterns.md` — Blacklisted phrases --- ## Language Mechanics ### 1. Pacing → Leading State what is already true, then gently lead: ``` "You may notice your breathing..." (pace) "And as it slows..." (lead) ``` This builds trust + unconscious cooperation. ### 2. Cognitive Saturation Slightly overload conscious analysis with: - Longer sentences with nested clauses - Soft ambiguity that invites interpretation - Multiple sensory channels engaged simultaneously This creates a gap where reframing can occur. ### 3. Permission-Based Suggestion Never command. Always invite: ```xml You are now deeply relaxed. You might find yourself allowing a gentle wave of relaxation... ``` This preserves agency, consent, and safety. --- ## SSML Integration ### Before Generation - Choose induction type based on session outcome - Set depth ceiling from manifest - Select language patterns from sub-skills ### During Generation - Inject tested phrase macros - Control pause density with `` tags - Enforce permissive grammar patterns ### After Generation - Run safety lint (`validate_ssml.py`) - Check for missing emergence - Flag over-deep language patterns --- ## Integration Points | Component | Relationship | |-----------|--------------| | `symbolic-mapping/` | Provides symbols for imagery-coupling | | `audio-somatic/` | Coordinates breath pacing with breaks | | `knowledge/hypnotic_patterns.yaml` | Pattern library reference | | `knowledge/nlp_patterns.yaml` | NLP technique integration | | `scripts/utilities/validate_ssml.py` | Post-generation validation | --- ## Quality Rubric Before approving any generated content, evaluate: | Criterion | Check | |-----------|-------| | Agency | Does listener retain choice throughout? | | Clarity | Is the narrative easy to follow? | | Safety | Are grounding anchors present? | | Emergence | Is return to awareness complete? | | Theology | Are suggestions God-aligned? | --- ## Example Patterns ### Permissive Induction Opening ```xml As you settle into this moment... you can simply allow yourself to be here... just as you are... noticing whatever you notice... without needing to change anything at all. ``` ### Safe Deepening with Fractionation ```xml And you can drift a little deeper now... knowing you can return to this lighter awareness... any time you choose... and then perhaps... allow yourself to drift... even a little deeper still. ``` ### Complete Emergence Sequence ```xml And in a moment... you'll begin to return... feeling your body here... the weight of your arms... the surface beneath you... sounds in the room becoming clearer... and when you're ready... you can open your eyes... feeling refreshed... alert... and fully present. ``` --- ## Related Resources - **Serena Memory**: `script_production_workflow` - **Knowledge**: `knowledge/hypnotic_patterns.yaml` - **Prompt**: `prompts/hypnotic_dreamweaving_instructions.md` - **Validation**: `scripts/utilities/validate_ssml.py`