What problem does it solve? Turning a one-off conversation into a repeatable automated task is tedious and error-prone. This Skill distills the current session into a self-contained prompt and registers it as a scheduled task that runs on demand, on a recurring cron schedule, or at a single future moment. ## Core Features & Use Cases - Session Distillation: Analyzes the current conversation and rewrites it as a fully self-contained prompt that future runs can execute cold, with no references to ephemeral context. - Flexible Scheduling: Supports recurring schedules via cronExpression (evaluated in the user's local timezone), one-time execution via an ISO 8601 fireAt timestamp, or ad-hoc manual triggering. - Ambiguity Handling: When the requested schedule is unclear, it proposes a schedule and asks for confirmation before creating the task. - Use Case: After manually reviewing your inbox each morning, ask to "run this every weekday at 8am" and the Skill creates a recurring task with cron 0 8 * * 1-5 and a complete standalone prompt. ## Quick Start Ask the assistant to schedule the task you just performed, for example: "remind me to run this report every Friday at 9am."