Custom Tag Protocol

Category: Dynamic Tag Extensibility
Status: Universal Extension Standard


1. The Extensible Tag Philosophy

The Auteur Script framework is task-driven and domain-agnostic. The standard Tier 1 and Tier 2 coordinates ([CAM], [ACT], [AUDIO], [BLOCK], [AXIS], [FOCUS], [LIGHT], [SPEED], [PROP], [CROWD], [ENV], [VFX], [TRANS]) cover live-action narrative cinema, but creators can define any custom Sub-State tag required by their specific workflow.


2. Declaration Protocol

To declare and use a new custom Sub-State tag in a prompt or custom extension:

  1. Tag Identifier: Define a unique uppercase bracketed token (e.g., [MOTION], [TYPO], [UI], [PHYSICS]).
  2. Single Controlled Dimension: Define the precise visual or auditory parameter the tag modifies.
  3. Usage Criteria: State when and why the tag should be deployed in the -> timeline.

3. Common Domain-Specific Tag Suites

Animation & Motion Graphics Suite

  • [MOTION]: Governs kinetic velocity, acceleration curves, bounce physics, and path easing.
  • [TYPO]: Governs kinetic typography entry, tracking, kerning expansion, and text dissolves.
  • [PATH]: Directs vector spline tracking across 2D/3D screen space.

Theatrical, Stage & Concert Design Suite

  • [SPOT]: Directs spotlight tracking and iris aperture narrowing on a lead performer.
  • [CUE]: Synchronizes practical stage mechanics (curtain drops, pyrotechnics, trapdoors).
  • [MATTE]: Governs dynamic projection mapping or LED wall backdrop shifts.

Engineering & Industrial Product Breakdown Suite

  • [ASSEMBLY]: Directs modular component attachment, interlocking joints, and fastener tightening.
  • [EXPLODED]: Directs 3D component separation and floating schematic breakdowns.
  • [XRAY]: Directs cutaway views into internal chambers, gearboxes, or fluid channels.

4. Invariant Chaining Rules for Custom Tags

Custom tags inherit all baseline Sub-State grammar rules: 1. Single Dimension: Must modify only the declared coordinate. 2. Sequential Chaining: Chained using the -> operator. 3. Tag Formatting: Label in uppercase brackets with descriptive text following outside with a space.


Back to top