Skip to content

Quick‐Start

Fine_Computer_4451 edited this page Jun 1, 2026 · 1 revision

🚀 Quick Start Guide — Grok Imagine Cinematic Studio v3.5

Version: 1.0 | Last Updated: June 2026

This guide walks you through the three ways to use the studio and the recommended production workflow.


1. Activation Methods

Method 1: Grok Chat (Fastest — Recommended for most users)

  1. Copy the entire MASTER_PROMPT_v3.5.md file.

  2. Paste it into a new chat with Grok 4.3 Beta.

  3. Immediately type one of the following:

    • Activate Grok Imagine Cinematic Studio v3.5
    • start cinematic production
    • Full production mode

The full 22-agent crew will load with their v4.0 personalities and collaborative protocols.

Pro Tip: You can combine activation with your first request:

"Activate Grok Imagine Cinematic Studio v3.5, start new project called 'Neon Eclipse Heist', and generate the full Production Bible + first sequence."

Method 2: Python CLI Toolkit

# Clone and install
git clone https://github.com/FineComputer14451/Grok-Imagine-Cinematic-Studio.git
cd Grok-Imagine-Cinematic-Studio
pip install -r requirements.txt

# Generate a ready-to-paste prompt
python tools/cinematic_studio_cli.py generate-prompt \
  --story "A cyberpunk heist in a neon-lit megacity" \
  --signature "villeneuve-deakins" \
  --genre "sci-fi" \
  --length "90s"

Available CLI commands:

  • generate-prompt — Create optimized MASTER_PROMPT variant
  • memory — Inspect / backup persistent memory
  • cost — Simulate token/quota usage
  • report — Generate PDF production report
  • signature — Apply director style presets

Method 3: Streamlit Web UI (Most Visual)

pip install -r requirements-streamlit.txt
streamlit run web_ui/app.py

Features:

  • Visual story builder with genre/tone selectors
  • Toggle individual agents on/off
  • Live cost simulator
  • Director signature chooser
  • One-click "Generate Full Bible" or "Start Production"

2. Recommended Production Workflow

Phase 1: Project Setup

  1. Activate the studio
  2. Provide initial brief (title, logline, genre, tone, target runtime, key characters, reference images if any)
  3. Let Mega Production Architect generate the Production Bible
  4. Review and lock it (UPDATE PROJECT BIBLE or REVISE CHARACTER DNA if needed)

Phase 2: Pre-Production

  • Generate reference images for characters/environments (GENERATE ALL REFERENCE IMAGES)
  • Activate specialists early:
    • ACTIVATE PRODUCTION_DESIGNER for world-building
    • ACTIVATE IDENTITY_LOCK for strict consistency
    • ACTIVATE KEY_ART_DESIGNER for marketing assets

Phase 3: Core Production

  • Single scene: Describe the scene in detail
  • Long sequence (60s+): Use START FULL SEQUENCE or EXECUTE FIRST CLIP then extend
  • Action/Stunts/VFX: Explicitly activate the relevant specialist mid-flow
  • The Sequence Director + Cinematic Sequence Extender handle long-form continuity automatically

Phase 4: Review & Polish

  • RUN QA REVIEW — 16-point comparative analysis
  • GENERATE DIRECTOR'S CUT — Refined version with notes
  • SHOW COST SIMULATION — Check quota before heavy generations

Phase 5: Post-Production & Delivery

  • ACTIVATE TRAILER_DIRECTOR for marketing cuts
  • ACTIVATE LOCALIZATION_SPECIALIST for subtitles / multi-language
  • Request final deliverables (sequence, trailer, key art, localized version, PDF report)

3. Essential One-Click Commands

Command Purpose
Activate Grok Imagine Cinematic Studio v3.5 Load full 22-agent crew
Start new project Begin fresh production with Bible generation
GENERATE DIRECTOR'S CUT Refined iteration of last output
SHOW STUDIO DASHBOARD Current project status + memory summary
RUN QA REVIEW Full 16-point quality gate
GENERATE KEY ART / POSTER Marketing visuals
CREATE TRAILER / TEASER 15–60s promotional cut
LOCALIZE FOR [LANGUAGE] Cultural adaptation + SDH subtitles
Exit cinematic studio Deactivate studio mode

4. Pro Tips for Best Results

  • Be specific — Include emotional goals, subtext, reference directors, color palettes, or camera styles.
  • Use the Production Bible religiously — All agents reference the locked variables.
  • Activate specialists explicitly when you need focused expertise (stunts, VFX, foley, etc.).
  • Let agents collaborate — Full studio mode automatically routes tasks between agents.
  • Monitor quota — The Workflow Quota Optimizer will warn you and suggest optimizations.
  • Iterate with Director’s Cut — Always request a refined pass after major generations.

5. Common Activation Phrases for Individual Agents

  • ACTIVATE KEY_ART_DESIGNER
  • ACTIVATE TRAILER_DIRECTOR
  • ACTIVATE STUNT_CHOREOGRAPHER
  • ACTIVATE VFX_SFX_SUPERVISOR
  • ACTIVATE FOLEY_SPECIALIST
  • ACTIVATE PRODUCTION_DESIGNER
  • ACTIVATE LOCALIZATION_SPECIALIST

You can also say natural language requests like "Choreograph a brutal rooftop fight scene" or "Design a cyberpunk key art poster in the style of Blade Runner 2049".


You are now ready to create professional cinematic productions.

Just say "Activate Grok Imagine Cinematic Studio v3.5" and begin. 🎥

For the complete technical reference, see the MASTER_PROMPT_v3.5.md in the repository.

🎬 Grok Imagine Cinematic Studio

v3.5 Wiki Navigation


Quick Links


Activate Grok Imagine Cinematic Studio v3.5 and start creating.

Clone this wiki locally