Run the complaint resolution workflow by chaining two skills. Read the complaint, gather context, draft a response, and suggest a fix so it doesn't happen again. Parse arguments: - (optional) — Gmail thread ID, HubSpot ticket ID, or "latest" to pull the most recent unresolved complaint. If omitted, ask the owner to paste the complaint text. Step 1 — Load the complaint (ticket-deflector) Using the skill workflow: 1. If an ID was given: pull the full thread from Gmail or HubSpot. 2. If "latest": pull the most recent unresolved HubSpot ticket or Gmail thread tagged as complaint/support. 3. If ne…