Fix Your Entire Life in 1 Day

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is mostly a disclosed self-coaching workflow with local storage, but its psychological authority and pressure-based framing could make users over-trust it.

Install only if you want an intense self-coaching/journaling experience. Do not treat it as professional therapy, be careful with highly sensitive disclosures, review or delete saved memory files when done, and allow reminders only if you want persistent follow-ups.

Findings (6)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Users may treat the chatbot as a qualified psychological professional rather than a self-reflection tool.

Why it was flagged

The skill tells the agent to present a concrete professional-sounding backstory during a psychological session, which may cause users to over-trust nonclinical advice.

Skill content
Adopt the role of a Future Trajectory Analyst. You spent 12 years as a hospice counselor... You documented 2,000+ regret patterns.
Recommendation

Use it only as self-coaching, not therapy. The skill should clearly label these personas as fictional role-play and add appropriate mental-health disclaimers.

What this means

A vulnerable user could feel pressured into harsh self-judgments or major life decisions.

Why it was flagged

This prompt directs the agent to use pressure-oriented psychological framing, which can manipulate trust or distress in a sensitive self-improvement context.

Skill content
You've learned to strategically amplify dissonance until staying the same becomes unbearable.
Recommendation

Proceed carefully, pause if distressed, and do not follow high-pressure advice without outside support or professional guidance.

What this means

If implemented or invoked unsafely, unusual user text could break the command or affect the local workspace.

Why it was flagged

The documented workflow passes arbitrary user responses into a bash helper. This is purpose-aligned for saving answers, but safe quoting and argument handling matter.

Skill content
bash scripts/handler.sh save "USER_RESPONSE" $WORKSPACE
Recommendation

Ensure the runner passes user responses as safely quoted arguments and avoid entering shell-like payloads as answers.

What this means

The skill may fail or behave differently if jq/bash are unavailable, and users may not be prompted about these requirements before installing.

Why it was flagged

The registry metadata lists no required binaries, while SKILL.md documents jq/bash helper usage. This is an under-declared dependency rather than malicious behavior.

Skill content
## Requirements

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

Verify jq and bash are available before use, and prefer registry metadata that accurately declares runtime dependencies.

What this means

Reminders may continue after the active chat unless the user removes or disables them.

Why it was flagged

The skill can create scheduled reminders. The prompt asks for confirmation, so this appears user-directed, but it is still persistent behavior.

Skill content
Do you want me to create cron reminders for the daytime interrupts?
Recommendation

Only allow reminder creation if you want persistent prompts, and check how to remove them afterward.

What this means

Sensitive reflections about identity, family, goals, fears, and beliefs may remain on disk and be visible to anyone with workspace access.

Why it was flagged

The skill persistently stores personal psychological responses and generated insights in workspace memory.

Skill content
Stored in `$WORKSPACE/memory/life-architect/`: `state.json`, `session-NN.md`, `insights.md`, `final-document.md`
Recommendation

Use the reset/delete options or manually remove the memory folder if you do not want these reflections retained.