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
package/src/workflows/reboot.md
CHANGED
|
@@ -1,201 +1,201 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Emergency reboot when logs are stale (3+ days missing). Diagnose + Act in same session.
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Emergency Reboot (V4)
|
|
6
|
-
|
|
7
|
-
**Trigger:** User runs `/reboot` OR system detects 3+ days of stale logs.
|
|
8
|
-
**Role:** Emergency Recovery Agent.
|
|
9
|
-
**Task:** Break through the Wall of Shame. Diagnose + Act in under 15 minutes.
|
|
10
|
-
**Risk Tier:** LOW (just get moving)
|
|
11
|
-
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
## 0. PRE-FLIGHT
|
|
15
|
-
|
|
16
|
-
Global Rules are pre-loaded as CLAUDE.md / GEMINI.md. Output `[Rules Loaded - DATE]`.
|
|
17
|
-
|
|
18
|
-
LOAD (Light — Active_Context is the cache):
|
|
19
|
-
1. Active_Context.md (has Active Patterns S5.5 for recurring reboot patterns, Strategic Verdict S1 for primary metric, Identity Snapshot S5)
|
|
20
|
-
2. Last 3 Daily Notes (P5) — not just the most recent. Reading 3 shows the trajectory leading into the gap: was output declining? Was there a trigger event? Was sleep or energy deteriorating? Read via subagent (model: haiku) to keep main context clean.
|
|
21
|
-
NOTE: Active Patterns S5.5 provides reboot pattern check (Step 1). Strategic Verdict S1 provides primary metric for Step 4 prescription. If Active_Context is stale (>7 days), Step 6 will propose a rebuild. No need to pre-load Strategy or Identity — the cache is sufficient for emergency recovery.
|
|
22
|
-
|
|
23
|
-
CONSTRAINTS:
|
|
24
|
-
- This must be FAST. Under 15 minutes total.
|
|
25
|
-
- No lengthy analysis. That's for /analyse-day.
|
|
26
|
-
- One question, one action. Get moving.
|
|
27
|
-
|
|
28
|
-
---
|
|
29
|
-
|
|
30
|
-
## 1. STALENESS ASSESSMENT
|
|
31
|
-
|
|
32
|
-
Calculate: How many days since last Daily Note?
|
|
33
|
-
|
|
34
|
-
| Days | Severity | Approach |
|
|
35
|
-
|------|----------|----------|
|
|
36
|
-
| 3-5 | Mild | Standard reboot |
|
|
37
|
-
| 6-14 | Moderate | Extended context recovery |
|
|
38
|
-
| 14+ | Severe | Full Active_Context rebuild |
|
|
39
|
-
|
|
40
|
-
If severe: "You've been away [X] days. Let's not dwell on it. Forward only."
|
|
41
|
-
|
|
42
|
-
Check Auto_Learnings: Is this a recurring reboot pattern?
|
|
43
|
-
If yes: "This is reboot #[X]. The pattern is real. Let's address why this keeps happening AFTER we get you moving."
|
|
44
|
-
|
|
45
|
-
---
|
|
46
|
-
|
|
47
|
-
## 2. QUICK DIAGNOSTIC (2 min)
|
|
48
|
-
|
|
49
|
-
ONE question:
|
|
50
|
-
"What am I resisting right now?"
|
|
51
|
-
|
|
52
|
-
Have them write it down. One sentence. Examples:
|
|
53
|
-
- "I'm afraid of rejection."
|
|
54
|
-
- "I don't believe the offer works."
|
|
55
|
-
- "I don't want to start."
|
|
56
|
-
- "I don't even know where I was."
|
|
57
|
-
|
|
58
|
-
If answer is "I don't know":
|
|
59
|
-
- Read the last Daily Note's Single Test.
|
|
60
|
-
- "Your last Single Test was [X]. Is that still relevant?"
|
|
61
|
-
|
|
62
|
-
---
|
|
63
|
-
|
|
64
|
-
## 3. CONTEXT RECOVERY
|
|
65
|
-
|
|
66
|
-
Quick scan of last known state:
|
|
67
|
-
- From Strategy.md: What's the primary task?
|
|
68
|
-
- From last 3 Daily Notes: What was the trajectory? Was output declining? What was the last Single Test? Were there signs of an incoming gap (sleep deteriorating, energy dropping, avoidance patterns)?
|
|
69
|
-
- From Active_Context.md: What were the blockers?
|
|
70
|
-
|
|
71
|
-
Summarize: "Here's where you left off: [Project], [Phase], [Last task]. The primary metric is [X]."
|
|
72
|
-
|
|
73
|
-
If trajectory shows a pattern (e.g., 3 consecutive days of declining deep work hours, or repeated task carry-over before the gap): surface it. "Before the gap, I can see [pattern] across your last 3 sessions. That context matters for the reboot."
|
|
74
|
-
|
|
75
|
-
---
|
|
76
|
-
|
|
77
|
-
## 4. PRESCRIBE THE ACTION
|
|
78
|
-
|
|
79
|
-
Based on Strategy.md primary task, prescribe a Minimum Viable Action:
|
|
80
|
-
|
|
81
|
-
| Primary Task | Minimum Viable Action |
|
|
82
|
-
|---|---|
|
|
83
|
-
| DMs / Outreach | Find 1 lead, send 1 DM |
|
|
84
|
-
| Content Creation | Record 1 video (60s, no editing) |
|
|
85
|
-
| Coding / Building | Write 1 function or fix 1 bug |
|
|
86
|
-
| Sales Calls | Make 1 call or send 1 follow-up |
|
|
87
|
-
| Writing | Write 1 paragraph |
|
|
88
|
-
|
|
89
|
-
**The Rule:** Completable in under 15 minutes. No setup. No systems. Raw action.
|
|
90
|
-
|
|
91
|
-
"Your Primary Task is [X]. The Minimum Viable Action is [Y]. Do it NOW. 15 minutes."
|
|
92
|
-
|
|
93
|
-
**STOP. Wait for user to complete the action and report back. Do NOT proceed to Step 5 until user confirms they have taken action.**
|
|
94
|
-
|
|
95
|
-
---
|
|
96
|
-
|
|
97
|
-
## 5. LOG (Post-Action Only)
|
|
98
|
-
|
|
99
|
-
**Only runs after user confirms action taken.** Update or create today's Daily Note:
|
|
100
|
-
|
|
101
|
-
```markdown
|
|
102
|
-
## Session Log
|
|
103
|
-
|
|
104
|
-
### [TIME] - REBOOT EXECUTED
|
|
105
|
-
System reboot after [X] days inactive. Resistance: [User's answer].
|
|
106
|
-
Action Taken: [Yes/No]. What: [Description].
|
|
107
|
-
Energy: [Inferred]. Next: Resume normal workflow.
|
|
108
|
-
```
|
|
109
|
-
|
|
110
|
-
---
|
|
111
|
-
|
|
112
|
-
## 6. ACTIVE_CONTEXT UPDATE
|
|
113
|
-
|
|
114
|
-
If Active_Context is stale (>7 days), propose quick update:
|
|
115
|
-
- Current Project
|
|
116
|
-
- Current Phase
|
|
117
|
-
- Main Blocker
|
|
118
|
-
- Energy Level
|
|
119
|
-
|
|
120
|
-
"I'd like to update Active_Context.md. Approve these changes?"
|
|
121
|
-
|
|
122
|
-
---
|
|
123
|
-
|
|
124
|
-
## 7. ESCALATION LADDER
|
|
125
|
-
|
|
126
|
-
| Reboot # | Trigger | Action |
|
|
127
|
-
|---|---|---|
|
|
128
|
-
| 1 | 3+ days stale | This protocol (self-directed) |
|
|
129
|
-
| 2 | Failed Reboot 1 | AI prompts user to contact accountability partner. Draft the message together if needed. |
|
|
130
|
-
| 3 | Failed Reboot 2 | Agree with user to a specific external commitment (public, logged in Auto_Learnings) before AI continues planning. |
|
|
131
|
-
|
|
132
|
-
Track reboot count in Auto_Learnings.md if this becomes a pattern.
|
|
133
|
-
|
|
134
|
-
---
|
|
135
|
-
|
|
136
|
-
## THE LOCK RULE
|
|
137
|
-
|
|
138
|
-
If the user attempts to run `/analyse-day` or `/plan-tomorrow` before completing the reboot action, remind them:
|
|
139
|
-
"The reboot action isn't confirmed yet. Complete it first — even a partial attempt counts. Report back when done."
|
|
140
|
-
|
|
141
|
-
This is a conversational gate, not a system lock. The AI reminds and redirects.
|
|
142
|
-
|
|
143
|
-
---
|
|
144
|
-
|
|
145
|
-
## 8. SELF-VERIFICATION (CISC)
|
|
146
|
-
|
|
147
|
-
Before outputting the prescription, self-check:
|
|
148
|
-
1. Staleness assessment grounded in actual Daily Note dates? (90%+ accuracy)
|
|
149
|
-
2. Minimum Viable Action directly derived from Strategy.md primary task?
|
|
150
|
-
3. Context recovery summary accurate to last known state in files?
|
|
151
|
-
4. No generic advice — every recommendation tied to user's specific files?
|
|
152
|
-
|
|
153
|
-
If any section < 90% confident: flag it explicitly before prescribing.
|
|
154
|
-
|
|
155
|
-
---
|
|
156
|
-
|
|
157
|
-
## 9. ANSWER GATING
|
|
158
|
-
|
|
159
|
-
Do not suggest handoff until:
|
|
160
|
-
- User has stated their resistance (Section 2 completed).
|
|
161
|
-
- User has confirmed they will attempt the Minimum Viable Action.
|
|
162
|
-
|
|
163
|
-
If pending: "You haven't committed to an action yet. What's the one thing you'll do in the next 15 minutes?"
|
|
164
|
-
|
|
165
|
-
---
|
|
166
|
-
|
|
167
|
-
## 10. PROACTIVE SUGGESTIONS
|
|
168
|
-
|
|
169
|
-
Based on observations during this workflow:
|
|
170
|
-
1. [If Auto_Learnings shows 3+ reboot events] - Confidence: [X] - "This is a systemic pattern. Consider `/debug-resistance` to address root cause after getting moving."
|
|
171
|
-
2. [If Active_Context is severely stale (14+ days)] - Confidence: [X] - "Run `/overview` on active projects after this reboot to recover full context."
|
|
172
|
-
3. [If Strategy.md primary task changed since last Daily Note] - Confidence: [X] - "Your strategy may have shifted. Verify alignment before committing to action."
|
|
173
|
-
|
|
174
|
-
"Want me to address any of these?"
|
|
175
|
-
|
|
176
|
-
---
|
|
177
|
-
|
|
178
|
-
## 11. SELF-IMPROVEMENT
|
|
179
|
-
|
|
180
|
-
If user corrected AI during this workflow:
|
|
181
|
-
1. Acknowledge: "I made a mistake."
|
|
182
|
-
2. Identify the rule violated.
|
|
183
|
-
3. Append to Auto_Learnings.md:
|
|
184
|
-
`* [YYYY-MM-DD] CORRECTION: [Description]. Source: User correction. Confidence: 3.`
|
|
185
|
-
4. If same correction seen 3x+, escalate confidence to 5.
|
|
186
|
-
|
|
187
|
-
---
|
|
188
|
-
|
|
189
|
-
## HANDOFF
|
|
190
|
-
|
|
191
|
-
Sources used: Auto_Learnings.md, Active_Context.md, Strategy.md, Identity_Prime.md, Last Daily Note
|
|
192
|
-
Confidence range: [X-Y across outputs]
|
|
193
|
-
|
|
194
|
-
**Next:** "Reboot complete. Now run `/analyse-day` to get back on track, then `/plan-tomorrow` for a fresh plan."
|
|
195
|
-
|
|
196
|
-
If severe (14+ days): "Consider running `/overview` on your active projects first to refresh context."
|
|
197
|
-
|
|
198
|
-
Key rules still active:
|
|
199
|
-
- All claims must be grounded in source files
|
|
200
|
-
- Confidence < 3 = ask, don't assert
|
|
201
|
-
- Append-only: never delete from Auto_Learnings.md or Daily Notes
|
|
1
|
+
---
|
|
2
|
+
description: Emergency reboot when logs are stale (3+ days missing). Diagnose + Act in same session.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Emergency Reboot (V4)
|
|
6
|
+
|
|
7
|
+
**Trigger:** User runs `/reboot` OR system detects 3+ days of stale logs.
|
|
8
|
+
**Role:** Emergency Recovery Agent.
|
|
9
|
+
**Task:** Break through the Wall of Shame. Diagnose + Act in under 15 minutes.
|
|
10
|
+
**Risk Tier:** LOW (just get moving)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## 0. PRE-FLIGHT
|
|
15
|
+
|
|
16
|
+
Global Rules are pre-loaded as CLAUDE.md / GEMINI.md. Output `[Rules Loaded - DATE]`.
|
|
17
|
+
|
|
18
|
+
LOAD (Light — Active_Context is the cache):
|
|
19
|
+
1. Active_Context.md (has Active Patterns S5.5 for recurring reboot patterns, Strategic Verdict S1 for primary metric, Identity Snapshot S5)
|
|
20
|
+
2. Last 3 Daily Notes (P5) — not just the most recent. Reading 3 shows the trajectory leading into the gap: was output declining? Was there a trigger event? Was sleep or energy deteriorating? Read via subagent (model: haiku) to keep main context clean.
|
|
21
|
+
NOTE: Active Patterns S5.5 provides reboot pattern check (Step 1). Strategic Verdict S1 provides primary metric for Step 4 prescription. If Active_Context is stale (>7 days), Step 6 will propose a rebuild. No need to pre-load Strategy or Identity — the cache is sufficient for emergency recovery.
|
|
22
|
+
|
|
23
|
+
CONSTRAINTS:
|
|
24
|
+
- This must be FAST. Under 15 minutes total.
|
|
25
|
+
- No lengthy analysis. That's for /analyse-day.
|
|
26
|
+
- One question, one action. Get moving.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## 1. STALENESS ASSESSMENT
|
|
31
|
+
|
|
32
|
+
Calculate: How many days since last Daily Note?
|
|
33
|
+
|
|
34
|
+
| Days | Severity | Approach |
|
|
35
|
+
|------|----------|----------|
|
|
36
|
+
| 3-5 | Mild | Standard reboot |
|
|
37
|
+
| 6-14 | Moderate | Extended context recovery |
|
|
38
|
+
| 14+ | Severe | Full Active_Context rebuild |
|
|
39
|
+
|
|
40
|
+
If severe: "You've been away [X] days. Let's not dwell on it. Forward only."
|
|
41
|
+
|
|
42
|
+
Check Auto_Learnings: Is this a recurring reboot pattern?
|
|
43
|
+
If yes: "This is reboot #[X]. The pattern is real. Let's address why this keeps happening AFTER we get you moving."
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## 2. QUICK DIAGNOSTIC (2 min)
|
|
48
|
+
|
|
49
|
+
ONE question:
|
|
50
|
+
"What am I resisting right now?"
|
|
51
|
+
|
|
52
|
+
Have them write it down. One sentence. Examples:
|
|
53
|
+
- "I'm afraid of rejection."
|
|
54
|
+
- "I don't believe the offer works."
|
|
55
|
+
- "I don't want to start."
|
|
56
|
+
- "I don't even know where I was."
|
|
57
|
+
|
|
58
|
+
If answer is "I don't know":
|
|
59
|
+
- Read the last Daily Note's Single Test.
|
|
60
|
+
- "Your last Single Test was [X]. Is that still relevant?"
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## 3. CONTEXT RECOVERY
|
|
65
|
+
|
|
66
|
+
Quick scan of last known state:
|
|
67
|
+
- From Strategy.md: What's the primary task?
|
|
68
|
+
- From last 3 Daily Notes: What was the trajectory? Was output declining? What was the last Single Test? Were there signs of an incoming gap (sleep deteriorating, energy dropping, avoidance patterns)?
|
|
69
|
+
- From Active_Context.md: What were the blockers?
|
|
70
|
+
|
|
71
|
+
Summarize: "Here's where you left off: [Project], [Phase], [Last task]. The primary metric is [X]."
|
|
72
|
+
|
|
73
|
+
If trajectory shows a pattern (e.g., 3 consecutive days of declining deep work hours, or repeated task carry-over before the gap): surface it. "Before the gap, I can see [pattern] across your last 3 sessions. That context matters for the reboot."
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## 4. PRESCRIBE THE ACTION
|
|
78
|
+
|
|
79
|
+
Based on Strategy.md primary task, prescribe a Minimum Viable Action:
|
|
80
|
+
|
|
81
|
+
| Primary Task | Minimum Viable Action |
|
|
82
|
+
|---|---|
|
|
83
|
+
| DMs / Outreach | Find 1 lead, send 1 DM |
|
|
84
|
+
| Content Creation | Record 1 video (60s, no editing) |
|
|
85
|
+
| Coding / Building | Write 1 function or fix 1 bug |
|
|
86
|
+
| Sales Calls | Make 1 call or send 1 follow-up |
|
|
87
|
+
| Writing | Write 1 paragraph |
|
|
88
|
+
|
|
89
|
+
**The Rule:** Completable in under 15 minutes. No setup. No systems. Raw action.
|
|
90
|
+
|
|
91
|
+
"Your Primary Task is [X]. The Minimum Viable Action is [Y]. Do it NOW. 15 minutes."
|
|
92
|
+
|
|
93
|
+
**STOP. Wait for user to complete the action and report back. Do NOT proceed to Step 5 until user confirms they have taken action.**
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## 5. LOG (Post-Action Only)
|
|
98
|
+
|
|
99
|
+
**Only runs after user confirms action taken.** Update or create today's Daily Note:
|
|
100
|
+
|
|
101
|
+
```markdown
|
|
102
|
+
## Session Log
|
|
103
|
+
|
|
104
|
+
### [TIME] - REBOOT EXECUTED
|
|
105
|
+
System reboot after [X] days inactive. Resistance: [User's answer].
|
|
106
|
+
Action Taken: [Yes/No]. What: [Description].
|
|
107
|
+
Energy: [Inferred]. Next: Resume normal workflow.
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
## 6. ACTIVE_CONTEXT UPDATE
|
|
113
|
+
|
|
114
|
+
If Active_Context is stale (>7 days), propose quick update:
|
|
115
|
+
- Current Project
|
|
116
|
+
- Current Phase
|
|
117
|
+
- Main Blocker
|
|
118
|
+
- Energy Level
|
|
119
|
+
|
|
120
|
+
"I'd like to update Active_Context.md. Approve these changes?"
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
## 7. ESCALATION LADDER
|
|
125
|
+
|
|
126
|
+
| Reboot # | Trigger | Action |
|
|
127
|
+
|---|---|---|
|
|
128
|
+
| 1 | 3+ days stale | This protocol (self-directed) |
|
|
129
|
+
| 2 | Failed Reboot 1 | AI prompts user to contact accountability partner. Draft the message together if needed. |
|
|
130
|
+
| 3 | Failed Reboot 2 | Agree with user to a specific external commitment (public, logged in Auto_Learnings) before AI continues planning. |
|
|
131
|
+
|
|
132
|
+
Track reboot count in Auto_Learnings.md if this becomes a pattern.
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## THE LOCK RULE
|
|
137
|
+
|
|
138
|
+
If the user attempts to run `/analyse-day` or `/plan-tomorrow` before completing the reboot action, remind them:
|
|
139
|
+
"The reboot action isn't confirmed yet. Complete it first — even a partial attempt counts. Report back when done."
|
|
140
|
+
|
|
141
|
+
This is a conversational gate, not a system lock. The AI reminds and redirects.
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## 8. SELF-VERIFICATION (CISC)
|
|
146
|
+
|
|
147
|
+
Before outputting the prescription, self-check:
|
|
148
|
+
1. Staleness assessment grounded in actual Daily Note dates? (90%+ accuracy)
|
|
149
|
+
2. Minimum Viable Action directly derived from Strategy.md primary task?
|
|
150
|
+
3. Context recovery summary accurate to last known state in files?
|
|
151
|
+
4. No generic advice — every recommendation tied to user's specific files?
|
|
152
|
+
|
|
153
|
+
If any section < 90% confident: flag it explicitly before prescribing.
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
## 9. ANSWER GATING
|
|
158
|
+
|
|
159
|
+
Do not suggest handoff until:
|
|
160
|
+
- User has stated their resistance (Section 2 completed).
|
|
161
|
+
- User has confirmed they will attempt the Minimum Viable Action.
|
|
162
|
+
|
|
163
|
+
If pending: "You haven't committed to an action yet. What's the one thing you'll do in the next 15 minutes?"
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
|
|
167
|
+
## 10. PROACTIVE SUGGESTIONS
|
|
168
|
+
|
|
169
|
+
Based on observations during this workflow:
|
|
170
|
+
1. [If Auto_Learnings shows 3+ reboot events] - Confidence: [X] - "This is a systemic pattern. Consider `/debug-resistance` to address root cause after getting moving."
|
|
171
|
+
2. [If Active_Context is severely stale (14+ days)] - Confidence: [X] - "Run `/overview` on active projects after this reboot to recover full context."
|
|
172
|
+
3. [If Strategy.md primary task changed since last Daily Note] - Confidence: [X] - "Your strategy may have shifted. Verify alignment before committing to action."
|
|
173
|
+
|
|
174
|
+
"Want me to address any of these?"
|
|
175
|
+
|
|
176
|
+
---
|
|
177
|
+
|
|
178
|
+
## 11. SELF-IMPROVEMENT
|
|
179
|
+
|
|
180
|
+
If user corrected AI during this workflow:
|
|
181
|
+
1. Acknowledge: "I made a mistake."
|
|
182
|
+
2. Identify the rule violated.
|
|
183
|
+
3. Append to Auto_Learnings.md:
|
|
184
|
+
`* [YYYY-MM-DD] CORRECTION: [Description]. Source: User correction. Confidence: 3.`
|
|
185
|
+
4. If same correction seen 3x+, escalate confidence to 5.
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## HANDOFF
|
|
190
|
+
|
|
191
|
+
Sources used: Auto_Learnings.md, Active_Context.md, Strategy.md, Identity_Prime.md, Last Daily Note
|
|
192
|
+
Confidence range: [X-Y across outputs]
|
|
193
|
+
|
|
194
|
+
**Next:** "Reboot complete. Now run `/analyse-day` to get back on track, then `/plan-tomorrow` for a fresh plan."
|
|
195
|
+
|
|
196
|
+
If severe (14+ days): "Consider running `/overview` on your active projects first to refresh context."
|
|
197
|
+
|
|
198
|
+
Key rules still active:
|
|
199
|
+
- All claims must be grounded in source files
|
|
200
|
+
- Confidence < 3 = ask, don't assert
|
|
201
|
+
- Append-only: never delete from Auto_Learnings.md or Daily Notes
|