Design Docs for the Most Ambitious Dreamcatcher Prototype Ever

This is the design doc for our most ambitious dreamcatcher project ever. It's a behemoth of a machine that will catch your dreams and store them in a database for later analysis.

Here are the specs:

Design Specs for the tech specs and Implementation Plan for the buildout.

			# This is the Python code for the dreamcatcher AI
			def catch_dreams(dream):
				if dream.is_wild:
					return True
				else:
					return False
			print("Dreams caught!")
		
QA Plan for testing and debugging.