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,16 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: DEPRECATED in V4.6. Plan generation merged into /ignite. Kept for backwards compatibility.
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Plan Generator — DEPRECATED
|
|
6
|
-
|
|
7
|
-
**This workflow has been merged into `/ignite`.**
|
|
8
|
-
|
|
9
|
-
As of V4.6, `/ignite` generates both the Project Brief AND the Plan (plan.md) in a single workflow. There is no need to run `/init-plan` separately.
|
|
10
|
-
|
|
11
|
-
**If the user runs `/init-plan`:**
|
|
12
|
-
1. Check if `project_brief.md` exists in the current project folder.
|
|
13
|
-
2. If yes: "Plan generation is now part of `/ignite`. Since you already have a project brief, I'll generate plan.md now." Then execute the plan generation logic from `/ignite` Section 12.
|
|
14
|
-
3. If no: "Run `/ignite` to create both the project brief and plan in one workflow."
|
|
15
|
-
|
|
16
|
-
**If the user needs to regenerate a plan from an existing brief:** Execute `/ignite` Section 12 (THE PLAN) directly, skipping the interrogation.
|
|
1
|
+
---
|
|
2
|
+
description: DEPRECATED in V4.6. Plan generation merged into /ignite. Kept for backwards compatibility.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Plan Generator — DEPRECATED
|
|
6
|
+
|
|
7
|
+
**This workflow has been merged into `/ignite`.**
|
|
8
|
+
|
|
9
|
+
As of V4.6, `/ignite` generates both the Project Brief AND the Plan (plan.md) in a single workflow. There is no need to run `/init-plan` separately.
|
|
10
|
+
|
|
11
|
+
**If the user runs `/init-plan`:**
|
|
12
|
+
1. Check if `project_brief.md` exists in the current project folder.
|
|
13
|
+
2. If yes: "Plan generation is now part of `/ignite`. Since you already have a project brief, I'll generate plan.md now." Then execute the plan generation logic from `/ignite` Section 12.
|
|
14
|
+
3. If no: "Run `/ignite` to create both the project brief and plan in one workflow."
|
|
15
|
+
|
|
16
|
+
**If the user needs to regenerate a plan from an existing brief:** Execute `/ignite` Section 12 (THE PLAN) directly, skipping the interrogation.
|
package/src/workflows/morning.md
CHANGED
|
@@ -1,222 +1,222 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Quick primer to start a work session. Read Identity, set Single Test, check energy. Works anytime, not just mornings.
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Session Primer (V4)
|
|
6
|
-
|
|
7
|
-
**Trigger:** User runs `/morning`
|
|
8
|
-
**Role:** Session Coach.
|
|
9
|
-
**Task:** Prime the user for focused execution. Reconnect with identity and strategy.
|
|
10
|
-
**Risk Tier:** LOW
|
|
11
|
-
**Duration:** 5 minutes.
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
## 0. PRE-FLIGHT
|
|
16
|
-
|
|
17
|
-
Global Rules are pre-loaded as CLAUDE.md / GEMINI.md. Output `[Rules Loaded - DATE]`.
|
|
18
|
-
|
|
19
|
-
LOAD (Light — Active_Context is the cache):
|
|
20
|
-
1. Active_Context.md (has Identity Snapshot S5, Active Patterns S5.5, Strategic Verdict S1, Active Sessions S6)
|
|
21
|
-
2. Today's Daily Note (if exists)
|
|
22
|
-
NOTE: Identity Snapshot in Active_Context S5 provides Archetype, Core Drive, Anti-Identity, and Ritual for the morning prime. Active Patterns S5.5 provides pattern alerts. Strategic Verdict S1 provides the Primary Metric for Single Test. If Active_Context is stale (>2 days), flag it and suggest /analyse-day first.
|
|
23
|
-
|
|
24
|
-
CONSTRAINTS:
|
|
25
|
-
- Keep this fast: 5 minutes max
|
|
26
|
-
- Grounded in Identity and Strategy files
|
|
27
|
-
- No lengthy analysis (save that for /analyse-day)
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
## 1. IDENTITY VISCERALIZATION
|
|
32
|
-
|
|
33
|
-
Read Identity_Prime.md. Display:
|
|
34
|
-
- Core Identity section
|
|
35
|
-
- The Code (Non-Negotiables)
|
|
36
|
-
- Daily Affirmations (if they exist)
|
|
37
|
-
|
|
38
|
-
"Take 30 seconds. Close your eyes. Visualize becoming this person today."
|
|
39
|
-
|
|
40
|
-
**The Subconscious Prime:**
|
|
41
|
-
- Read the Anti-Identity section. These are the autopilot behaviors to reject today.
|
|
42
|
-
- If today's plan exists: select top 2 Anti-Identity triggers relevant to the plan. Cite: [Daily Note].
|
|
43
|
-
- If no plan exists: pick the 2 most recently triggered from Auto_Learnings.md. Cite: [Auto_Learnings.md].
|
|
44
|
-
- "Today, watch for: [top 2 Anti-Identity triggers]."
|
|
45
|
-
- "The person you're becoming would [specific behavior aligned with today's tasks]. Act as that person first."
|
|
46
|
-
- Keep this to 2-3 sentences. Not a lecture — a calibration.
|
|
47
|
-
|
|
48
|
-
---
|
|
49
|
-
|
|
50
|
-
## 2. CONTEXT CHECK
|
|
51
|
-
|
|
52
|
-
Read Active_Context.md and today's Daily Note.
|
|
53
|
-
|
|
54
|
-
**System maturity:** If `setup_date` exists in Workflow State, calculate days since setup. If first week: "Day [N] of Mover OS. This week is about building data — run /log and /analyse-day daily. The system learns from your patterns."
|
|
55
|
-
|
|
56
|
-
Summarize: "Here's where you are: [Current Project], [Current Phase], [Main Blocker]."
|
|
57
|
-
|
|
58
|
-
If Active_Context is stale (>3 days): "Your context is [X] days old. Consider running `/reboot` if you've been away, or update after this session."
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
|
-
## 2.3 MONTHLY REVIEW CHECK
|
|
63
|
-
|
|
64
|
-
Read `monthly_review_last_run` from Active_Context.md Workflow State.
|
|
65
|
-
|
|
66
|
-
Quick date check (no subagent — pure math):
|
|
67
|
-
- Is today within the **last 3 days of the month**?
|
|
68
|
-
- Has `monthly_review_last_run` already fired this month?
|
|
69
|
-
|
|
70
|
-
If last 3 days of month AND monthly review hasn't run this month:
|
|
71
|
-
- "Monthly review hasn't run yet this month and the month ends in [X] days. Run `/review-week` before the month closes — it triggers monthly mode automatically on the last review-day."
|
|
72
|
-
|
|
73
|
-
Otherwise: skip silently. No output.
|
|
74
|
-
|
|
75
|
-
---
|
|
76
|
-
|
|
77
|
-
## 2.5 PROJECT PORTFOLIO (Quick Health Scan)
|
|
78
|
-
|
|
79
|
-
Scan `{VAULT_ROOT}/01_Projects/` for all project folders. For each, check:
|
|
80
|
-
- Does `plan.md` exist? When was it last modified?
|
|
81
|
-
- Does `project_state.md` exist? Read `## SYSTEM STATE` last entry date if available.
|
|
82
|
-
- Any `[x]` vs `[ ]` ratio in plan.md? (Quick completion health check)
|
|
83
|
-
|
|
84
|
-
Classify each project using the Staleness Scale [Mover_Global_Rules.md: S19]:
|
|
85
|
-
- 0-3 days: Active
|
|
86
|
-
- 3-7 days: Stale
|
|
87
|
-
- 8-14 days: Cooling
|
|
88
|
-
- 15-30 days: Cold
|
|
89
|
-
- 30+: Frozen
|
|
90
|
-
|
|
91
|
-
Output a one-line summary per project:
|
|
92
|
-
```
|
|
93
|
-
Projects: [Name] (Active) | [Name] (Stale - 5d) | [Name] (Cold - 18d)
|
|
94
|
-
```
|
|
95
|
-
|
|
96
|
-
If any project is Cooling or worse: "Project [Name] hasn't been touched in [X] days. Intentional pause or drift?"
|
|
97
|
-
|
|
98
|
-
Keep this under 30 seconds. Use file modification dates, not full reads. Delegate to a haiku subagent if 5+ projects exist.
|
|
99
|
-
|
|
100
|
-
---
|
|
101
|
-
|
|
102
|
-
## 2.7 PLAN ALIGNMENT CHECK (Escalating Friction — Level 1)
|
|
103
|
-
|
|
104
|
-
If today's Daily Note exists:
|
|
105
|
-
1. Read `## Focus` section. Check for **Sacrifice** line (things explicitly banned today).
|
|
106
|
-
2. Read `## Tasks` section. What's Priority 1? What's the Single Test?
|
|
107
|
-
3. If the user's first request in this session conflicts with the Sacrifice or bypasses Priority 1:
|
|
108
|
-
- **Level 1:** "Your plan for today says: [Single Test]. It also bans: [Sacrifice item]. You're asking me to work on [request]. Intentional override or did you forget?"
|
|
109
|
-
- If user overrides: **Level 2:** "Why is this more important than [Single Test]? One sentence."
|
|
110
|
-
- If user gives a reason: **Level 3:** "Logged. 30 minutes on this, then we return to [Priority 1]. Deal?"
|
|
111
|
-
- Log in Session Log: `[OVERRIDE] User chose [X] over [plan item]. Reason: "[reason]"`
|
|
112
|
-
4. If no conflict: proceed normally. Don't create friction where there isn't any.
|
|
113
|
-
|
|
114
|
-
This check fires ONCE at session start, not repeatedly. The user is an adult — one conscious decision is enough.
|
|
115
|
-
|
|
116
|
-
---
|
|
117
|
-
|
|
118
|
-
## 3. LIBRARY PRIMER (Quick)
|
|
119
|
-
|
|
120
|
-
If today's Daily Note exists AND has tasks involving coding, debugging, or building:
|
|
121
|
-
1. Scan `03_Library/Cheatsheets/` for entries relevant to today's task domain
|
|
122
|
-
2. Scan `03_Library/Principles/` for applicable decision patterns
|
|
123
|
-
3. If relevant entries found: "From your Library: [1-2 sentence summary]. [[Link]]"
|
|
124
|
-
4. If nothing relevant: skip silently
|
|
125
|
-
|
|
126
|
-
If today's Daily Note does not exist yet: skip Step 3 entirely. [No Daily Note for today — Step 3 skipped.]
|
|
127
|
-
|
|
128
|
-
Keep this under 30 seconds. Don't read every file — scan directory names and headers only.
|
|
129
|
-
|
|
130
|
-
---
|
|
131
|
-
|
|
132
|
-
## 4. THE SINGLE TEST
|
|
133
|
-
|
|
134
|
-
From Strategy.md: What's the Primary Metric right now?
|
|
135
|
-
If no Primary Metric found in Strategy.md: "Your Strategy has no Primary Metric defined — this should be added during `/analyse-day` or `/review-week`." Skip Single Test derivation.
|
|
136
|
-
|
|
137
|
-
"What is the ONE thing that, if you complete today, makes today a win?"
|
|
138
|
-
(If Daily Note exists with a Single Test already defined, remind them of it.)
|
|
139
|
-
|
|
140
|
-
---
|
|
141
|
-
|
|
142
|
-
## 5. ENERGY CHECK
|
|
143
|
-
|
|
144
|
-
"How's your energy right now? (1-10)"
|
|
145
|
-
- If < 5: "Start with a low-friction task to build momentum. Stack small wins."
|
|
146
|
-
- If >= 5: "Attack The Frog first. Hardest task while energy is highest."
|
|
147
|
-
- If >= 8: "Peak state. Do the creative/strategic work now. Save admin for later."
|
|
148
|
-
- If Auto_Learnings shows a pattern of crashes at a specific time today: "Heads up — you tend to crash around [time] based on past data. Front-load the hard work."
|
|
149
|
-
- If yesterday's Daily Note shows low energy but user reports high today: acknowledge the recovery, don't question it. Momentum matters.
|
|
150
|
-
|
|
151
|
-
---
|
|
152
|
-
|
|
153
|
-
## 6. PATTERN CHECK
|
|
154
|
-
|
|
155
|
-
Quick scan of Auto_Learnings.md for active patterns relevant to this time of day.
|
|
156
|
-
If relevant pattern found: surface it briefly. "Reminder: [Pattern] (Conf: [X])."
|
|
157
|
-
|
|
158
|
-
**Pattern → Workflow Routing** [Mover_Global_Rules.md: S12]:
|
|
159
|
-
If any pattern has Confidence 3+ AND is actionable right now, suggest the specific workflow:
|
|
160
|
-
- Avoidance/resistance pattern active → "Pattern says you avoid [X]. Run `/debug-resistance` before starting?"
|
|
161
|
-
- Strategy misalignment → "Pattern shows drift from Strategy. Consider `/pivot-strategy` or address in `/analyse-day`."
|
|
162
|
-
- Energy pattern → Build it into Step 5 energy advice (already done above).
|
|
163
|
-
- Scope creep → "Pattern: scope creep. Stay on plan.md today. Run `/overview` if the plan feels stale."
|
|
164
|
-
|
|
165
|
-
One suggestion max. Don't overload the primer.
|
|
166
|
-
|
|
167
|
-
---
|
|
168
|
-
|
|
169
|
-
## 7. THE LAUNCH
|
|
170
|
-
|
|
171
|
-
"Your Identity is loaded. Your Single Test is set. Go win this session."
|
|
172
|
-
|
|
173
|
-
---
|
|
174
|
-
|
|
175
|
-
## 8. SELF-VERIFICATION (CISC)
|
|
176
|
-
|
|
177
|
-
Before outputting, self-check:
|
|
178
|
-
1. All claims grounded in Identity_Prime.md, Strategy.md, and Active_Context.md? (90%+ accuracy)
|
|
179
|
-
2. Session kept under 5 minutes (no lengthy analysis)?
|
|
180
|
-
3. No banned phrases in output?
|
|
181
|
-
4. Pattern surfacing grounded in Auto_Learnings.md?
|
|
182
|
-
|
|
183
|
-
If any section < 90% confident: flag it explicitly.
|
|
184
|
-
|
|
185
|
-
---
|
|
186
|
-
|
|
187
|
-
## 9. PROACTIVE SUGGESTIONS
|
|
188
|
-
|
|
189
|
-
Based on observations during this session:
|
|
190
|
-
1. If Active_Context is stale (>3 days): "Context is [X] days old — pattern may indicate avoidance of reflection." - Confidence: 2
|
|
191
|
-
2. If energy < 5 and pattern in Auto_Learnings matches low-energy mornings: surface it. - Confidence: [from Auto_Learnings]
|
|
192
|
-
3. If today's Single Test conflicts with Strategy's Primary Metric: "Alignment issue detected — want to reconcile?" - Confidence: 3
|
|
193
|
-
|
|
194
|
-
"Want me to address any of these?"
|
|
195
|
-
|
|
196
|
-
---
|
|
197
|
-
|
|
198
|
-
## 10. SELF-IMPROVEMENT
|
|
199
|
-
|
|
200
|
-
If user corrected AI during this workflow:
|
|
201
|
-
1. Acknowledge: "I made a mistake."
|
|
202
|
-
2. Identify the rule violated.
|
|
203
|
-
3. Append to Auto_Learnings.md:
|
|
204
|
-
`* [YYYY-MM-DD] CORRECTION: [Description]. Source: User correction. Confidence: 3.`
|
|
205
|
-
4. If same correction seen 3x+, escalate confidence to 5.
|
|
206
|
-
|
|
207
|
-
---
|
|
208
|
-
|
|
209
|
-
## HANDOFF
|
|
210
|
-
|
|
211
|
-
Sources used: Identity_Prime.md, Strategy.md, Active_Context.md, Auto_Learnings.md, today's Daily Note (if exists)
|
|
212
|
-
Confidence range: [Determined by pattern quality in Auto_Learnings.md; flag any claim below 3]
|
|
213
|
-
|
|
214
|
-
**Next:**
|
|
215
|
-
- If plan exists: "Start executing your plan."
|
|
216
|
-
- If no plan: "Want me to run `/plan-tomorrow` first?"
|
|
217
|
-
- If returning after break: "Consider `/reboot` if you've been away 3+ days."
|
|
218
|
-
|
|
219
|
-
Key rules still active:
|
|
220
|
-
- All claims must be grounded in loaded files
|
|
221
|
-
- Confidence < 3 = ask, don't assert
|
|
222
|
-
- Append-only: never delete from Auto_Learnings.md
|
|
1
|
+
---
|
|
2
|
+
description: Quick primer to start a work session. Read Identity, set Single Test, check energy. Works anytime, not just mornings.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Session Primer (V4)
|
|
6
|
+
|
|
7
|
+
**Trigger:** User runs `/morning`
|
|
8
|
+
**Role:** Session Coach.
|
|
9
|
+
**Task:** Prime the user for focused execution. Reconnect with identity and strategy.
|
|
10
|
+
**Risk Tier:** LOW
|
|
11
|
+
**Duration:** 5 minutes.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 0. PRE-FLIGHT
|
|
16
|
+
|
|
17
|
+
Global Rules are pre-loaded as CLAUDE.md / GEMINI.md. Output `[Rules Loaded - DATE]`.
|
|
18
|
+
|
|
19
|
+
LOAD (Light — Active_Context is the cache):
|
|
20
|
+
1. Active_Context.md (has Identity Snapshot S5, Active Patterns S5.5, Strategic Verdict S1, Active Sessions S6)
|
|
21
|
+
2. Today's Daily Note (if exists)
|
|
22
|
+
NOTE: Identity Snapshot in Active_Context S5 provides Archetype, Core Drive, Anti-Identity, and Ritual for the morning prime. Active Patterns S5.5 provides pattern alerts. Strategic Verdict S1 provides the Primary Metric for Single Test. If Active_Context is stale (>2 days), flag it and suggest /analyse-day first.
|
|
23
|
+
|
|
24
|
+
CONSTRAINTS:
|
|
25
|
+
- Keep this fast: 5 minutes max
|
|
26
|
+
- Grounded in Identity and Strategy files
|
|
27
|
+
- No lengthy analysis (save that for /analyse-day)
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## 1. IDENTITY VISCERALIZATION
|
|
32
|
+
|
|
33
|
+
Read Identity_Prime.md. Display:
|
|
34
|
+
- Core Identity section
|
|
35
|
+
- The Code (Non-Negotiables)
|
|
36
|
+
- Daily Affirmations (if they exist)
|
|
37
|
+
|
|
38
|
+
"Take 30 seconds. Close your eyes. Visualize becoming this person today."
|
|
39
|
+
|
|
40
|
+
**The Subconscious Prime:**
|
|
41
|
+
- Read the Anti-Identity section. These are the autopilot behaviors to reject today.
|
|
42
|
+
- If today's plan exists: select top 2 Anti-Identity triggers relevant to the plan. Cite: [Daily Note].
|
|
43
|
+
- If no plan exists: pick the 2 most recently triggered from Auto_Learnings.md. Cite: [Auto_Learnings.md].
|
|
44
|
+
- "Today, watch for: [top 2 Anti-Identity triggers]."
|
|
45
|
+
- "The person you're becoming would [specific behavior aligned with today's tasks]. Act as that person first."
|
|
46
|
+
- Keep this to 2-3 sentences. Not a lecture — a calibration.
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## 2. CONTEXT CHECK
|
|
51
|
+
|
|
52
|
+
Read Active_Context.md and today's Daily Note.
|
|
53
|
+
|
|
54
|
+
**System maturity:** If `setup_date` exists in Workflow State, calculate days since setup. If first week: "Day [N] of Mover OS. This week is about building data — run /log and /analyse-day daily. The system learns from your patterns."
|
|
55
|
+
|
|
56
|
+
Summarize: "Here's where you are: [Current Project], [Current Phase], [Main Blocker]."
|
|
57
|
+
|
|
58
|
+
If Active_Context is stale (>3 days): "Your context is [X] days old. Consider running `/reboot` if you've been away, or update after this session."
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## 2.3 MONTHLY REVIEW CHECK
|
|
63
|
+
|
|
64
|
+
Read `monthly_review_last_run` from Active_Context.md Workflow State.
|
|
65
|
+
|
|
66
|
+
Quick date check (no subagent — pure math):
|
|
67
|
+
- Is today within the **last 3 days of the month**?
|
|
68
|
+
- Has `monthly_review_last_run` already fired this month?
|
|
69
|
+
|
|
70
|
+
If last 3 days of month AND monthly review hasn't run this month:
|
|
71
|
+
- "Monthly review hasn't run yet this month and the month ends in [X] days. Run `/review-week` before the month closes — it triggers monthly mode automatically on the last review-day."
|
|
72
|
+
|
|
73
|
+
Otherwise: skip silently. No output.
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## 2.5 PROJECT PORTFOLIO (Quick Health Scan)
|
|
78
|
+
|
|
79
|
+
Scan `{VAULT_ROOT}/01_Projects/` for all project folders. For each, check:
|
|
80
|
+
- Does `plan.md` exist? When was it last modified?
|
|
81
|
+
- Does `project_state.md` exist? Read `## SYSTEM STATE` last entry date if available.
|
|
82
|
+
- Any `[x]` vs `[ ]` ratio in plan.md? (Quick completion health check)
|
|
83
|
+
|
|
84
|
+
Classify each project using the Staleness Scale [Mover_Global_Rules.md: S19]:
|
|
85
|
+
- 0-3 days: Active
|
|
86
|
+
- 3-7 days: Stale
|
|
87
|
+
- 8-14 days: Cooling
|
|
88
|
+
- 15-30 days: Cold
|
|
89
|
+
- 30+: Frozen
|
|
90
|
+
|
|
91
|
+
Output a one-line summary per project:
|
|
92
|
+
```
|
|
93
|
+
Projects: [Name] (Active) | [Name] (Stale - 5d) | [Name] (Cold - 18d)
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
If any project is Cooling or worse: "Project [Name] hasn't been touched in [X] days. Intentional pause or drift?"
|
|
97
|
+
|
|
98
|
+
Keep this under 30 seconds. Use file modification dates, not full reads. Delegate to a haiku subagent if 5+ projects exist.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## 2.7 PLAN ALIGNMENT CHECK (Escalating Friction — Level 1)
|
|
103
|
+
|
|
104
|
+
If today's Daily Note exists:
|
|
105
|
+
1. Read `## Focus` section. Check for **Sacrifice** line (things explicitly banned today).
|
|
106
|
+
2. Read `## Tasks` section. What's Priority 1? What's the Single Test?
|
|
107
|
+
3. If the user's first request in this session conflicts with the Sacrifice or bypasses Priority 1:
|
|
108
|
+
- **Level 1:** "Your plan for today says: [Single Test]. It also bans: [Sacrifice item]. You're asking me to work on [request]. Intentional override or did you forget?"
|
|
109
|
+
- If user overrides: **Level 2:** "Why is this more important than [Single Test]? One sentence."
|
|
110
|
+
- If user gives a reason: **Level 3:** "Logged. 30 minutes on this, then we return to [Priority 1]. Deal?"
|
|
111
|
+
- Log in Session Log: `[OVERRIDE] User chose [X] over [plan item]. Reason: "[reason]"`
|
|
112
|
+
4. If no conflict: proceed normally. Don't create friction where there isn't any.
|
|
113
|
+
|
|
114
|
+
This check fires ONCE at session start, not repeatedly. The user is an adult — one conscious decision is enough.
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## 3. LIBRARY PRIMER (Quick)
|
|
119
|
+
|
|
120
|
+
If today's Daily Note exists AND has tasks involving coding, debugging, or building:
|
|
121
|
+
1. Scan `03_Library/Cheatsheets/` for entries relevant to today's task domain
|
|
122
|
+
2. Scan `03_Library/Principles/` for applicable decision patterns
|
|
123
|
+
3. If relevant entries found: "From your Library: [1-2 sentence summary]. [[Link]]"
|
|
124
|
+
4. If nothing relevant: skip silently
|
|
125
|
+
|
|
126
|
+
If today's Daily Note does not exist yet: skip Step 3 entirely. [No Daily Note for today — Step 3 skipped.]
|
|
127
|
+
|
|
128
|
+
Keep this under 30 seconds. Don't read every file — scan directory names and headers only.
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
## 4. THE SINGLE TEST
|
|
133
|
+
|
|
134
|
+
From Strategy.md: What's the Primary Metric right now?
|
|
135
|
+
If no Primary Metric found in Strategy.md: "Your Strategy has no Primary Metric defined — this should be added during `/analyse-day` or `/review-week`." Skip Single Test derivation.
|
|
136
|
+
|
|
137
|
+
"What is the ONE thing that, if you complete today, makes today a win?"
|
|
138
|
+
(If Daily Note exists with a Single Test already defined, remind them of it.)
|
|
139
|
+
|
|
140
|
+
---
|
|
141
|
+
|
|
142
|
+
## 5. ENERGY CHECK
|
|
143
|
+
|
|
144
|
+
"How's your energy right now? (1-10)"
|
|
145
|
+
- If < 5: "Start with a low-friction task to build momentum. Stack small wins."
|
|
146
|
+
- If >= 5: "Attack The Frog first. Hardest task while energy is highest."
|
|
147
|
+
- If >= 8: "Peak state. Do the creative/strategic work now. Save admin for later."
|
|
148
|
+
- If Auto_Learnings shows a pattern of crashes at a specific time today: "Heads up — you tend to crash around [time] based on past data. Front-load the hard work."
|
|
149
|
+
- If yesterday's Daily Note shows low energy but user reports high today: acknowledge the recovery, don't question it. Momentum matters.
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
## 6. PATTERN CHECK
|
|
154
|
+
|
|
155
|
+
Quick scan of Auto_Learnings.md for active patterns relevant to this time of day.
|
|
156
|
+
If relevant pattern found: surface it briefly. "Reminder: [Pattern] (Conf: [X])."
|
|
157
|
+
|
|
158
|
+
**Pattern → Workflow Routing** [Mover_Global_Rules.md: S12]:
|
|
159
|
+
If any pattern has Confidence 3+ AND is actionable right now, suggest the specific workflow:
|
|
160
|
+
- Avoidance/resistance pattern active → "Pattern says you avoid [X]. Run `/debug-resistance` before starting?"
|
|
161
|
+
- Strategy misalignment → "Pattern shows drift from Strategy. Consider `/pivot-strategy` or address in `/analyse-day`."
|
|
162
|
+
- Energy pattern → Build it into Step 5 energy advice (already done above).
|
|
163
|
+
- Scope creep → "Pattern: scope creep. Stay on plan.md today. Run `/overview` if the plan feels stale."
|
|
164
|
+
|
|
165
|
+
One suggestion max. Don't overload the primer.
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## 7. THE LAUNCH
|
|
170
|
+
|
|
171
|
+
"Your Identity is loaded. Your Single Test is set. Go win this session."
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## 8. SELF-VERIFICATION (CISC)
|
|
176
|
+
|
|
177
|
+
Before outputting, self-check:
|
|
178
|
+
1. All claims grounded in Identity_Prime.md, Strategy.md, and Active_Context.md? (90%+ accuracy)
|
|
179
|
+
2. Session kept under 5 minutes (no lengthy analysis)?
|
|
180
|
+
3. No banned phrases in output?
|
|
181
|
+
4. Pattern surfacing grounded in Auto_Learnings.md?
|
|
182
|
+
|
|
183
|
+
If any section < 90% confident: flag it explicitly.
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## 9. PROACTIVE SUGGESTIONS
|
|
188
|
+
|
|
189
|
+
Based on observations during this session:
|
|
190
|
+
1. If Active_Context is stale (>3 days): "Context is [X] days old — pattern may indicate avoidance of reflection." - Confidence: 2
|
|
191
|
+
2. If energy < 5 and pattern in Auto_Learnings matches low-energy mornings: surface it. - Confidence: [from Auto_Learnings]
|
|
192
|
+
3. If today's Single Test conflicts with Strategy's Primary Metric: "Alignment issue detected — want to reconcile?" - Confidence: 3
|
|
193
|
+
|
|
194
|
+
"Want me to address any of these?"
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
## 10. SELF-IMPROVEMENT
|
|
199
|
+
|
|
200
|
+
If user corrected AI during this workflow:
|
|
201
|
+
1. Acknowledge: "I made a mistake."
|
|
202
|
+
2. Identify the rule violated.
|
|
203
|
+
3. Append to Auto_Learnings.md:
|
|
204
|
+
`* [YYYY-MM-DD] CORRECTION: [Description]. Source: User correction. Confidence: 3.`
|
|
205
|
+
4. If same correction seen 3x+, escalate confidence to 5.
|
|
206
|
+
|
|
207
|
+
---
|
|
208
|
+
|
|
209
|
+
## HANDOFF
|
|
210
|
+
|
|
211
|
+
Sources used: Identity_Prime.md, Strategy.md, Active_Context.md, Auto_Learnings.md, today's Daily Note (if exists)
|
|
212
|
+
Confidence range: [Determined by pattern quality in Auto_Learnings.md; flag any claim below 3]
|
|
213
|
+
|
|
214
|
+
**Next:**
|
|
215
|
+
- If plan exists: "Start executing your plan."
|
|
216
|
+
- If no plan: "Want me to run `/plan-tomorrow` first?"
|
|
217
|
+
- If returning after break: "Consider `/reboot` if you've been away 3+ days."
|
|
218
|
+
|
|
219
|
+
Key rules still active:
|
|
220
|
+
- All claims must be grounded in loaded files
|
|
221
|
+
- Confidence < 3 = ask, don't assert
|
|
222
|
+
- Append-only: never delete from Auto_Learnings.md
|