Index: doc/theses/thierry_delisle/thePlan.md
===================================================================
--- doc/theses/thierry_delisle/thePlan.md	(revision 90152a4860529aff7214be01cd22abd37012cd19)
+++ doc/theses/thierry_delisle/thePlan.md	(revision 90152a4860529aff7214be01cd22abd37012cd19)
@@ -0,0 +1,26 @@
+_Phase 1_ : Prototype
+done - Threads.
+done - Main thread is a cfa thread.
+done - SimpleBlockingLock.
+done - Synchronisation points in thread destructors.
+done - Processors & SpinLock.
+
+_Phase 2_ : Minimum Viable Product
+done - Monitor type and enter/leave mutex member routines
+done - Multi monitors calls,
+done - Monitors as a language feature (not calling enter/leave by hand)
+
+_Phase 3_ : Monitor features
+Internal scheduling
+External scheduling
+
+_Phase 4_ : Kernel features
+Preemption
+Detach thread
+Cluster migration
+
+_Phase 5_ : Performance
+Proper scheduler
+...
+
+
