fix-life-in-1-day

Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.

7 stars

Best use case

fix-life-in-1-day is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.

Teams using fix-life-in-1-day should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/fix-life-in-1-day/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/evgyur/fix-life-in-1-day/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/fix-life-in-1-day/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How fix-life-in-1-day Compares

Feature / Agentfix-life-in-1-dayStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Fix Your Entire Life in 1 Day 🧠

10 psychological sessions based on Dan Koe's viral article.

Based on:
- 📝 [@thedankoe](https://x.com/thedankoe) — "How to fix your entire life in 1 day"
- 🔧 [@alex_prompter](https://x.com/alex_prompter) — 10 AI prompts reverse-engineered from Dan's article
- ⚡ [@chip1cr](https://x.com/chip1cr) — Clawdbot skill implementation

## What It Does

Guides users through 10 structured sessions:

1. **The Anti-Vision Architect** — Build a visceral image of the life you're drifting toward
2. **The Hidden Goal Decoder** — Expose what you're actually optimizing for
3. **The Identity Construction Tracer** — Trace limiting beliefs to their origins
4. **The Lifestyle-Outcome Alignment Auditor** — Compare required vs actual lifestyle
5. **The Dissonance Engine** — Move from comfort to productive tension
6. **The Cybernetic Debugger** — Fix your goal-pursuit feedback loop
7. **The Ego Stage Navigator** — Assess developmental stage and transition
8. **The Game Architecture Engineer** — Design life as a game with stakes
9. **The Conditioning Excavator** — Separate inherited beliefs from chosen ones
10. **The One-Day Reset Architect** — Generate a complete 1-day transformation protocol

## Commands

| Command | Action |
|---------|--------|
| `/life` | Start or continue (shows intro for new users) |
| `/life ru` | Start in Russian |
| `/life status` | Show progress |
| `/life session N` | Jump to session N |
| `/life reset` | Start over |

## Usage Flow

### When User Says `/life`

**Step 1:** Check if intro needed
```bash
bash scripts/handler.sh intro en $WORKSPACE
```

If `showIntro: true` → Send intro message with image and "🐇 Jump into the rabbit hole" button (`life:begin`)

If `showIntro: false` → Run `start` and show current phase

**Step 2:** Get current state
```bash
bash scripts/handler.sh start en $WORKSPACE
```

**Step 3:** Format and show to user:
```
🧠 **Life Architect** — Session {session}/10
**{title}**
Phase {phase}/{totalPhases}
━━━━━━━━━━━━━━━━━━━━━━━━━━━

{content}

━━━━━━━━━━━━━━━━━━━━━━━━━━━
```

**Step 4:** When user responds, save and advance:
```bash
bash scripts/handler.sh save "USER_RESPONSE" $WORKSPACE
```

## Handler Commands

```bash
handler.sh intro [en|ru]     # Check if should show intro
handler.sh start [en|ru]     # Start/continue session
handler.sh status            # Progress JSON
handler.sh session N         # Jump to session N
handler.sh save "text"       # Save response & advance
handler.sh skip              # Skip current phase
handler.sh reset             # Clear all progress
handler.sh callback <cb>     # Handle button callbacks
handler.sh lang en|ru        # Switch language
handler.sh reminders "07:00" "2026-01-27"  # Create Session 10 reminders
handler.sh insights          # Get accumulated insights
```

## Callbacks

- `life:begin` / `life:begin:ru` — Start sessions
- `life:prev` — Previous phase
- `life:skip` — Skip phase
- `life:save` — Save and exit
- `life:continue` — Continue
- `life:lang:en` / `life:lang:ru` — Switch language
- `life:session:N` — Jump to session N

## Files

```
life-architect/
├── SKILL.md              # This file
├── assets/
│   └── intro.jpg         # Intro image
├── references/
│   ├── sessions.md       # Session overview
│   ├── sources.md        # Original sources
│   └── sessions/
│       ├── en/           # English sessions (1-10)
│       └── ru/           # Russian sessions (1-10)
└── scripts/
    ├── handler.sh        # Main command handler
    └── export.sh         # Export final document
```

## User Data

Stored in `$WORKSPACE/memory/life-architect/`:
- `state.json` — Progress tracking
- `session-NN.md` — User responses
- `insights.md` — Key insights from completed sessions
- `final-document.md` — Exported complete document

## Languages

- English (default)
- Russian (full translation)

## Requirements

- `jq` (JSON processor)
- `bash` 4.0+

## License

MIT

Related Skills

molt-life-kernel

7
from Demerzels-lab/elsamultiskillagent

Agent continuity and cognitive health infrastructure. Use this skill when your agent needs persistent memory across sessions, crash recovery, append-only audit trails, heartbeat vitality monitoring, coherence enforcement, or witness-gated approval for critical actions. Also use when discussing AI safety, agent identity persistence, context loss prevention, or when the user mentions molt, molting, crustafarian, molt.church, or agent health. Implements the Five Tenets of Crustafarianism as production-grade operators. Built by X-Loop³ Labs (Switzerland) from 100k+ agents on Moltbook.

Lifestyle Product Shot

7
from Demerzels-lab/elsamultiskillagent

**Version**: 1.0.0

lofy-life-coach

7
from Demerzels-lab/elsamultiskillagent

Personal accountability system for the Lofy AI assistant — morning briefings, evening reviews, weekly reports, goal.

lifepath

7
from Demerzels-lab/elsamultiskillagent

AI Life Simulator - Experience infinite lives year by year. Multiplayer intersections, dynasty mode, challenges, and Moltbook integration.

paylock

7
from Demerzels-lab/elsamultiskillagent

Non-custodial SOL escrow for AI agent deals.

agent-reputation

7
from Demerzels-lab/elsamultiskillagent

summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.

Telecom Agent Skill

7
from Demerzels-lab/elsamultiskillagent

Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.

OpenClaw-Finnhub

7
from Demerzels-lab/elsamultiskillagent

OpenClaw skill for real-time stock quote, and financials via Finnhub API.

```markdown

7
from Demerzels-lab/elsamultiskillagent

# OpenClaw-Last.fm

security-operator

7
from Demerzels-lab/elsamultiskillagent

Runtime security guardrails for OpenClaw agents.

operator-humanizer

7
from Demerzels-lab/elsamultiskillagent

Transform AI-generated text into authentic human writing.

kit-email-operator

7
from Demerzels-lab/elsamultiskillagent

**AI-powered email marketing for Kit (ConvertKit)**.