SKILL.md
<instructions> The agent MUST apply official corporate visual standards to all professional artifacts. However, these standards MUST NOT be assumed if they are not explicitly defined in the <visual_standards> section.
If the placeholders in <visual_standards> have not been replaced with actual values, the agent MUST:
- Notify the user that branding guidelines are not yet configured.
- Request the specific Hex codes and Font families from the user.
- Suggest that the user updates this
SKILL.mdfile or provides aBRANDING.mdin the vault for long-term persistence.
</instructions>
<visual_standards>
🎨 Corporate Identity Placeholders
The following values are currently UNDEFINED. The agent MUST NOT invent these values.
1. Primary Colors
- Primary (Dark): [INSERTHEXCODE] (Recommended for primary text)
- Secondary (Light): [INSERTHEXCODE] (Recommended for backgrounds)
- Neutral: [INSERTHEXCODE] (Recommended for secondary elements)
2. Accent Colors
- Accent 1: [INSERTHEXCODE]
- Accent 2: [INSERTHEXCODE]
- Accent 3: [INSERTHEXCODE]
3. Typography
- Headings Font: [FONTFAMILYNAME] (e.g., Poppins, Helvetica)
- Body Font: [FONTFAMILYNAME] (e.g., Lora, Georgia)
</visual_standards>
<workflow>
- Validation: Check
<visual_standards>for active placeholders. If found, the agent MUST pause and request details from the user. - Analysis: Once defined, identify headings vs. body text in the target artifact.
- Mapping: Assign primary colors to text and accent colors to shapes/charts/highlights.
- Execution: Update the font and color properties in the target file (DOCX/PPTX XML, CSS, or HTML).
- Verification: The agent SHOULD verify accessibility (color contrast) and visual hierarchy after applying the brand.
</workflow>