What problem does it solve? Writing business rules as JSONLogic is error-prone: misspelled operators, wrong argument counts, and mismatched data paths cause silent failures. This Skill helps you write correct JSONLogic rules, validate their syntax and semantics, and test them against sample data before deployment. ## Core Features & Use Cases - Rule Authoring Guidance: Step-by-step workflow for converting business requirements into JSONLogic, with common patterns like range checks, tier classification, and array operations. - Syntax & Semantic Validation: A dependency-free Node.js script checks operator spelling, argument arity, and data path existence against sample data. - Test Case Execution: Run rules against multiple test cases with expected outputs using the json-logic-js library. - Use Case: You need a discount rule where premium users over 25 get 20% off. Write the rule, validate it with the script, then run test cases with different ages and tiers to confirm correct behavior. ## Quick Start Ask the assistant to write and validate a JSONLogic rule for your business condition, then test it against sample data.