$npx -y skills add MagicCube/agentara --skill fix-my-lifeInteractive life-fixing session. Use when user says "fix my life", "life review", "I'm stuck", "help me change", or "/fix-my-life".
| 1 | # Fix My Life |
| 2 | |
| 3 | An interactive 3-phase session. Concise. Direct. No fluff. |
| 4 | |
| 5 | **Inspired by**: Dan Koe's "How to Fix Your Entire Life in 1 Day" |
| 6 | |
| 7 | --- |
| 8 | |
| 9 | ## Core Insight |
| 10 | |
| 11 | > You don't have bad habits. You have an identity that requires them. |
| 12 | > Change the identity → behavior follows automatically. |
| 13 | |
| 14 | --- |
| 15 | |
| 16 | ## Flow |
| 17 | |
| 18 | ``` |
| 19 | Phase 1: EXCAVATE → Understand current state & hidden desires |
| 20 | Phase 2: DESIGN → Build the life game (vision + anti-vision) |
| 21 | Phase 3: COMMIT → Output the game plan |
| 22 | ``` |
| 23 | |
| 24 | Each phase: ask → listen → reflect → move forward. |
| 25 | |
| 26 | --- |
| 27 | |
| 28 | ## Rules |
| 29 | |
| 30 | - Ask **one question at a time** |
| 31 | - Wait for the answer before proceeding |
| 32 | - Reflect back key insights in **1-2 sentences** |
| 33 | - Use **lists** over paragraphs |
| 34 | - Be direct. Comfort is the enemy here. |
| 35 | - If answer is vague → ask one follow-up to sharpen it |
| 36 | - Better utilize the USER.md file |
| 37 | - Always use the user's language. |
| 38 | |
| 39 | --- |
| 40 | |
| 41 | ## Entry Point |
| 42 | |
| 43 | When invoked, say exactly: |
| 44 | |
| 45 | ``` |
| 46 | **Fix My Life** — 3-phase session. |
| 47 | |
| 48 | Quick question first: |
| 49 | What made you do this today? (1-3 words) |
| 50 | ``` |
| 51 | |
| 52 | Then load and follow `phase-1-excavation.md`. |