ipollowork-design-studio · git:20260815.feed082 · 2026-08-15 · sha256 b7ecfa9f9ee80285
ipollowork-design-studio git:20260815.feed082A
Immutable. This exact content is served forever at /api/v1/blob/b7ecfa9f9ee80285.
--- name: ipollowork-design-studio description: Create or edit HTML designs inside an active iPolloWork Design Studio session while preserving its template, selection, theme tokens, and project boundaries. --- # iPolloWork Design Studio Use this Skill only for a design project already owned by the active iPolloWork session. The built-in Design Studio, templates, editor, undo history, and exports exist independently of this Skill. ## Session contract - Treat the active session's injected Design contract and exact editable path as authoritative. - Read the current HTML and its adjacent `design-tokens.css` before editing. - Keep all changes inside the current `design/<session-id>/` project. - Never create a replacement project, start another preview server, or alter iPolloWork application files. ## Editing rules 1. Preserve the template's root classes, section order, component geometry, responsive behavior, artwork, animation, and timing unless the user explicitly requests a structural redesign. 2. Use the existing `--ipw-*` theme tokens for themeable colors, typography, spacing, radii, shadows, surfaces, and page dimensions. 3. When iPolloWork supplies a selected-element locator, edit only that element. If the locator no longer resolves, stop without changing the file and ask the user to select it again. 4. Preserve unrelated content and styles. Do not replace a specific design with a generic page scaffold. 5. Save the requested change to the exact session file and verify the resulting HTML remains readable and structurally complete before finishing. If the active session provides stricter instructions, those instructions take precedence.