diff --git a/modules/primer-marketing-utilities/docs/borders.md b/modules/primer-marketing-utilities/docs/borders.md
new file mode 100644
index 00000000..4f50741d
--- /dev/null
+++ b/modules/primer-marketing-utilities/docs/borders.md
@@ -0,0 +1,19 @@
+---
+title: Borders
+status: New release
+status_issue: https://github.com/github/design-systems/issues/325
+---
+
+The following border utilities are meant to used in addition to those within primer-core.
+
+{:toc}
+
+## Responsive borders
+
+Top, right, bottom, and left border utilities are can be used responsively to add or remove borders to an element at different screensizes.
+
+```html
+
+ .border-top-0
+
+```
diff --git a/modules/primer-marketing-utilities/docs/filters.md b/modules/primer-marketing-utilities/docs/filters.md
new file mode 100644
index 00000000..8f8ce154
--- /dev/null
+++ b/modules/primer-marketing-utilities/docs/filters.md
@@ -0,0 +1,19 @@
+---
+title: Filters
+status: New release
+status_issue: https://github.com/github/design-systems/issues/302
+---
+
+Filter utility classes can be applied to divs or images to apply visual effects.
+
+
+
+## Grayscale
+
+Applying `.grayscale` to an element will remove all of its colors, and make it render in black and white.
+
+```html
+" class="img-responsive grayscale" alt="">
+```