| ForgeFX Design System skill | “Always include colors_and_type.css first.” | Good brand consistency. | Imports global heading styles before local page CSS must consciously override color. |
| ForgeFX Design System visual rule | Dark surfaces use warm darks and warm-white text. | Correct target appearance. | Guidance is visual, not explicit about the required CSS switch. |
| Design stylesheet | Default --fg is --steel-900 / #131820. | Correct for light pages. | Wrong for standalone dark pages unless dark mode is enabled. |
| Design stylesheet | h1/h2/h3 use color: var(--fg). | Consistent semantic typography. | Overrides body text color and catches uncolored headings. |
| Share Preview skill | Generated reports should use ForgeFX design and link the stylesheet. | Correct brand default. | Before patch, missed data-theme="dark" for dark report shells. |