_template
01Command Codex
One or two sentences: what this command extracts/organizes, and why it's its own command rather than folded into another one.
Produce high-impact, scroll-driven product films and luxury Cinematic Landing pages.
Command Codex
One or two sentences: what this command extracts/organizes, and why it's its own command rather than folded into another one.
Command Codex
Command "a11y" from TidyFactor/Cinematic, covering command: a11y — accessibility pass, purpose, when to run it, what it does and output convention.
Command Codex
A read-only report against both checklists that govern this track — memory/09-quality-bar.md (cinematic auto-rejects) and memory/11-brand-json.md (token compliance). The original AGENTS.md only ran these checks inline at the end of a fresh build; this command makes them runnable on their own against an…
Command Codex
Establish the single source of truth every other command depends on. This is the one command that must run before any visual or copy work — folding it into init alone would hide the fact that convert/improve runs need it just as much, and re-running it is how a rebrand propagates.
Command Codex
Command "clone-brand" from TidyFactor/Cinematic, covering purpose, when to run it, what it does, output convention and checklist.
Command Codex
Bring an existing static landing page, a different generator's output, or a client-supplied design onto the cinematic engine. This is the lifecycle mode the original AGENTS.md flow didn't cover — that flow only ever built fresh (init). Every other TidyFactor track ships Init/Convert/Improve; this command is what…
Command Codex
The last step in every sequence: verify the page actually behaves correctly in a browser, optimize heavy assets, and hand off a static bundle any host can serve — no build step, no server runtime, matching the zero-dependency output every TidyFactor track promises regardless of what the build step needed.
Command Codex
Build (or re-sync) the scroll-driven "film" — the single most important technique in this track, and the one memory/09-quality-bar.md auto-rejects most often when done wrong. Isolated as its own command because a FRAMECOUNT drift is a common, narrow bug that shouldn't require touching layout or media generation to fix.
Command Codex
The top of the page decides everything — memory/09-quality-bar.md calls a static-image-plus-fade the single most common rejection reason. This command owns that entrance in isolation so it can be iterated hardest without touching the rest of the build.
Command Codex
Everything that changes when the page targets an Arabic (or other RTL) audience — typography, direction, caption placement, and the two hard constraints on generated people/product assets. Kept as the last command in every sequence, matching the PHP tracks' convention of running i18n last.
Command Codex
The primary deliverable: a complete scroll-driven cinematic landing page for a product, from brief + reference photos to a served, verified index.html. This is the only command that runs the full build order end-to-end in one go — every other command is a focused re-entry point into one stage of it.
Command Codex
Turn the product brief + reference photos into the raw keyframes, video clips, and cutouts the film and hero commands need. Kept separate from init because re-running just the media step (a reshoot, a new reference photo, a provider switch) shouldn't force re-scaffolding the whole page.
Command Codex
Apply the final production polish to the landing page deliverable: responsive mobile glassmorphic navigation overlay (#mobileNavOverlay), touch momentum physics (Lenis smoothTouch), high-conversion WhatsApp deep links & floating pulse button (#waBubble), floating scroll-to-top button (#scrollTopBtn), and custom SVG…
Command Codex
Decide and apply the color system — separate from brand because brand establishes the tokens, while theme decides which theme (light/dark) fits this product and derives the palette variants brand.json doesn't ship (gold-deep, gold-bright, ambient tween start).
Command Codex
Guarantee no visible cut or ghosting between film segments — the eye should never leave the subject. Isolated from media because a seam is usually a prompting/matching bug caught after generation, not a re-shoot.
Command Codex
Pick an Arabic (+ Latin accent) font pairing that matches the brand's mood instead of defaulting to El Messiri/Tajawal/Cormorant Garamond on every project. Split out from i18n because font selection is a creative decision made once, early — i18n then applies whichever pair was chosen (RTL rules, caption placement) and…
Command Codex
Produce a second HTML file from an already-built project — a different palette, headline angle, or CTA — reusing the engine and (where possible) the generated media assets, instead of re-running init from scratch and paying for new media generation that isn't actually needed.
Command
Discovers luxury brand attributes, media pipeline choices, and layout routing using the Contextual Decision Layer (CDL).