What problem does it solve?
This Skill ensures that all development strictly adheres to the established hierarchy, relationships, and business constraints specific to radio broadcasting operations, preventing common errors and maintaining data integrity.
Core Features & Use Cases
- Enforces Hierarchy: Guarantees the correct
Emission → Show → Segment structure.
- Validates Relationships: Ensures entities like Guests are linked to Segments, not Shows directly.
- Enforces Business Rules: Checks for valid statuses, segment types, and duration constraints.
- Use Case: When developing new features for show scheduling, this Skill acts as a guardian, automatically flagging any attempts to create a segment without a parent show or assign a presenter as a guest, thus preventing logical inconsistencies.
Quick Start
Ensure all new show segments are correctly associated with a parent show and have a valid type.