What problem does it solve?
Free-form user replies to a short-drama draft review are ambiguous, and letting a language model interpret them risks triggering paid image or video generation without genuine consent. This Skill deterministically classifies review and confirmation replies so external provider calls only proceed on explicit approval.
Core Features & Use Cases
- Deterministic Consent Gate: Classifies bilingual (English/Chinese) review replies into proceed, revise, hold, or cancel decisions using pattern matching, never a model or network call.
- Privacy Restriction Detection: Holds generation when replies refuse external transfer, require on-device-only processing, or prohibit third-party access to content.
- Canonical Script Snapshot: Freezes the final in-memory script (up to 200,000 UTF-8 bytes) bound to exactly one valid decision, without re-reading the user-editable script file.
- Use Case: A user replies "change the style to anime, but do not generate yet" to a draft script; the Skill emits DECISION: hold with the adjustment preserved, and only a later standalone explicit approval unlocks the paid media step.
Quick Start
Pipe a JSON payload containing the review text and phase into the normalize script to receive a bounded decision block for the short-drama workflow.