Three new tools for persistent-memory email template workflows. Paste your existing HTML once, Orbit remembers its modules and brand tokens, and every future email gets built from the same modular system.
What shipped
•orbit_learn_email_template — parses an HTML email (Stripo-aware) into modules classified by structural signature (hero, content-with-cta, two-column, pricing-table, testimonial, feature-list, app-download, etc.), extracts brand tokens (primary button colour, font family, border radius, body text colour, link colour, backgrounds), and saves the full record to Orbit's library under a template_id you reference later.
•orbit_build_email_from_template — compose a new on-brand email from a previously-learned template's modules. Output preserves the full <head> / <style> / MSO conditional shell plus the es-* / esd-* classes so Stripo still recognises it as editable when pasted back in.
•orbit_modify_email_template — structured edits (remove module by id / type / index, set CTA or heading text, swap image URL). Returns per-instruction success/skip report.
•New skill: email-template-learning. Covers when to trigger, the three-tool session flow, Stripo compatibility guarantees, library storage, and what the skill explicitly does not do.