AtlasDesign map · 42%

Velo spatial prompt canvas

Nine bordered domains. Compact boxes expand on click. Copy speaks to the agent, not to you. Source file final organizing prompts.md is the first Templates box, complete.

Sections 9 Boxes 31 Teal #2EE6A8 design.addict.best

General Prompts

Core R&D & Automation · 4 boxes

Comprehensive AI tool research, deep iterative search frameworks, creative problem-solving extensions, and autonomous growth engine prompts.

Tool DiscoveryCopy this box to: Extract AI tools from video links, discover unique capabilities, and find superior free alternatives
Analyze all provided video URLs, transcripts, or reference links and extract a structured intelligence report on all mentioned AI tools:

1. COMPREHENSIVE AI TOOLS EXTRACTION:
   - Identify every single AI tool, model, platform, MCP server, GitHub repository, and utility mentioned.
   - Provide direct official access links for each tool.
   - Explain the unique, specialized competitive advantage of each tool: exactly what does it do better than mainstream alternatives?

2. COMPARATIVE MATRIX & SUPERIOR FREE ALTERNATIVES:
   - For every paid or gated tool listed, identify at least one free, open-source, or zero-config alternative that matches or exceeds its performance.
   - Compare features side-by-side: API availability, cost/quota, local deployment possibility, speed, and privacy.

3. WORKFLOW INTEGRATION BLUEPRINT:
   - Provide concrete step-by-step CLI commands or integration scripts to wire these tools together into a seamless automated pipeline without manual friction.
Deep R&DCopy this box to: Execute deep iterative research across academic databases, government archives, and niche technical forums
Act as an elite Senior R&D Research Scientist. I need a multi-layered, exhaustive investigation into the specified technical topic using an iterative search and synthesis framework:

1. HARD-REACHED & RESTRICTED REPOSITORIES:
   - Prioritize peer-reviewed academic pre-prints (arXiv, PubMed, IEEE, ResearchGate), government regulatory databases, open patent filings, and industry technical whitepapers.
   - Mine technical practitioner communities (GitHub issues/discussions, specialized engineering forums, Discord/Reddit technical subgroups) for real-world benchmark data.

2. ITERATIVE TRIANGULATION & CROSS-CHECKING:
   - Synthesize findings across at least 3 distinct geographic domains and institutional perspectives.
   - Flag contradictions, data drift, experimental biases, and edge cases where standard heuristics fail.

3. ACTIONABLE SYNTHESIS & EXPERT HEURISTICS:
   - Structure output into: (A) Core First-Principles Theory, (B) Empirical Benchmarks & Hard Numbers, (C) Production Pitfalls & Anti-Patterns, (D) Ready-to-execute Implementation Roadmap.
Creative ExtenderCopy this box to: Force creative out-of-the-box inventions, novel programmatic combinations, and zero-manual-config automations
Do not provide generic or commonly known advice. Act as an inventive Principal Systems Architect. Re-evaluate this problem from zero and generate novel, unorthodox, high-leverage solutions:

1. NOVEL SYSTEM COMBINATIONS:
   - Synthesize technologies from unrelated domains (e.g., audio signal DSP + browser automation, OSINT scraping + vector caching, terminal multiplexing + headless VLM perception).
   - Produce at least three unconventional architectural designs that bypass standard API bottlenecks or SaaS subscription paywalls.

2. ZERO-MANUAL-CONFIGURATION AUTOMATION:
   - Every recommended approach must prioritize zero-cost, lightweight, self-healing execution.
   - Prefer standard library utilities, bash one-liners, headless browser scripts, and self-contained single-file architectures over complex multi-container stacks.

3. PRACTICAL DISCOVERY NOTES & HACKS:
   - Detail undocumented flags, performance tricks, latency reductions, memory optimizations, and anti-blocking secrets discovered through deep runtime profiling.
Growth EngineCopy this box to: Architect a headless autonomous social media growth engine with zero API keys and human-like browser stealth
Architect and deploy an autonomous, browser-first social media distribution agent without relying on official paid APIs (Graph API, Twitter API, etc.):

1. STEALTH & ANTI-BLOCKING CONTRACT:
   - Utilize Playwright/Patchright with realistic browser fingerprint masking (Canvas, WebGL, WebRTC, AudioContext).
   - Enforce randomized human timing, cubic Bezier curve cursor trajectories, natural keystroke jitter (50ms–180ms), and scroll deceleration curves.
   - Implement encrypted cookie persistence (AES-256 / chmod 600) with automatic session refresh every 45 minutes and zero plaintext credential leakage.

2. MULTI-PLATFORM SYNDICATION PIPELINE:
   - Boot sequence: Health Check → Account Cookie Decryption → Passive Warm-up (feed browsing 90s) → Content Payload Verification → Dispatch.
   - Platform adaptations: Auto-tailor master content for X/Twitter (thread + hooks), Instagram (carousel + high-contrast visual + hashtags), and LinkedIn (analytical breakdown).

3. INCIDENT QUARANTINE PROTOCOL:
   - Detect checkpoints, rate limits, and shadowbans immediately.
   - Halt operations instantly upon encountering verification challenges (no brute-force retries), log telemetry to SQLite, and execute safe cool-down periods.

Voice Skills

Audio Engineering & SSML · 3 boxes

Rapid local voice recording, whisper-cli C++ transcription, multilingual SSML audio synthesis, and EBU R128 loudness synchronization.

Local TranscriptionCopy this box to: Deploy local whisper-cli C++ audio recording and real-time transcription agent (no Python/PyTorch)
You are an Autonomous Voice Engineering Agent. Deploy and execute high-speed local audio recording and transcription using standalone C++ binaries:

1. ZERO-DEPENDENCY C++ STACK:
   - Utilize whisper-cli (whisper.cpp compiled binary) for transcription without Python runtimes or heavy PyTorch dependencies.
   - Audio input capture: Record system/mic audio at 16,000 Hz 16-bit mono PCM via sox/ffmpeg:
     `ffmpeg -f avfoundation -i ":1" -ar 16000 -ac 1 -c:a pcm_s16le output.wav`

2. HARDWARE LOOPBACK & DRIFT CORRECTION:
   - Configure multi-output audio device with BlackHole 2ch loopback + physical headphones.
   - Enforce drift correction on secondary audio sinks and lock master sample rate across all virtual routing channels to 48000 Hz.

3. POST-PROCESSING & TIMESTAMP GENERATION:
   - Generate word-level synchronized SRT and VTT subtitle streams automatically.
   - Strip disfluencies, filler words, and background hum using high-pass filtering (80Hz cut) and automated noise profiling.
SSML SynthesisCopy this box to: Generate multilingual studio-grade voiceover with precise SSML pitch, cadence, and phoneme control
Generate complete, publication-ready SSML (Speech Synthesis Markup Language) voiceover scripts with cinematic pacing, emotional contouring, and phonetic precision:

1. SSML ROOT CONFIGURATION:
   `<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">`

2. PROSODIC MODULATION & CADENCE:
   - Wrap hooks and critical revelations in `<prosody rate="92%" pitch="+2st" volume="loud">` to command attention.
   - Insert calibrated silence pauses: `<break time="350ms"/>` between clauses, `<break time="700ms"/>` between thematic beats.
   - Apply emphasis levels (`<emphasis level="strong">`) on operative nouns and action verbs.

3. MULTI-LANGUAGE PHONEMES & ARABIC TASHKEEL:
   - For Arabic voice synthesis, enforce full diacritics (tashkeel) on all verb conjugations and case endings to eliminate mispronunciation.
   - For technical terms and brand names, provide exact IPA phoneme mappings using `<phoneme alphabet="ipa" ph="...">`.
Audio-Video SyncCopy this box to: Align voice recordings to video cuts with automated loudness normalization (-14 LUFS) and natural ambience
Execute automated audio mastering and video synchronization adhering to professional broadcast standards:

1. EBU R128 LOUDNORM PASS:
   - Process all spoken audio streams through two-pass FFmpeg loudnorm filter:
     `-filter_complex "loudnorm=I=-14:LRA=9:TP=-1.0"`
   - Output specifications: Target integrated loudness -14 LUFS, true peak -1.0 dBTP, sample rate 48000 Hz.

2. A/V DRIFT & PAD PREVENTION:
   - Guard against audio/video duration mismatch using `apad` padding and `-shortest` muxing flag:
     `ffmpeg -i visual.mp4 -i voiceover.wav -c:v copy -af "apad" -shortest -ar 48000 muxed.mp4`
   - Verify that total audio duration and video duration differ by strictly less than 250 milliseconds.

3. NATURAL AMBIENT SOUNDSCAPING (STRICT NO-MUSIC POLICY):
   - Background audio must be strictly composed of organic environmental Foley (wind, room tone, footsteps, mechanical hum). Musical instruments are strictly prohibited.

Media Managing

Fleet Operations & Anti-Block · 3 boxes

Multi-account browser fleet management, anti-detection control matrix, session encryption, and automated content repurposing.

Fleet ControllerCopy this box to: Orchestrate multi-account social media fleet with dedicated IP binding and browser fingerprint isolation
You are an Autonomous Multi-Account Media Operations Agent. Manage a distributed fleet of social accounts under Mode C server pinning:

1. HOST & IP BINDING INVARIANT:
   - Enforce 1-to-1 account pinning: One account operates perpetually from one dedicated VPS IP address (never rotate host IPs per account).
   - Isolate browser user data directories completely: no shared cookies, localStorage, or cache across profiles.

2. CENTRALIZED TELEMETRY & DATABASE INTEGRATION:
   - All account states, run logs, and session metrics must be reported directly via HTTP POST `/agent/engine/telemetry` to the central telemetry endpoint.
   - Maintain account health states: `active`, `cooling_down`, `checkpoint_pending`, `quarantined`.

3. AUTOMATED DISPATCH QUEUE:
   - Schedule publishing windows based on audience engagement peak hours.
   - Throttle concurrent actions with randomized cooldown intervals between successive account dispatches (180s–420s).
Anti-Detection MatrixCopy this box to: Deploy browser anti-detection shielding with cubic Bezier navigation and encrypted session snapshots
Implement an unyielding anti-detection automation layer for browser-controlled social media operations:

1. HUMAN MOTOR EMULATION:
   - Prohibit raw `element.click()`. All clicks must calculate the bounding box, generate a 4-point cubic Bezier trajectory with random overshoot, and trigger `mouse.move` → `mouse.down` → wait 65ms → `mouse.up`.
   - Scrolling must simulate touch/wheel inertia with variable step sizes and micro-pauses at content landmarks.

2. SESSION ENCRYPTION & CHMOD 600 LOCK:
   - Export cookies strictly into encrypted payloads (`sessions/{account_id}.enc`) using AES-256-GCM.
   - Immediately sanitize SameSite cookie attributes into standard TitleCase (`Lax`, `Strict`, `None`).
   - Secure files to filesystem permission `chmod 600`. Purge raw plaintext cookie dumps immediately upon encryption.

3. INCIDENT LEVEL DE-ESCALATION:
   - Level 1 (Minor warning/captcha): Reduce publishing volume by 50% for 24h.
   - Level 2 (Cookie invalidation): Re-authenticate from pinned VPS IP via headless session manager.
   - Level 3 (Shadowban/checkpoint): Halt all account actions immediately for 48h. Never attempt automated brute-force captcha solvers.
Syndication MatrixCopy this box to: Repurpose one master content unit into optimized cross-platform variants (X, IG, TikTok, LinkedIn)
Ingest one master content seed (narrative, product update, or video script) and transform it into 4 native, platform-optimized publishing packages:

1. X / TWITTER PACKAGE:
   - Punchy opening line (< 70 chars) with high cognitive hook.
   - 3-5 post thread structure breaking down key insights with zero fluff.
   - Minimalist hashtags (max 2) + clear call-to-retweet.

2. INSTAGRAM REELS / CAROUSEL PACKAGE:
   - High-contrast hook frame description (colors, layout, text overlay).
   - Conversational caption with line breaks for readability.
   - Targeted tag cluster (5 niche, 3 broad, 2 branded).

3. TIKTOK / SHORTS SCRIPT:
   - 0-3 second visual interrupt hook.
   - Fast-paced script with visual action notes every 2.5 seconds.
   - Search-optimized keywords integrated naturally into speech.

4. LINKEDIN PROFESSIONAL ESSAY:
   - Problem-first opening addressing industry inefficiencies.
   - Structured framework with bulleted lessons learned.
   - Thought-provoking discussion prompt to drive comments.

Video Editing

FFmpeg Master Engine · 3 boxes

Hard-invariant video rendering, 9:16 vertical window formatting, kinetic caption burn-in, and algorithmic virality tuning.

FFmpeg StandardsCopy this box to: Enforce master video editing invariants (-framerate 30, apad + shortest, lanczos scaling, -ar 48000)
You are an Expert Video Pipeline Engineer. Execute all rendering commands strictly adhering to the 5 Production Invariants:

1. CONSTANT FRAME RATE & IMAGE TIMING:
   - Every image input sequence must explicitly specify constant input framerate:
     `ffmpeg -framerate 30 -loop 1 -t 5 -i scene_%02d.png ...`
   - Never allow Variable Frame Rate (VFR) in intermediary or final renders.

2. AUDIO/VIDEO ALIGNMENT & DRIFT TERMINATION:
   - Always chain `apad` with `-shortest` when multiplexing audio and video streams:
     `ffmpeg -i video.mp4 -i audio.wav -c:v libx264 -preset slow -crf 18 -af "apad" -shortest -ar 48000 -c:a aac -b:a 192k output.mp4`

3. COLORSPACE & RESOLUTION STANDARDS:
   - Scale using high-precision Lanczos algorithm: `scale=1080:1920:flags=lanczos:force_original_aspect_ratio=decrease,pad=1080:1920:(ow-iw)/2:(oh-ih)/2`
   - Explicitly enforce social video color standards: `format=yuv420p -colorspace bt709 -color_primaries bt709 -color_trc bt709`.
Short-Form PackagingCopy this box to: Generate 9:16 short-form edit with dynamic visual cuts, motion graphics, and zero UI cropping
Transform raw horizontal or multi-shot footage into a hyper-engaging 9:16 vertical video package:

1. 9:16 FULL-WINDOW COMPOSITION:
   - Crop or pad video cleanly without distorting critical UI elements or subjects.
   - For app walkthroughs: place clean app viewport in center 65% of screen, blur-duplicated background behind it with 25px Gaussian blur.

2. MOTION CADENCE & PACING:
   - Enforce scene cut or camera angle change every 2.5 to 4.0 seconds.
   - Apply subtle 1.05x push-in (slow zoom) across still frames to eliminate static dead zones.
   - Introduce transition wipes or light leaks only on major thematic shifts.

3. VISUAL POLISH & SHARPNESS:
   - Apply unsharp masking to enhance text readability on mobile displays: `unsharp=5:5:0.8:3:3:0.4`
   - Verify UI elements remain outside mobile overlay hazard zones (top 150px for header, bottom 280px for caption/like bar).
Kinetic CaptionsCopy this box to: Burn animated kinetic word-by-word subtitles with high-contrast outlines and EAA 2025 compliance
Generate and burn synchronized word-by-word animated subtitles meeting EAA 2025 accessibility mandates:

1. KINETIC ASS STYLING SPECIFICATION:
   ```
   [V4+ Styles]
   Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
   Style: Kinetic,Montserrat Black,54,&H00FFFFFF,&H0000FFFF,&H00000000,&H80000000,-1,0,0,0,100,100,1,0,1,4,2,2,40,40,320,1
   ```

2. WORD-LEVEL KARAOKE HIGHLIGHTING:
   - Use `{\k}` timing tags to illuminate the active spoken word in vibrant yellow (`&H0000FFFF`) or lime green (`&H0000FF7F`) against pure white text.
   - Limit subtitle lines to maximum 3 words per frame for rapid reading velocity.

3. BURNING PIPELINE:
   - Burn into video stream using `subtitles` filter with strict fontconfig embedding:
     `ffmpeg -i input.mp4 -vf "subtitles=subs.ass:fontsdir=/assets/fonts" -c:a copy output_subbed.mp4`.

Style Graphics

Cinematic Prompt Engine · 3 boxes

Professional cinema visual prompt formulas, camera lenses, volumetric lighting setups, and film stock color grades.

Master Cinematic FormulaCopy this box to: Construct 7-part master cinematic image prompts (Shot, Subject, Lens, Lighting, Color, Movement, Texture)
Construct high-end cinematic image/video generator prompts strictly adhering to the 7-Part Master Cinematography Formula:

[SHOT TYPE] of [SUBJECT + ONE CLEAR ACTION], [LENS + DOF], [LIGHTING DESIGN], [COLOR GRADE / FILM STOCK], [ENVIRONMENT / ATMOSPHERE], [CAMERA MOVEMENT + SPEED], [TEXTURE / FINISH], [MOOD PHRASE]

GOLDEN PRODUCTION TEMPLATE:
"Medium close-up of a masked analyst typing furiously in a rain-streaked neon terminal, 50mm anamorphic lens with shallow depth of field, single hard blue key light with deep crimson shadow fill, desaturated teal-and-orange grade emulating Kodak Vision3 500T, condensation mist rising off wet concrete, slow deliberate 4-second push-in, subtle 35mm grain and soft halation on specular highlights, tense and analytical."

RULES:
- Exactly ONE continuous physical action per 5-8 second clip.
- Never write abstract plot points ("he realizes the truth"); describe only visible physical reality (dilated pupils, clenched jaw, breath fog).
- Never mix clashing styles ("moody noir but also bright pastel").
Lens & Camera LanguageCopy this box to: Specify camera lens language, focal length, depth of field, and cinema sensor profiles
Select and embed precise optical and sensor characteristics into visual generation prompts:

1. FOCAL LENGTH & PERSPECTIVE:
   - 24mm Wide: Environmental context, grand architectural scale, subtle edge distortion.
   - 35mm Natural: Human-eye naturalistic documentary perspective, standard cinematic baseline.
   - 50mm Classic: Neutral portraits, zero geometric distortion, grounded emotional focus.
   - 85mm Telephoto: Compressed background planes, creamy bokeh separation, intense intimacy.
   - 40mm Anamorphic: Oval bokeh highlights, subtle horizontal streak flares, cinematic 2.39:1 widescreen majesty.

2. DEPTH OF FIELD & APERTURE:
   - Shallow DOF (f/1.4): Laser-focused subject separation with velvety out-of-focus background blur.
   - Deep Focus (f/11): Kurosawa-style clarity where foreground, midground, and background details remain razor-sharp.

3. SENSOR & FORMAT PROFILE:
   - Specify: "Shot on ARRI Alexa 35 with Cooke Anamorphic/i lenses, 4K ARRIRAW master, filmic highlight rolloff".
Lighting & Film StockCopy this box to: Design atmospheric lighting schemes (chiaroscuro, volumetric god rays, motivated light, rim halos)
Incorporate deliberate, physically grounded lighting design and photochemical film emulation:

1. LIGHTING TOPOLOGY:
   - Chiaroscuro / High-Contrast: Deep inky blacks, dramatic Rembrandt triangular cheek highlights, harsh shadow falloff.
   - Motivated Practical Lighting: Light cast exclusively by in-scene sources (flickering computer monitors, street sodium-vapor lamps, neon signs, candles).
   - Volumetric / Tyndall God Rays: Visible light shafts cutting through airborne dust, haze, or morning fog.
   - Rim / Backlight Silhouette: Crisp edge halo separating dark silhouettes cleanly from gloomy backgrounds.

2. FILM STOCK & COLOR SCIENCE:
   - Kodak Vision3 500T 5219: Rich saturated warm skin tones, cool tungsten shadows, organic highlight halation.
   - Fujifilm Eterna 500T: Soft, desaturated pastel tonality, subdued contrast, painterly shadow rendition.
   - Bleach Bypass (Silver Retention): High contrast, washed-out desaturated colors, gritty metallic sheen.
   - 35mm Grain: Subtle fine-grain photochemical texture with authentic edge halation.

Notebook Prompts

Daily Production Loops · 3 boxes

VIP daily production scratchpad, rapid task dispatching, UI screenshots-to-video pipelines, and iterative development loops.

Daily PipelineCopy this box to: Execute daily production pipeline converting app screenshots into animated voiced promotional videos
Execute the VIP Daily App-To-Video Production Cycle:

1. INPUT SCREENSHOT INGESTION:
   - Take 3-5 clean UI screenshots of key app features at 1080x1920 resolution.
   - Clean viewport of system clutter (remove OS status bar, battery indicators, debug banners).

2. SCENE SPLIT & TIMELINE COMPOSITION:
   - Shot 1 (0-3s): The Problem / Pain Point — rapid zoom into the broken or tedious manual process.
   - Shot 2 (3-7s): The App Solution — smooth camera pan across the automated feature interface.
   - Shot 3 (7-10s): The Result / Call-to-Action — high-contrast animated display of the finished result + URL.

3. VOICE SCRIPT & AUDIO GENERATION:
   - Generate concise 24-word voiceover script explaining the exact user transformation.
   - Synthesize voice at -14 LUFS, mux with subtle mechanical UI click Foley, and export final MP4.
Agent DispatcherCopy this box to: Dispatch specialized autonomous research and asset preparation tasks to background subagents
You are an Autonomous Operations Coordinator. Decompose the incoming project into parallel sub-tasks and dispatch dedicated subagents:

1. TASK DECOMPOSITION:
   - Subagent A (Visual Researcher): Mine high-resolution asset references, style boards, and color palettes.
   - Subagent B (Scriptwriter & Copy): Draft 3 narrative hook variations, primary script, and caption metadata.
   - Subagent C (Audio & Foley): Generate synchronized voiceover tracks, assess timing markers, and curate sound design.

2. ASSET MANIFEST & INTEGRITY CHECK:
   - Every worker must register generated assets into a structured `manifest.json`.
   - Validate that all generated video clips, images, and audio tracks exist, have non-zero file sizes, and conform to target codecs before merging.
Changelog to ContentCopy this box to: Transform raw thoughts, bug notes, and development logs into polished feature launch announcements
Review raw software development logs, Git commit messages, and feature scratchpads, and transform them into exciting public feature announcements:

1. USER BENEFIT EXTRACTION:
   - Translate internal technical fixes ("refactored database query engine") into tangible user superpowers ("queries now load in 12ms instead of 3s").
   - Frame every update around user time saved or frustration eliminated.

2. MULTI-FORMAT LAUNCH ASSETS:
   - 1x Punchy X changelog post (< 280 chars) with before/after metric.
   - 1x Interactive community update with animated GIF breakdown suggestion.
   - 1x Step-by-step tutorial snippet for power users.

Apps Content Templates & Types Prompts

Master 3-Post & 4-Scene Ep · 5 boxes

The canonical templates from final organizing prompts.md: 3-Element Posts, 4-Element Episode Scenes (10s unit), Faceless App Promos, and Batch Generation.

Source fileCopy this box to: Use the complete final organizing prompts.md (full file, zero omissions)
final organizing prompts.md

Prompt for hermes:
The paln:

I do not understand anything from .md files because they are not organized in known easy manner.
So your roles to organize without removing words from content or missing. How?

You will make many several html files using main domain which is: 
studio.addict.best , and sub-paths domains from main domain to cover all types html pages for each category content type.
Configure it on this server using caddy configuration for auto ssl: 
domain: studio.addict.best
email: admin@ielts.fast

separate each type alone in specific sections: posts alone and templates of posts are just title of post
text of post with hashtags + prompt of thumbnail 
just three elements for any post for any content app, so template
post-1 , the three elemnts:
1-title: 
2-text of post with hashtags and platforms names: 
3-prompt of thumbnail: 

Second type:
For episodes template organization: 
Each episode will be consist of different scenes based on meaning and goal to reach to audience and type of content (drama, comedy, mystery, thrilling, storytelling-plot)

Each scene is formed from 2 parts (2 descriptive images)
And each image will be converted to different shots in video generation with motions and effects to give best movie production.

one unified large box for each scene and this box is separated to separated sub-sections in the same large box with copy feature for each one and for the whole box also.
title - two parts of the scene - box of Element four (one unified merged prompt for editing: voice-over and captions, motions and (after-effects) and natural sounds (no music instruments) to each part of the scene in sequence.

Each episode will be consist of different scenes based on meaning and goal to reach to audience and type of content (drama, comedy, mystery, thrilling, storytelling-plot)

In the following template elements, but first let us make some terms to understand and configure based on them: The scene is 10 seconds and it is formed of at least two images, as we will consider here image = 5 seconds) so the one scene may has two 2 images equals 10 seconds.

So the template is as follow: 
elements of the scene:
1-title: 

element 2: -Scene prompt-1 (part two of the scene):
(Zero to five seconds) which is introduction based on episode title and content. This part scene has thumbnail image-with hook text or hook frames to be short video for the episode content introduction:

Element 3 (part two of the scene box prompt): for second image with character prompt type and rules with graphics and maximum color saturation, and scene composite (I explain scene composite below which must be considered and added to scene prompts)
(NOTE: In the next scenes: element 2 will not have thumbnail or hook, so it be like element three in structure but different in content and meaning part story to show).

Element four (one unified merged prompt for editing: voice-over and captions, motions and (after-effects) and natural sounds (no music instruments) to each part of the scene in sequence:

Make the element four box to give vibrant not boring and thrilling effective show (drama or comedy, or fear, or psycho or mystry) for audience. 
So each scene has 4 elements: first title and then 2 prompts images (shots) and finally a unified merged prompt for both shots with voice-over or captions or character speech from bubble speech (Add after image generation first to avoid conflicting of rendering texts on images) with transitions effects, motions, and animation.
Remember: Natural sounds are allowed to add only (No music instruments). 

Each episode will be consist of different scenes based on meaning and goal to reach to audience and type of content (drama, comedy, mystery, thrilling, storytelling-plot)

Scene composite meaning: the scene must be near to realistic and detailed depiction of the event encompassing the spatial design and natural elements—such as lighting, the setting itself, movement, and ambient sounds—since the use of music is prohibited; only natural sounds are permitted.
Remember to add scene composite meaning in prompts of shots (convert scene composite into what proper for each scene shot).
===============
Other parts of the app which is creative parts which I do not undersrtand it, you have to organize it.

Organization rules: 
1- Full content covered without removing or lacking, but adding enhancements. 
2- Easy to follow and templates strucrures (template has boxes to copy an paste, but not many small boxes so I got lost, and not large box that contain unrelated sections or unrelated prompts) to support me to direct copy and paste it to Ai-agent so it act directly in automatic way.

3- Make everything ready to paste (example, do not tell me, you have to copy this box with this box to get..., but gather two boxes together and tell me in title above it, copy the box to ...(sunction or output I will get)]. Also for box to copy, do not write on it: "paste to Ai agent, or words that you speak with me, but this box is speaking to Ai-agent, so make it ready to be pasted to Ai-agent".
-----------------------------------------------------
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\



Prompt for composer grok:
-------------------------
3-Element Post TemplateCopy this box to: Generate a standardized 3-Element Social Post (Title, Platform Text with Hashtags, Custom Thumbnail Prompt)
Generate a high-converting social media post adhering strictly to the Standardized 3-Element Post Structure:

1. TITLE:
   [Insert Compelling, High-Curiosity Post Headline Here - Max 8 Words]

2. TEXT OF POST WITH HASHTAGS AND PLATFORMS NAMES:
   [Write Engaging Core Message, Addressing Target Audience Pain Point, Explaining Practical Solution, and Providing Clear Next Action]
   Target Platforms: [e.g., X / Twitter, LinkedIn, Instagram, TikTok]
   Hashtags: #[CoreTopic] #[TargetAudience] #[KeyBenefit] #[BrandTag]

3. PROMPT OF THUMBNAIL:
   "Eye-catching high-contrast promotional thumbnail visual, cinematic composition, bold saturated color palette, centered focal subject representing [Topic], clean negative space for bold headline overlay, dramatic lighting, 8k resolution, ultra-clean commercial aesthetic, no cluttered artifacts."
4-Element Episode TemplateCopy this box to: Generate a 10-Second Episode Scene (Title, 0-5s Hook Shot, 5-10s Faceless Scene Composite, Merged Editing Prompt)
Generate a complete 10-second Episode Scene adhering strictly to the Master 4-Element Episode Specification:

ELEMENT 1 — SCENE TITLE:
Scene [X]: [Insert Scene Title & Core Thematic Objective]

ELEMENT 2 — SCENE PROMPT-1 / PART 1 (0 to 5 Seconds):
(Introduction / Hook Shot):
"High-impact opening shot introducing the dramatic hook of the episode. Dynamic camera push-in on [Setting / Subject], vibrant saturated colors, intense contrast, establishing visual intrigue. The shot incorporates hook framing with high visual retention cues to capture immediate audience attention within the first 3 seconds."

ELEMENT 3 — SCENE PROMPT-2 / PART 2 (5 to 10 Seconds):
(Faceless Character & Scene Composite Shot):
"Second visual shot continuing the scene narrative. Featuring a strictly faceless character (NO eyes, NO nose, NO mouth, NO facial features; character is identifiable solely by distinct wardrobe, posture, and silhouette). Maximum color saturation and high contrast. 
SCENE COMPOSITE: Realistic, detailed spatial environment incorporating atmospheric natural lighting, realistic physics, tangible textures, and organic environmental setting."

ELEMENT 4 — UNIFIED MERGED EDITING & AUDIO PROMPT:
"Unified post-production execution for both shots (0-10s):
- Voiceover & Captions: [Insert spoken voice script or kinetic subtitle dialogue here].
- Visual Transitions & Motion: Seamless 0.3s match-cut from Shot 1 to Shot 2 with dynamic speed ramp.
- Sound Design (STRICT NO-MUSIC INVARIANT): Organic natural sound design only. Layered ambient Foley [e.g., distant thunder, rain on glass, mechanical keyboard clatter, heavy footsteps, atmospheric room tone]. Musical instruments are strictly prohibited."
Faceless App PromoCopy this box to: Generate high-conversion app promotional video strictly adhering to the Faceless Character Invariant
Generate a high-converting video script and image generation prompt to advertise my web application:

RULES & PROHIBITIONS (STRICT ENFORCEMENT):
1. NO EYES, NO EYE CIRCLES, NO FACE FEATURES, NO NOSE, NO MOUTH.
2. The characters must be completely faceless. Faces must be sleek, blank, or have only minimal abstract symbolic/digital markings. Zero facial anatomy.
3. The true stars of the video are the application UI, service workflows, and digital transformations.

PROMOTIONAL VIDEO SPECIFICATIONS:
- High quality commercial video advertising the web app's unique superpowers.
- Vibrant, highly saturated color palette with sharp contrast.
- Visual rhythm: Show the real user frustration first, transition to the app interface executing the automated solution, and conclude with the polished output dashboard.
Cinematic + Manga BatchCopy this box to: Batch generate multi-style promotional visuals combining Cinematic realism and Comic-Manga vibrancy
Generate a batch of high-contrast visual image prompts to advertise my web application across dual stylistic tracks:

STRICT MANDATORY INVARIANT FOR ALL PROMPTS:
- All human figures must be strictly faceless: NO EYES, NO EYE CIRCLES, NO FACE FEATURES, NO NOSE, NO MOUTH.

TRACK 1 — CINEMATIC REALISM BATCH:
- Photorealistic commercial cinematography, vivid lighting, sharp depth of field.
- Showcase modern creative workspace, glowing screens displaying the application, dramatic ambient lighting.

TRACK 2 — ENERGETIC COMIC-MANGA BATCH:
- High-octane Japanese manga and dramatic graphic novel fingerprint.
- Bold black ink linework, vivid saturated cell-shading, dynamic action speed lines.
- Characters in iconic heroic postures interacting with glowing holographic user interfaces.

Media & Content Attractive Factors

Virality & Retention Engines · 3 boxes

The 5-Beat Retention Spine, Jonah Berger STEPPS framework, curiosity gaps, and psychological audience retention mechanics.

5-Beat SpineCopy this box to: Structure content with the 5-Beat Retention Spine (Hook, Agitation, Pivot, Proof, Payoff)
You are an Elite Media Virality Architect. Structure this content piece strictly according to the 5-Beat Retention Spine:

BEAT 1 — THE VISUAL & COGNITIVE HOOK (0:00 - 0:03):
- Disrupt scrolling instantly with a paradoxical statement, counter-intuitive visual, or acute pain point.
- Eliminate throat-clearing greetings. Drop the viewer immediately into media res.

BEAT 2 — THE AGITATION & STAKES (0:03 - 0:15):
- Magnify the problem: explain why the conventional way is broken, expensive, or painful.
- Build tension: what happens if the viewer continues doing it the old way?

BEAT 3 — THE NOVEL PIVOT (0:15 - 0:30):
- Introduce the breakthrough mechanism or unexpected insight.
- Shift the perspective: "You don't need X, what you actually need is Y."

BEAT 4 — PROOF & PRACTICAL DEMONSTRATION (0:30 - 0:50):
- Provide undeniable concrete demonstration: benchmarks, live code, step-by-step workflow, or visual before/after.

BEAT 5 — THE PAYOFF & FRICTIONLESS CTA (0:50 - 1:00):
- Deliver high-value actionable conclusion.
- Direct call-to-action focused on a single immediate step.
STEPPS FrameworkCopy this box to: Apply Jonah Berger's STEPPS virality engine (Social Currency, Triggers, Emotion, Public, Practical, Story)
Analyze and rewrite this content draft through the 6 Jonah Berger STEPPS Virality Multipliers:

1. SOCIAL CURRENCY:
   - Does sharing this make the viewer look smart, insider, ahead of the curve, or uniquely competent?
   - Add exclusive insider terminology, benchmarks, or trade secrets.

2. TRIGGERS:
   - Link the core idea to everyday habits and frequent environments (e.g., "every time you open your terminal", "when your build fails at 2 AM").

3. EMOTION (HIGH-AROUSAL):
   - Shift passive emotions (sadness, contentment) into high-arousal action triggers: awe, excitement, righteous indignation at bad software, or urgency.

4. PUBLIC VISIBILITY:
   - Make the intangible tangible: design visual badges, reproducible output cards, or shareable artifacts.

5. PRACTICAL VALUE:
   - Package news-you-can-use: clear cheat-sheets, terminal one-liners, or downloadable template assets.

6. STORIES:
   - Wrap the lesson in a Trojan Horse narrative: a dramatic struggle, unexpected discovery, and ultimate triumph.
Sensory AnchoringCopy this box to: Write visceral scripts using sensory anchoring and micro-arcs that sustain 85%+ retention
Write an immersive, high-retention video script using Sensory Anchoring and Micro-Arc Storytelling:

1. SENSORY ANCHORING (TACTILE REALITY):
   - Replace abstract nouns with physical, sensory phenomena (e.g., instead of "bad performance", write "your cooling fans scream as 32 browser tabs freeze").
   - Appeal to sight, sound, physical resistance, and temporal friction.

2. MICRO-ARCS (SUB-NARRATIVES EVERY 15s):
   - Never let a script settle into a monotonic lecture. Every 15 seconds must introduce a micro-question and resolve it with a surprising revelation.

3. COGNITIVE CURIOSITY GAPS:
   - Plant open informational loops early: "In 30 seconds I'll show you why 90% of developers get this wrong, but first..."
   - Maintain the tension until the final payoff.

Anime Styles

Manga & Cel-Shaded Production · 4 boxes

Faceless character production sheets, MAPPA dark sorcery, CyberConnect2 cel-shading, and maximum color saturation anime aesthetics.

Faceless Character SheetCopy this box to: Generate locked faceless character production reference sheets with distinctive silhouettes
Generate a master character production model sheet for animation strictly enforcing the Faceless Character Invariant:

CHARACTER IDENTITY & PROFILE:
- Archetype: [Insert Archetype, e.g., Master Strategist / Cybernetic Surgeon / Silent Investigator]
- Strict Anatomy Rules: COMPLETELY FACELESS. Zero eyes, zero eye sockets or circular eye outlines, zero nose, zero mouth, zero lips.
- Face Surface: Smooth, blank, porcelain or matte dark surface with subtle specular ambient light reflection, completely devoid of facial organs.

SILHOUETTE & WARDROBE ANCHORS:
- Distinctive Silhouette: High collar trench coat, oversized structured kimono, or technical tactical jacket with sharp angular shoulder lines.
- Color Anchors: Saturated cobalt blue and obsidian black with vivid neon orange interior lining.
- Hand Gestures: Expressive pose (adjusting silver pocket watch, manipulating glowing holographic interfaces, holding an open ancient grimoire).

VIEWS PROVIDED:
- 3-point turnaround: Front view, 45-degree three-quarter view, and side profile view on clean neutral gray studio background.
Jujutsu Kaisen StyleCopy this box to: Generate MAPPA-inspired dark urban sorcery aesthetics (Jujutsu Kaisen style)
Generate a high-octane anime visual adhering to the MAPPA Dark Urban Sorcery Aesthetic:

VISUAL SPECIFICATION:
- Gritty modern urban dark fantasy aesthetic reminiscent of Shibuya at midnight.
- Asphalt streets slick with rainwater reflecting high-intensity magenta and violet cursed energy sparks.
- Atmospheric distortion: Visible heat mirages, rippling shockwaves, and swirling dark smoke tendrils.
- Character Rendering: High-contrast cel-shading with heavy black shadows, sharp angular drapery folds, and dynamic combat stance.
- Lighting: Extreme chiaroscuro, glowing supernatural light sources illuminating rain droplets in mid-air.
- Resolution: 8k digital anime production still, cinematic 16:9 composition, ultra-detailed line art.
Ninja Storm Cel-ShadingCopy this box to: Generate CyberConnect2 cel-shaded 3D action visuals (Ultimate Ninja Storm style)
Generate an explosive, dynamic action scene in the CyberConnect2 Cel-Shaded 3D Video Game Style:

VISUAL SPECIFICATION:
- Iconic Japanese 3D anime video game aesthetic with bold, tapered black calligraphy ink outlines.
- Action Dynamics: Extreme perspective foreshortening, character lunging forward with fist or weapon breaking the frame boundary.
- Visual FX: Stylized 2D impact stars, explosive geometric smoke clouds, circular sonic boom shockwaves, and vibrant yellow/cyan speed streaks.
- Color Palette: Maximum saturation, vibrant primary colors, radiant high-key highlights, zero muddy tones.
- Camera: Low-angle dynamic tilted canted dutch angle capturing massive terrain impact and shattered earth fragments floating in zero gravity.
Ultra Instinct Energy ClashCopy this box to: Generate hyper-saturated cosmic aura clashes and particle shockwaves
Generate a cosmic clash of high-energy aura champions in supreme anime battle aesthetics:

VISUAL SPECIFICATION:
- Two opposing titans clashing at center frame, generating a blinding white impact point that fractures space-time.
- Energy Auras: One entity shrouded in shimmering silver-white Ultra Instinct heat haze; opposing entity engulfed in crackling crimson and violet destructive energy.
- Particle Physics: Millions of floating crystalline ember particles, spiraling energy vortexes, and jagged lightning bolts illuminating surrounding shattered stone monoliths.
- Color Grade: High dynamic range (HDR), pure black void background pierced by neon luminescence, breathtaking visual contrast.
Copied