diff --git a/07_strategy/README.md b/07_strategy/README.md
new file mode 100644
index 0000000..9f170ea
--- /dev/null
+++ b/07_strategy/README.md
@@ -0,0 +1,5 @@
+
strategy
+
+the `strategy pattern` (also known as the policy pattern) is a behavioral software design pattern that enables selecting
+an algorithm at runtime. Instead of implementing a single algorithm directly, code receives run-time instructions as to
+which in a family of algorithms to use.