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.
Users may treat the chatbot as a qualified psychological professional rather than a self-reflection tool.
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.
Adopt the role of a Future Trajectory Analyst. You spent 12 years as a hospice counselor... You documented 2,000+ regret patterns.
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.
A vulnerable user could feel pressured into harsh self-judgments or major life decisions.
This prompt directs the agent to use pressure-oriented psychological framing, which can manipulate trust or distress in a sensitive self-improvement context.
You've learned to strategically amplify dissonance until staying the same becomes unbearable.
Proceed carefully, pause if distressed, and do not follow high-pressure advice without outside support or professional guidance.
If implemented or invoked unsafely, unusual user text could break the command or affect the local workspace.
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.
bash scripts/handler.sh save "USER_RESPONSE" $WORKSPACE
Ensure the runner passes user responses as safely quoted arguments and avoid entering shell-like payloads as answers.
The skill may fail or behave differently if jq/bash are unavailable, and users may not be prompted about these requirements before installing.
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.
## Requirements - `jq` (JSON processor) - `bash` 4.0+
Verify jq and bash are available before use, and prefer registry metadata that accurately declares runtime dependencies.
Reminders may continue after the active chat unless the user removes or disables them.
The skill can create scheduled reminders. The prompt asks for confirmation, so this appears user-directed, but it is still persistent behavior.
Do you want me to create cron reminders for the daytime interrupts?
Only allow reminder creation if you want persistent prompts, and check how to remove them afterward.
Sensitive reflections about identity, family, goals, fears, and beliefs may remain on disk and be visible to anyone with workspace access.
The skill persistently stores personal psychological responses and generated insights in workspace memory.
Stored in `$WORKSPACE/memory/life-architect/`: `state.json`, `session-NN.md`, `insights.md`, `final-document.md`
Use the reset/delete options or manually remove the memory folder if you do not want these reflections retained.
