What problem does it solve? When an AI session needs a human decision that can only be answered while the user is away or across sessions, poorly written questions stall work. This Skill enforces a fixed composition template for the question and context fields of CALM's add_ask tool so every asynchronous decision request is answerable in seconds, even in plain-text notification channels like LINE. ## Core Features & Use Cases - Fixed question template: Composes question with Overview, Options, and Recommendation sections within a 500-character limit, including guidance on how to trim content when over budget. - Structured context field: Places the target activity title first, followed by a Background section covering current task, history, impact scope (reversible/irreversible), and consequences of inaction. - Choices and goal binding: Maps option labels to the add_ask choices argument (max 3 items, 100 chars each) and binds the ask to goal conditions via update_goal when the ask blocks a human-owned condition. - Use Case: A nightly batch hits an API rate limit mid-run. The Skill guides composing an ask with two options (wait 60 minutes vs. abort until tomorrow), a clear recommendation, and background context, so the user can answer with a single letter from a notification. ## Quick Start Before calling add_ask to delegate a decision to the user, follow this skill's template to compose the question and context fields.