What problem does it solve? Creating on-brand Movistar presentations manually is slow and error-prone: wrong fonts, off-palette colors, and inconsistent layouts slip in easily. This Skill produces brand-correct .pptx decks by cloning real archetypes from the official Movistar template (~156 archetypes across two design systems) instead of designing slides from scratch. ## Core Features & Use Cases - Archetype cloning engine: Selects the best-fitting slide archetype from 12 families (cover, agenda, section dividers, interior content, grids, data/charts, quotes, comparisons, timelines, closings) via a family map or the find_slides()/describe() query functions, then clones and fills it by shape name. - Deterministic fill and validation: set_text(), set_image(), set_chart_data(), set_table_data(), and set_page_header() preserve the template's fonts, sizes, and colors; save() runs hard OPC gates plus composition QA (verify_deck) before delivery. - Brand asset integration: list_brand_images() resolves the injected Movistar imagery bundle with metadata filters, and brand-config.json enforces the official palette and chapter color system. - Use Case: Turn a marketing report into a Movistar deck: pick PORTADA_TITULO, INDICE_SIMPLE, chapter separators with the correct chapter color, INTERIOR_TXT_1IMG content slides, a DATOS_CHART_CLASICO chart, and CIERRE_M, then save once with all QA gates passing. ## Quick Start Ask the assistant to create a Movistar PowerPoint presentation from your content, for example: "Build a Movistar deck presenting our 2026 brand plan with an agenda, three chapters, a chart, and a closing slide."