What problem does it solve? Owner requests arriving over SMS, jChat, voice, Slack, or Telegram often take longer than a single conversation turn allows. This Skill defers long requests into kanban cards and executes them asynchronously, then blocks for clarification or completes with a summary. ## Core Features & Use Cases - Deferred intake: Detects when a request exceeds a quick-turn budget and defers it with a self-contained objective via realtime_goal_defer. - Kanban worker execution: Reads card bodies and comments, executes only the card's objective, and re-checks comments before consequential actions. - Booking phase handling: After the owner picks an option, proceeds directly to checkout on the chosen property without re-running broad searches. - Use Case: An owner texts "book me a hotel in Chicago next weekend." The skill defers the request, searches options, blocks with a comparison question, and once the owner picks a hotel, stages checkout and completes the card with a browser handoff link. ## Quick Start Ask the agent to handle a deferred owner request such as booking a hotel, and it will execute the kanban card, block with one question if input is missing, or complete with a summary.