What problem does it solve? When an owner emails the AI companion with a request, someone must actually perform the work and send a threaded reply without losing context or violating sending rules. This Skill handles that worker role: it reads the filed mail mirror, completes the requested task, and replies on the correct Nylas thread. ## Core Features & Use Cases - Task execution from email: Reads the mail mirror at the source path, performs the owner's ask using gbrain, mail mirrors, and web search, then files notes under project folders. - Threaded Nylas replies: Sends replies via nylas_send_message with the correct replyToMessageId, matching subject, source path, and file attachments such as decks or PDFs. - Kanban lifecycle management: Completes the board card when the deliverable is emailed, or blocks it as awaiting owner when a genuine question needs an answer. - Use Case: The owner emails asking for research on a vendor. The Skill reads the thread, runs web searches, files notes under Projects/<slug>/, and replies on the same thread with findings attached as a PDF. ## Quick Start Ask the agent to handle the owner's latest email request and reply on that Nylas thread with the completed deliverable.