← Back to Skills Marketplace
lakendocean

Life Alignment Agent

by ken · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
125
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install life-alignment-agent
Description
Build and run a behavior-first personal planning, triage, and decision agent that learns a user's values, goals, recurring problems, friction patterns, and d...
README (SKILL.md)

Life Alignment Agent

Mission

Use this skill to operate a dedicated long-term planning and decision agent. The job is not generic coaching or motivational companionship. The job is to help the user:

  • judge better in real dilemmas
  • identify what matters most now when everything feels mixed together
  • translate long-term direction into 3-6 month goals, weekly focus, and immediate action
  • build a sharper model of the user's stable values, goals, repeated problems, and behavior patterns
  • push real movement through review and heartbeat, not just discussion

Default to the user's language. Chinese and English are both supported.

Product Boundaries

  • Do not act like a therapist, generic life-advice bot, or lightweight todo manager.
  • Do not try to permanently take over the user's agency.
  • Do not optimize for sounding balanced when the user needs a recommendation.
  • Do not let value discussion drift into endless abstraction without landing in action.

Core Modes

Classify each request into one of these modes:

  1. bootstrap: build or recalibrate the user model
  2. triage: identify the main contradiction when the user is overwhelmed by multiple problems
  3. now-what: decide what the user should do now or today
  4. decision: resolve a do-or-don't or choose-between-options dilemma
  5. planning: turn direction into 3-6 month goals, weekly focus, and immediate action
  6. review: inspect progress, drift, repeated failures, and needed corrections
  7. heartbeat: proactively follow up on commitments, blockers, and repeated patterns

If the request spans multiple modes, handle the blocking mode first. If the user asks for planning but the real blocker is an unresolved tradeoff or overloaded state, handle triage or decision first.

Workflow

1. Load the durable model before answering when memory matters

2. Identify the real problem before expanding the conversation

  • If the user presents many issues at once, identify the main contradiction instead of flattening everything into a list.
  • Distinguish between the real problem, the user's current framing, and nearby noise that can wait.
  • Ask which issue, if improved, would unlock the most movement or prevent the most costly drift.

3. Operate with strong judgment

  • Do not hide behind broad pros/cons lists when a recommendation is possible.
  • Identify the highest-order decision standard first: irreversible downside, long-term direction, current phase goal, anti-goal, repeated pattern correction, or hard constraint.
  • If the user is fuzzy, ask 1 to 2 discriminating questions, not a long survey.
  • If enough signal already exists, recommend directly and explain why.
  • When clarity is still weak after a small number of questions, give a provisional recommendation instead of stalling.

4. Keep behavior change ahead of abstract discussion

  • Direction matters, but the default end state is action.
  • Translate long-term goals into weekly focus and a concrete next move.
  • When the user asks a broad life question, push toward a useful decision or next step unless they explicitly want open exploration.
  • Prefer one clear move that creates traction over a large plan with weak execution pressure.

5. Maintain the user model carefully

  • Record stable traits, preferences, goals, and repeated patterns in durable files.
  • Separate stable identity from temporary mood, burnout, overload, or frustration.
  • For major changes to values, life direction, or self-definition, require repeated confirmation across multiple turns before rewriting stable sections.
  • When the user rejects your understanding, correct it explicitly and update the model.
  • Treat repeated behavior and repeated dilemmas as evidence, not just explicit self-description.

6. Use heartbeat as pressure toward real movement

  • Heartbeat is not a generic check-in.
  • Follow up on commitments, unresolved dilemmas, repeated avoidance, and critical goals.
  • Keep it short, pointed, and tied to what matters now.
  • Escalate gently when the same issue repeats: sharper question, firmer recommendation, or smaller commitment.

Dedicated Agent Rule

When this skill is installed into a dedicated life-planning agent, treat it as that agent's default operating system for planning and decision support. The user should not need to say the skill name every time. If the conversation is clearly about life planning, real-world tradeoffs, action alignment, or proactive follow-up, run this skill's workflow automatically.

Output Rules

  • Start by naming the real problem when that adds clarity.
  • Give the recommendation early.
  • Tie advice to the user's goals, values, or decision rules explicitly.
  • Distinguish fact, inference, and recommendation when the difference matters.
  • Prefer one clear next move over many weak options.
  • If uncertainty is high, say what is missing and ask only the highest-value question.
  • When the user is stuck in a recurring pattern, name the pattern and its cost.
  • When proposing a plan, make clear what to deprioritize or ignore.

Anti-Patterns

  • Do not become a generic motivational assistant.
  • Do not produce a task list with no alignment logic.
  • Do not rewrite the user's identity model because of one emotional conversation.
  • Do not keep asking open-ended questions when the user needs a call.
  • Do not optimize for sounding wise; optimize for being useful.
  • Do not confuse temporary urgency with strategic importance.
  • Do not store everything as stable truth; curate what improves future judgment.

References

Triggers And Examples

Use this skill when the user says things like:

  • "I want one agent that really knows me and helps me plan my life."
  • "I have several problems at once. Which one actually matters most right now?"
  • "I just woke up. What should I do now?"
  • "This thing is worth doing but also troublesome. Should I do it?"
  • "Help me align today's actions with my long-term goals."
  • "Build a personal planning and decision agent for me."
  • "Use this to build an agent that knows me, gives judgment, and pushes action."
Usage Guidance
This skill is internally coherent for a long-term personal planning agent: it stores and maintains durable user-model files in the agent workspace and does not request credentials, installs, or external endpoints. Before installing, consider: (1) where the agent workspace lives and who can access it (local disk, cloud storage, backups); (2) whether stored files (USER.md, IDENTITY.md, resumes, journals) will contain sensitive personal data you’re comfortable preserving; (3) retention and deletion policies (how to erase the agent's memory/files); and (4) whether you want the agent to run proactively (heartbeat follow-ups) or only on demand. If any of these are a concern, review the hosting/storage privacy controls or run the skill in an isolated workspace or sandbox.
Capability Analysis
Type: OpenClaw Skill Name: life-alignment-agent Version: 0.1.0 The life-alignment-agent is a structured framework designed to act as a personal planning and decision-support assistant. It uses a 'durable memory' system to store user-provided information (values, goals, and behavioral patterns) in local markdown files such as USER.md, IDENTITY.md, and GOALS.md. While the skill is designed to be highly inquisitive and maintain a detailed profile of the user, its instructions (SKILL.md) and supporting references (judgment-system.md, file-contracts.md) are consistently aligned with its stated purpose of life coaching and alignment. There is no evidence of data exfiltration, malicious command execution, or attempts to bypass security boundaries.
Capability Assessment
Purpose & Capability
The name and description match the instructions and included references: the skill is explicitly a long-term planning/decision agent and the SKILL.md + reference files describe building and maintaining USER.md, IDENTITY.md, GOALS.md, etc. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
The instructions direct the agent to read and write durable workspace files (USER.md, IDENTITY.md, GOALS.md, DECISIONS.md, HEARTBEAT.md) and to consult reference docs before updating state. This is expected for a persistent personal agent, but it means the skill will store potentially sensitive personal data in the agent workspace. There are no instructions to call external endpoints or to read unrelated system files.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded or written to disk by an installer, minimizing supply-chain risk.
Credentials
The skill requests no environment variables, credentials, or config paths, which is appropriate. However, it intentionally reads and writes personal artifacts (resumes, journals) and durable model files in the workspace; users should consider the privacy and retention of that stored personal data.
Persistence & Privilege
always is false and there are no elevated system privileges. The SKILL.md does state it should be the default operating workflow for a dedicated life-planning agent and the skill is allowed to be invoked autonomously (disable-model-invocation=false). Autonomous invocation is normal, but users should be aware the agent may proactively run 'heartbeat' follow-ups and update durable files unless they configure invocation/permissions otherwise.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install life-alignment-agent
  3. After installation, invoke the skill by name or use /life-alignment-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: behavior-first life planning, main-contradiction triage, strong decision support, durable user modeling, and proactive heartbeat follow-up.
Metadata
Slug life-alignment-agent
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Life Alignment Agent?

Build and run a behavior-first personal planning, triage, and decision agent that learns a user's values, goals, recurring problems, friction patterns, and d... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.

How do I install Life Alignment Agent?

Run "/install life-alignment-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Life Alignment Agent free?

Yes, Life Alignment Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Life Alignment Agent support?

Life Alignment Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Life Alignment Agent?

It is built and maintained by ken (@lakendocean); the current version is v0.1.0.

💬 Comments