diff --git a/Hillnote-Tools-Design-System.md b/Hillnote-Tools-Design-System.md index 398af9c..d583f53 100644 --- a/Hillnote-Tools-Design-System.md +++ b/Hillnote-Tools-Design-System.md @@ -414,7 +414,7 @@ Scheme follows the OS via `prefers-color-scheme` — there is no in-product them color-scheme: light dark; --canvas: #ffffff; --canvas-soft: #eef0f4; --line: #dfe3ec; --ink: #111318; --body: #454852; --mute: #868a93; - --primary: #4d63ff; --primary-text: #3b50e0; --on-primary: #f4f6ff; + --primary: #4d63ff; --primary-text: #3b50e0; --on-primary: #ffffff; } @media (prefers-color-scheme: dark) { diff --git a/priority-matrix/index.html b/priority-matrix/index.html new file mode 100644 index 0000000..4167dbf --- /dev/null +++ b/priority-matrix/index.html @@ -0,0 +1,647 @@ + + + + + + + Priority Matrix + + + + +
+
Productive · Focus
+

Priority Matrix

+

Triage your to-dos the Eisenhower way — sort each task by urgency and importance so you know what to do now, what to schedule, what to hand off, and what to drop.

+
+ +
+
+
+ + +
+
+ Add to: +
+
+ +
+ +

Tip: drag a task by its handle to move it between quadrants.

+ + +
+ + + + + diff --git a/screenshots/priority-matrix.webp b/screenshots/priority-matrix.webp new file mode 100644 index 0000000..bb65810 Binary files /dev/null and b/screenshots/priority-matrix.webp differ diff --git a/tools.json b/tools.json index e8ac5b9..56f41fa 100644 --- a/tools.json +++ b/tools.json @@ -1,5 +1,5 @@ { - "catalogVersion": 22, + "catalogVersion": 23, "tools": [ { "dir": "color-capture", @@ -216,6 +216,14 @@ "glyph": "📐", "color": "#4d63ff", "version": 2 + }, + { + "dir": "priority-matrix", + "name": "Priority Matrix", + "description": "Triage your to-dos with the Eisenhower method — sort tasks by urgency and importance into do, schedule, delegate, or eliminate.", + "glyph": "🎯", + "color": "#4d63ff", + "version": 2 } ] }