diff --git a/documents/Directory_Structure_Standards.md b/documents/Directory_Structure_Standards.md
index e8716a46cd8c171bca902ed0ee959c6cc1de8fe0..0a2a93d0b92bb88e0cb3ae2114922855efd1283e 100644
--- a/documents/Directory_Structure_Standards.md
+++ b/documents/Directory_Structure_Standards.md
@@ -5,4 +5,5 @@ Every directory will have a readme describing at a minimum the purpose of the di
 * Documents - any documents relevant to the creation and implementation of the project.
 * Spikes - any spike programs created to aid us in understanding the project.
 * Src - all code and necessary files used for the quadratic solver program specifically
+* Stories - all stories and TPS reports created to track project completion
 * Tests - all unit tests created for the quadratic solver program