What problem does it solve? When working with the CALM memory system, the same type of question gets filed as an ask over and over, and a human answers it the same way every time. This Skill detects that repetition pattern from the similar_asks returned by add_ask and consolidates the consistent rulings into a single meta-ask, so the human can decide once whether this class of question may be self-adjudicated going forward. ## Core Features & Use Cases - Repetition Detection: Inspects the similar_asks field (including answer_body) in the add_ask response to find two or more same-type questions with consistent rulings. - Precedent Aggregation: Summarizes how many prior asks were ruled on and what the consistent ruling was, forming a case-law body. - Meta-Ask Filing: Calls add_ask with kind="meta", inheriting the trigger ask's blocks and domain tags plus a "meta-ask" tag, while leaving the original ask open. - Use Case: After filing an ask about naming conventions and noticing three prior asks with identical rulings in similar_asks, the Skill files a meta-ask asking the human whether future questions of this type may follow the established precedent. ## Quick Start After calling add_ask, review the similar_asks in the response and, if the same type of question has been ruled on consistently at least twice, file a meta-ask with kind="meta" summarizing the precedent.