skill-commercial-film-routing

Routes advisor ideas to commercial film lanes and tiers using a JSON SSOT.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Noetfield-Systems/SourceA --skill skill-commercial-film-routing-noetfield-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-commercial-film-routing
Source: https://github.com/Noetfield-Systems/SourceA/tree/main/.cursor/skills/skill-commercial-film-routing
Command: npx skills add https://github.com/Noetfield-Systems/SourceA --skill skill-commercial-film-routing-noetfield-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Adjudicating incoming advisor ideas for commercial film production is chaotic without a single source of truth. This Skill reads the commercial film routing SSOT to assign each idea a lane, tier, and status, enforcing the founder-locked Path A decision and preventing rejected hero modes from resurfacing. ## Core Features & Use Cases - Idea Adjudication: Classify advisor ideas as accepted, routed, routed_not_rejected, or rejected per lane, and write rows to the advisor_ideas_ledger and gpt_ideas_ledger. - Lane and Tier Matrix: Apply the tier A/B/C/D definitions and lane status table (witnessbc, sourcea, trustfield, noetfield, fitness, virlux) to place ideas correctly. - Founder Lock Enforcement: Uphold Path A (institutional hero finish) by blocking HeyGen avatar or TikTok-style hero modes on WitnessBC tier A. - Use Case: An advisor proposes a HeyGen avatar hero for the WitnessBC film. Use this Skill to check the founder_lock, reject it for tier A, and route it to tier C trustfield instead, then run the validator script before closing. ## Quick Start Ask the assistant to route a new advisor idea to the correct lane and tier using the commercial film routing SSOT and update the ledger.

Frequently Asked Questions about skill-commercial-film-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a new advisor idea to a film lane and tier?

Classify the idea as an external critic input, check whether the factory already implements it, then assign a status of accepted, routed, routed_not_rejected, or rejected_for_this_lane_only. Write the row to advisor_ideas_ledger and gpt_ideas_ledger, then run the validator script.

What is the difference between tier A, B, C, and D in commercial film routing?

Tier A is a 120-240s hero film for CISO and GRC buyers with no synthetic avatar. Tier B is a ~300s proof film for investors, tier C is 30s social content where a real founder is allowed, and tier D covers go-to-market prospect email.

Can I use a HeyGen avatar as the WitnessBC hero film?

No. The founder_lock Path A explicitly rejects HeyGen avatar as the WitnessBC tier A hero. HeyGen is routed to tier C social for trustfield or fitness lanes only, unless an ASF Path B override is formally chosen.

How do I validate changes to commercial-film-routing-v1.json?

Run bash scripts/validate-commercial-film-routing-v1.sh from the SourceA directory. It checks schema, beats file existence, routing_ref, required scripts, and that witnessbc and sourcea lanes are active. Never edit the routing JSON without a validator PASS.

When should an advisor idea be rejected instead of routed?

Ideas are rejected only per lane, never globally deleted. For example, a HeyGen hero is rejected for WitnessBC tier A via founder_lock but routed to tier C trustfield. Always document the rejection in the lane asset rather than removing the idea.