mnemon-goal

Solid

Manage project-scoped Mnemon goal state, evidence, verification, completion, blockers, and host goal links.

AI & Automation 322 stars 46 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# mnemon-goal Use this skill when a task should be tracked as a durable Mnemon project goal or when an existing goal needs plan, evidence, verification, completion, blocked, paused, resumed, or host-link updates. ## Boundary This skill uses `mnemon-harness goal` commands. It does not replace Codex `/goal`, Claude Code continuation behavior, or any host-owned planning state. It must not write Codex internal sqlite state, Claude internal state, or other private host runtime databases. Mnemon owns project goal records under `.mnemon/harness/goals`. The host agent owns the work. ## Runtime If `MNEMON_GOAL_LOOP_ENV` is set and the expected variables are missing, source it before running commands: ```bash source "$MNEMON_GOAL_LOOP_ENV" ``` Useful variables: ```text MNEMON_GOAL_LOOP_ROOT MNEMON_GOAL_LOOP_GOALS_DIR MNEMON_GOAL_LOOP_STATUS_DIR ``` Default to the current repository root when variables are unavailable. ## Create Create a goal when the work is multi-step, evidence-sensitive, or likely to span handoff/compaction: ```bash mnemon-harness goal init --root . --objective "<objective>" ``` Use `--goal-id <id>` only when the user or existing state requires a stable id. ## Plan Record or update the plan before substantial work: ```bash mnemon-harness goal plan --root . --goal-id <goal-id> \ --summary "<short plan summary>" \ --step "<step 1>" \ --step "<step 2>" ``` Add refs when useful: ```bash --memory-ref "<memory ref>" --memory-recall "<recall request...

Details

Author
mnemon-dev
Repository
mnemon-dev/mnemon
Created
3 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

goal

Keep an AI coding agent working toward one explicit completion condition across turns. Use when the user invokes `/goal`, asks to keep working until a condition is met, wants an autonomous loop with verifiable completion, or needs guidance writing effective goal conditions.

1 Updated today
Firzus
AI & Automation Listed

goalify

Set up a big coding task to run on its own: in this session goalify scopes the work, locks the few real decisions, and writes a self-contained, self-deleting `/goal` file, so you `/clear` and run it in a fresh, full-context session that executes the whole job and verifies every success criterion before deleting the file. Use when the user says "goalify", "goalify this", "goalify <task>", "/goalify <task>", "prep a goal", "prepare a goal file", "make an md for /goal", or "set up an autonomous run to launch later". This skill AUTHORS the handoff file now; it does NOT execute the work in this session. For a task to be done immediately here, use autopilot, ultrawork, or ralph instead, not goalify.

0 Updated yesterday
Aboudjem
AI & Automation Solid

mnemon

Persistent memory CLI for Hermes Agent. Store facts, recall past knowledge, link related memories, manage lifecycle.

322 Updated today
mnemon-dev
AI & Automation Solid

eval-plan

Design a scenario-driven Mnemon harness eval with target, hypothesis, HostAgent, loop configuration, evidence, and rubric.

322 Updated today
mnemon-dev
AI & Automation Listed

goal

Persistent autonomous goal tracking. Set a goal and work on it continuously across conversation turns until fully complete. No budget limits — only stops when the goal is done or the user pauses/cancels. Use when: user types /goal, "set a goal", "work on", or asks about goal status.

0 Updated 6 days ago
clanyxh-blip