Add Superpowers Skill Tree + Meta-Improver: phd_research_os/skills/__init__.py
Browse files
phd_research_os/skills/__init__.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
PhD Research OS — Superpowers Skill Tree
|
| 3 |
+
==========================================
|
| 4 |
+
7 specialized skills permanently baked into the companion AI improver model.
|
| 5 |
+
Each skill enforces a gated workflow phase with mandatory artifacts.
|
| 6 |
+
"""
|