moveros 4.0.8 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.js +4 -2
- package/package.json +1 -1
- package/src/hooks/context-staleness.sh +46 -46
- package/src/hooks/dirty-tree-guard.sh +33 -33
- package/src/hooks/engine-protection.sh +43 -43
- package/src/hooks/git-safety.sh +47 -47
- package/src/hooks/pre-compact-backup.sh +177 -177
- package/src/hooks/session-log-reminder.sh +135 -73
- package/src/skills/systematic-debugging/CREATION-LOG.md +119 -119
- package/src/skills/systematic-debugging/SKILL.md +296 -296
- package/src/skills/systematic-debugging/condition-based-waiting-example.ts +158 -158
- package/src/skills/systematic-debugging/condition-based-waiting.md +115 -115
- package/src/skills/systematic-debugging/defense-in-depth.md +122 -122
- package/src/skills/systematic-debugging/find-polluter.sh +63 -63
- package/src/skills/systematic-debugging/root-cause-tracing.md +169 -169
- package/src/skills/systematic-debugging/test-academic.md +14 -14
- package/src/skills/systematic-debugging/test-pressure-1.md +58 -58
- package/src/skills/systematic-debugging/test-pressure-2.md +68 -68
- package/src/skills/systematic-debugging/test-pressure-3.md +69 -69
- package/src/structure/01_Projects/_Template Project/plan.md +55 -55
- package/src/structure/01_Projects/_Template Project/project_brief.md +45 -45
- package/src/structure/02_Areas/Engine/Active_Context.md +146 -146
- package/src/structure/02_Areas/Engine/Auto_Learnings.md +36 -36
- package/src/structure/02_Areas/Engine/Daily_Template.md +133 -133
- package/src/structure/02_Areas/Engine/Identity_Prime_template.md +86 -86
- package/src/structure/02_Areas/Engine/Mover_Dossier.md +120 -120
- package/src/structure/02_Areas/Engine/Strategy_template.md +65 -65
- package/src/structure/03_Library/SOPs/Tech_Stack.md +55 -55
- package/src/structure/03_Library/SOPs/Zone_Operating.md +57 -57
- package/src/system/V4_CONTEXT.md +262 -262
- package/src/theme/minimal-theme.css +271 -271
- package/src/workflows/analyse-day.md +401 -401
- package/src/workflows/debug-resistance.md +180 -180
- package/src/workflows/harvest.md +239 -239
- package/src/workflows/ignite.md +720 -720
- package/src/workflows/init-plan.md +16 -16
- package/src/workflows/morning.md +222 -222
- package/src/workflows/overview.md +203 -203
- package/src/workflows/pivot-strategy.md +218 -218
- package/src/workflows/plan-tomorrow.md +308 -308
- package/src/workflows/primer.md +207 -207
- package/src/workflows/reboot.md +201 -201
- package/src/workflows/refactor-plan.md +135 -135
- package/src/workflows/review-week.md +558 -558
- package/src/workflows/setup.md +388 -388
- package/src/workflows/update.md +10 -13
- package/src/workflows/walkthrough.md +523 -523
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
# Auto Learnings Database
|
|
2
|
-
*System-Generated Insights. Do not edit manually unless correcting an error.*
|
|
3
|
-
|
|
4
|
-
Two entry types: CORRECTION (AI behavior fixes) and PATTERN (user behavioral patterns).
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## CORRECTION: [Error Name]
|
|
9
|
-
**Domain:** [AI Behavior / Workflow / Rule]
|
|
10
|
-
**Error:** [What the AI did wrong]
|
|
11
|
-
**Fix:** [What the correct behavior is]
|
|
12
|
-
**Status:** [ACTIVE/RESOLVED]
|
|
13
|
-
**First Detected:** 2026-01-01
|
|
14
|
-
**Confidence:** 3
|
|
15
|
-
**Last Updated:** 2026-01-01
|
|
16
|
-
|
|
17
|
-
### Evidence
|
|
18
|
-
- 2026-01-01: "User corrected X. Source: [workflow/session]."
|
|
19
|
-
|
|
20
|
-
---
|
|
21
|
-
|
|
22
|
-
## PATTERN: [Pattern Name]
|
|
23
|
-
**Type:** [Avoidance / Energy / Scope / Execution / Habit]
|
|
24
|
-
**Domain:** [Business/Vitality/Mind]
|
|
25
|
-
**Hypothesis:** [Vx]
|
|
26
|
-
**Suspected Variable:** [Variable Name]
|
|
27
|
-
**Trigger:** [What causes this pattern to fire]
|
|
28
|
-
**Counter-Action:** [What to do instead]
|
|
29
|
-
**Status:** [ACTIVE/MONITORING/RESOLVED]
|
|
30
|
-
**First Detected:** 2026-01-01
|
|
31
|
-
**Confidence:** 1
|
|
32
|
-
**Severity:** LOW
|
|
33
|
-
**Last Updated:** 2026-01-01
|
|
34
|
-
|
|
35
|
-
### Evidence
|
|
36
|
-
- 2026-01-01: "This is a placeholder entry."
|
|
1
|
+
# Auto Learnings Database
|
|
2
|
+
*System-Generated Insights. Do not edit manually unless correcting an error.*
|
|
3
|
+
|
|
4
|
+
Two entry types: CORRECTION (AI behavior fixes) and PATTERN (user behavioral patterns).
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## CORRECTION: [Error Name]
|
|
9
|
+
**Domain:** [AI Behavior / Workflow / Rule]
|
|
10
|
+
**Error:** [What the AI did wrong]
|
|
11
|
+
**Fix:** [What the correct behavior is]
|
|
12
|
+
**Status:** [ACTIVE/RESOLVED]
|
|
13
|
+
**First Detected:** 2026-01-01
|
|
14
|
+
**Confidence:** 3
|
|
15
|
+
**Last Updated:** 2026-01-01
|
|
16
|
+
|
|
17
|
+
### Evidence
|
|
18
|
+
- 2026-01-01: "User corrected X. Source: [workflow/session]."
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## PATTERN: [Pattern Name]
|
|
23
|
+
**Type:** [Avoidance / Energy / Scope / Execution / Habit]
|
|
24
|
+
**Domain:** [Business/Vitality/Mind]
|
|
25
|
+
**Hypothesis:** [Vx]
|
|
26
|
+
**Suspected Variable:** [Variable Name]
|
|
27
|
+
**Trigger:** [What causes this pattern to fire]
|
|
28
|
+
**Counter-Action:** [What to do instead]
|
|
29
|
+
**Status:** [ACTIVE/MONITORING/RESOLVED]
|
|
30
|
+
**First Detected:** 2026-01-01
|
|
31
|
+
**Confidence:** 1
|
|
32
|
+
**Severity:** LOW
|
|
33
|
+
**Last Updated:** 2026-01-01
|
|
34
|
+
|
|
35
|
+
### Evidence
|
|
36
|
+
- 2026-01-01: "This is a placeholder entry."
|
|
@@ -1,134 +1,134 @@
|
|
|
1
|
-
# [YYYY-MM-DD]
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## Battery
|
|
5
|
-
|
|
6
|
-
| Metric | Value | Target | Notes |
|
|
7
|
-
| :--- | :--- | :--- | :--- |
|
|
8
|
-
| Zone (1-7) | [0] | 5-6 | Intensity Level |
|
|
9
|
-
| Deep Work | [0h] | 8h+ | Output Time |
|
|
10
|
-
| Rest (Integrated) | [0m] | 60m+ | Naps/Walks (Crucial) |
|
|
11
|
-
| Sleep | [0h] | 8h | Deep: [Xh] ([Y]%) |
|
|
12
|
-
| Calories | [0] | 2000 | AI Calculated |
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
---
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
## Focus
|
|
19
|
-
|
|
20
|
-
- **Single Test:** [The ONE thing that makes today a win]
|
|
21
|
-
- **Frog:** [The hard task you are avoiding]
|
|
22
|
-
- **Sacrifice:** [What are you NOT doing today? e.g., No YouTube]
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
---
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## Tasks
|
|
29
|
-
|
|
30
|
-
*These are important but secondary. Do not let them kill The Single Test.*
|
|
31
|
-
|
|
32
|
-
- [ ] [Task from plan.md or ad-hoc]
|
|
33
|
-
- [ ]
|
|
34
|
-
- [ ]
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
---
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
## Schedule
|
|
41
|
-
|
|
42
|
-
**Total Available:**
|
|
43
|
-
**Allocated:** [X]h
|
|
44
|
-
**Buffer:** [X]h
|
|
45
|
-
|
|
46
|
-
| Task Block | Est. | Range (Clock) | Actual | Variance |
|
|
47
|
-
| :--- | :--- | :--- | :--- | :--- |
|
|
48
|
-
| | | | | |
|
|
49
|
-
| | | | | |
|
|
50
|
-
| | | | | |
|
|
51
|
-
| | | | | |
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### Battle Plan
|
|
55
|
-
|
|
56
|
-
Break down the task blocks here
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
---
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
## Log
|
|
63
|
-
|
|
64
|
-
*Type messy notes here all day. Log Work AND Rest.*
|
|
65
|
-
|
|
66
|
-
- 09:00 -
|
|
67
|
-
|
|
68
|
-
**Food:**
|
|
69
|
-
|
|
70
|
-
**Sleep:** Total: | Deep:
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
---
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## Session Log
|
|
77
|
-
|
|
78
|
-
*AI-generated session entries. Written by `/log` with timestamps, tasks, mood, drift, issues.*
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
---
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## Metrics
|
|
86
|
-
|
|
87
|
-
| Metric | Value | Notes |
|
|
88
|
-
| :--- | :--- | :--- |
|
|
89
|
-
| Tasks Planned | [0] | From Focus + Tasks |
|
|
90
|
-
| Tasks Completed | [0] | Checked off |
|
|
91
|
-
| Completion Rate | [0%] | Auto-calculated |
|
|
92
|
-
| Zombie Tasks | [0] | Carried 2+ days |
|
|
93
|
-
| Deep Work Actual | [0h] | From Schedule |
|
|
94
|
-
| Single Test Hit? | [Y/N] | Did you win the day? |
|
|
95
|
-
| Energy Avg | [0] | Self-reported 1-10 |
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
---
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
## Rudder
|
|
102
|
-
|
|
103
|
-
*AI-generated analysis. Written by `/analyse-day`.*
|
|
104
|
-
|
|
105
|
-
- **Verdict:** [Pass/Fail — with citations]
|
|
106
|
-
- **Volume Check:** [Did we hit daily volume?]
|
|
107
|
-
- **Battery Status:** [Energy assessment]
|
|
108
|
-
- **System Tweak:** [Fix for tomorrow]
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
---
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
## Key Insights
|
|
115
|
-
|
|
116
|
-
*AI-generated tactical insights for tomorrow. Written by `/analyse-day`.*
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
---
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## Review
|
|
124
|
-
|
|
125
|
-
- **Did I hit the 12h day?** [Yes/No]
|
|
126
|
-
- **Did I burn out?** [If yes, increase Integrated Rest tomorrow]
|
|
127
|
-
- **System Tweak:** [Optimization for tomorrow]
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
---
|
|
131
|
-
|
|
132
|
-
<% await tp.file.rename("Daily - " + tp.date.tomorrow ("YYYY-MM-DD"))%>
|
|
133
|
-
|
|
1
|
+
# [YYYY-MM-DD]
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Battery
|
|
5
|
+
|
|
6
|
+
| Metric | Value | Target | Notes |
|
|
7
|
+
| :--- | :--- | :--- | :--- |
|
|
8
|
+
| Zone (1-7) | [0] | 5-6 | Intensity Level |
|
|
9
|
+
| Deep Work | [0h] | 8h+ | Output Time |
|
|
10
|
+
| Rest (Integrated) | [0m] | 60m+ | Naps/Walks (Crucial) |
|
|
11
|
+
| Sleep | [0h] | 8h | Deep: [Xh] ([Y]%) |
|
|
12
|
+
| Calories | [0] | 2000 | AI Calculated |
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## Focus
|
|
19
|
+
|
|
20
|
+
- **Single Test:** [The ONE thing that makes today a win]
|
|
21
|
+
- **Frog:** [The hard task you are avoiding]
|
|
22
|
+
- **Sacrifice:** [What are you NOT doing today? e.g., No YouTube]
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## Tasks
|
|
29
|
+
|
|
30
|
+
*These are important but secondary. Do not let them kill The Single Test.*
|
|
31
|
+
|
|
32
|
+
- [ ] [Task from plan.md or ad-hoc]
|
|
33
|
+
- [ ]
|
|
34
|
+
- [ ]
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## Schedule
|
|
41
|
+
|
|
42
|
+
**Total Available:**
|
|
43
|
+
**Allocated:** [X]h
|
|
44
|
+
**Buffer:** [X]h
|
|
45
|
+
|
|
46
|
+
| Task Block | Est. | Range (Clock) | Actual | Variance |
|
|
47
|
+
| :--- | :--- | :--- | :--- | :--- |
|
|
48
|
+
| | | | | |
|
|
49
|
+
| | | | | |
|
|
50
|
+
| | | | | |
|
|
51
|
+
| | | | | |
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Battle Plan
|
|
55
|
+
|
|
56
|
+
Break down the task blocks here
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## Log
|
|
63
|
+
|
|
64
|
+
*Type messy notes here all day. Log Work AND Rest.*
|
|
65
|
+
|
|
66
|
+
- 09:00 -
|
|
67
|
+
|
|
68
|
+
**Food:**
|
|
69
|
+
|
|
70
|
+
**Sleep:** Total: | Deep:
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## Session Log
|
|
77
|
+
|
|
78
|
+
*AI-generated session entries. Written by `/log` with timestamps, tasks, mood, drift, issues.*
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## Metrics
|
|
86
|
+
|
|
87
|
+
| Metric | Value | Notes |
|
|
88
|
+
| :--- | :--- | :--- |
|
|
89
|
+
| Tasks Planned | [0] | From Focus + Tasks |
|
|
90
|
+
| Tasks Completed | [0] | Checked off |
|
|
91
|
+
| Completion Rate | [0%] | Auto-calculated |
|
|
92
|
+
| Zombie Tasks | [0] | Carried 2+ days |
|
|
93
|
+
| Deep Work Actual | [0h] | From Schedule |
|
|
94
|
+
| Single Test Hit? | [Y/N] | Did you win the day? |
|
|
95
|
+
| Energy Avg | [0] | Self-reported 1-10 |
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## Rudder
|
|
102
|
+
|
|
103
|
+
*AI-generated analysis. Written by `/analyse-day`.*
|
|
104
|
+
|
|
105
|
+
- **Verdict:** [Pass/Fail — with citations]
|
|
106
|
+
- **Volume Check:** [Did we hit daily volume?]
|
|
107
|
+
- **Battery Status:** [Energy assessment]
|
|
108
|
+
- **System Tweak:** [Fix for tomorrow]
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## Key Insights
|
|
115
|
+
|
|
116
|
+
*AI-generated tactical insights for tomorrow. Written by `/analyse-day`.*
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
## Review
|
|
124
|
+
|
|
125
|
+
- **Did I hit the 12h day?** [Yes/No]
|
|
126
|
+
- **Did I burn out?** [If yes, increase Integrated Rest tomorrow]
|
|
127
|
+
- **System Tweak:** [Optimization for tomorrow]
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
<% await tp.file.rename("Daily - " + tp.date.tomorrow ("YYYY-MM-DD"))%>
|
|
133
|
+
|
|
134
134
|
**Pomodoros:**
|
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
# IDENTITY PRIME: [YOUR ARCHETYPE]
|
|
2
|
-
|
|
3
|
-
**Version:** 1.0
|
|
4
|
-
**Last Updated:** [DATE]
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## 0. THE THREAT (The Anti-Identity)
|
|
9
|
-
> *"Pain is the fuel. Fear is the compass."*
|
|
10
|
-
|
|
11
|
-
**The Mediocre Version of Me:**
|
|
12
|
-
* [Trait 1 you are running from]
|
|
13
|
-
* [Trait 2 you are running from]
|
|
14
|
-
* [The outcome you fear most]
|
|
15
|
-
* **The person everyone expected to win, who never showed up.**
|
|
16
|
-
|
|
17
|
-
**I am running FROM this, not just TO something.**
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## 1. HARDWARE SPECS (The Diagnosis)
|
|
22
|
-
* **Archetype:** [e.g. The Executor, The Builder, The Sage]
|
|
23
|
-
* **Core Drive:** [e.g. Mastery, Freedom, Impact]
|
|
24
|
-
* **Fatal Flaw:** [e.g. Perfectionism, Procrastination]
|
|
25
|
-
* **The Law:** "[Your Personal Mantra]"
|
|
26
|
-
|
|
27
|
-
---
|
|
28
|
-
|
|
29
|
-
## 2. THE PSYCHOLOGICAL FIREWALL
|
|
30
|
-
* **When I feel like a failure:** [Reframing statement]
|
|
31
|
-
* **When I want to give up:** [Reframing statement]
|
|
32
|
-
* **When I am scared:** Fear is data. It means I am attacking the right target.
|
|
33
|
-
|
|
34
|
-
---
|
|
35
|
-
|
|
36
|
-
## 3. THE CORE IDENTITY (Who I Am)
|
|
37
|
-
* **The Mover:** I am Kinetic Energy. I do not wait for "feeling." I move.
|
|
38
|
-
* **The Professional:** I treat this as a war, not a hobby.
|
|
39
|
-
* **The [Your Role]:** [Description of your ideal professional self]
|
|
40
|
-
|
|
41
|
-
---
|
|
42
|
-
|
|
43
|
-
## 4. THE CODE (Non-Negotiables)
|
|
44
|
-
1. **The Work is the Weapon:** Resistance is the enemy. Action is the cure.
|
|
45
|
-
2. **Input > Output:** I focus on what I control (effort), not what I don't (results).
|
|
46
|
-
3. **Done Beats Perfect:** Imperfect action beats perfect planning.
|
|
47
|
-
|
|
48
|
-
---
|
|
49
|
-
|
|
50
|
-
## 5. THE DAILY RITUAL (Execution Protocol)
|
|
51
|
-
1. **Wake Up:** [Morning Routine]
|
|
52
|
-
2. **Visceralize:** Read this document. Feel the truth of it.
|
|
53
|
-
3. **The Work:** Execute the Daily Plan.
|
|
54
|
-
4. **The Review:** Log data. Plan tomorrow.
|
|
55
|
-
|
|
56
|
-
---
|
|
57
|
-
|
|
58
|
-
## 6. THE AFFIRMATIONS (The Source Code)
|
|
59
|
-
* "I am a machine that creates value."
|
|
60
|
-
* "I do not negotiate with myself."
|
|
61
|
-
* "I am becoming my evolved self every day."
|
|
62
|
-
|
|
63
|
-
---
|
|
64
|
-
|
|
65
|
-
## 7. VITALITY STATE (The Body)
|
|
66
|
-
> *The machine runs on hardware. Neglect the body, the mind follows.*
|
|
67
|
-
|
|
68
|
-
* **Current State:** [Honest assessment of physical health]
|
|
69
|
-
* **Training:** [Current routine or lack thereof]
|
|
70
|
-
* **Fuel:** [Diet approach / rules]
|
|
71
|
-
* **Recovery:** [Sleep, rest, restoration practices]
|
|
72
|
-
* **90-Day Target:** [Specific, measurable physical goal]
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
## 8. SPIRITUAL STATE (Faith/Purpose)
|
|
77
|
-
> *The "why" behind the "what." Without meaning, execution is empty.*
|
|
78
|
-
|
|
79
|
-
* **Practice:** [Spiritual practice, faith tradition, or meaning framework]
|
|
80
|
-
* **Daily Rituals:** [Prayer, meditation, journaling, gratitude]
|
|
81
|
-
* **Core Values:** [The values that guide decisions when strategy is silent]
|
|
82
|
-
* **Purpose Statement:** [What gives your life meaning beyond achievement]
|
|
83
|
-
|
|
84
|
-
---
|
|
85
|
-
|
|
86
|
-
<!-- PSYCH-PROFILE: Dominant Trait, Weakness, Driver, Risk Profile -->
|
|
1
|
+
# IDENTITY PRIME: [YOUR ARCHETYPE]
|
|
2
|
+
|
|
3
|
+
**Version:** 1.0
|
|
4
|
+
**Last Updated:** [DATE]
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## 0. THE THREAT (The Anti-Identity)
|
|
9
|
+
> *"Pain is the fuel. Fear is the compass."*
|
|
10
|
+
|
|
11
|
+
**The Mediocre Version of Me:**
|
|
12
|
+
* [Trait 1 you are running from]
|
|
13
|
+
* [Trait 2 you are running from]
|
|
14
|
+
* [The outcome you fear most]
|
|
15
|
+
* **The person everyone expected to win, who never showed up.**
|
|
16
|
+
|
|
17
|
+
**I am running FROM this, not just TO something.**
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## 1. HARDWARE SPECS (The Diagnosis)
|
|
22
|
+
* **Archetype:** [e.g. The Executor, The Builder, The Sage]
|
|
23
|
+
* **Core Drive:** [e.g. Mastery, Freedom, Impact]
|
|
24
|
+
* **Fatal Flaw:** [e.g. Perfectionism, Procrastination]
|
|
25
|
+
* **The Law:** "[Your Personal Mantra]"
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## 2. THE PSYCHOLOGICAL FIREWALL
|
|
30
|
+
* **When I feel like a failure:** [Reframing statement]
|
|
31
|
+
* **When I want to give up:** [Reframing statement]
|
|
32
|
+
* **When I am scared:** Fear is data. It means I am attacking the right target.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
## 3. THE CORE IDENTITY (Who I Am)
|
|
37
|
+
* **The Mover:** I am Kinetic Energy. I do not wait for "feeling." I move.
|
|
38
|
+
* **The Professional:** I treat this as a war, not a hobby.
|
|
39
|
+
* **The [Your Role]:** [Description of your ideal professional self]
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## 4. THE CODE (Non-Negotiables)
|
|
44
|
+
1. **The Work is the Weapon:** Resistance is the enemy. Action is the cure.
|
|
45
|
+
2. **Input > Output:** I focus on what I control (effort), not what I don't (results).
|
|
46
|
+
3. **Done Beats Perfect:** Imperfect action beats perfect planning.
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## 5. THE DAILY RITUAL (Execution Protocol)
|
|
51
|
+
1. **Wake Up:** [Morning Routine]
|
|
52
|
+
2. **Visceralize:** Read this document. Feel the truth of it.
|
|
53
|
+
3. **The Work:** Execute the Daily Plan.
|
|
54
|
+
4. **The Review:** Log data. Plan tomorrow.
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## 6. THE AFFIRMATIONS (The Source Code)
|
|
59
|
+
* "I am a machine that creates value."
|
|
60
|
+
* "I do not negotiate with myself."
|
|
61
|
+
* "I am becoming my evolved self every day."
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## 7. VITALITY STATE (The Body)
|
|
66
|
+
> *The machine runs on hardware. Neglect the body, the mind follows.*
|
|
67
|
+
|
|
68
|
+
* **Current State:** [Honest assessment of physical health]
|
|
69
|
+
* **Training:** [Current routine or lack thereof]
|
|
70
|
+
* **Fuel:** [Diet approach / rules]
|
|
71
|
+
* **Recovery:** [Sleep, rest, restoration practices]
|
|
72
|
+
* **90-Day Target:** [Specific, measurable physical goal]
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## 8. SPIRITUAL STATE (Faith/Purpose)
|
|
77
|
+
> *The "why" behind the "what." Without meaning, execution is empty.*
|
|
78
|
+
|
|
79
|
+
* **Practice:** [Spiritual practice, faith tradition, or meaning framework]
|
|
80
|
+
* **Daily Rituals:** [Prayer, meditation, journaling, gratitude]
|
|
81
|
+
* **Core Values:** [The values that guide decisions when strategy is silent]
|
|
82
|
+
* **Purpose Statement:** [What gives your life meaning beyond achievement]
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
<!-- PSYCH-PROFILE: Dominant Trait, Weakness, Driver, Risk Profile -->
|