fix-life-in-1-day
Fix your entire life in 1 day. 10 psychological sessions based on Dan Koe's viral article.
What this skill does
# 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 in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing โ use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.