ワンクリックで
alive-project
Regenerate now.json projections for all walnuts (mechanical, no approval needed)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Regenerate now.json projections for all walnuts (mechanical, no approval needed)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Morning briefing -- read all walnut states, surface priorities, inbox count, stale walnuts, people nudges
Morning operating system -- sync inputs, read everything, surface priorities, show the day
Load an ALIVE walnut -- read kernel files, show current state, surface one observation, ask what to work on
Checkpoint -- route stash items, write log entry, update bundle, trigger projection, reset stash
Something new is emerging. A venture, an experiment, a person entering the orbit, a life area getting serious. It needs its own walnut — its own identity, history, and future. Scaffolds the full structure, maps existing context sources, and optionally migrates files across.
Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.
| name | alive-project |
| description | Regenerate now.json projections for all walnuts (mechanical, no approval needed) |
| version | 1.0.0 |
| author | ALIVE Context System |
| license | MIT |
| toolsets | ["terminal"] |
| metadata | {"hermes":{"tags":["ALIVE","cron","projection","mechanical"],"cron_schedule":"every 4h","cron_deliver":"local"}} |
Mechanical: regenerate _kernel/now.json for all walnuts. No approval needed -- this is computation from existing sources.
# Find world root
WORLD="${ALIVE_WORLD_ROOT:-$HOME/world}"
# Run projection for all walnuts
python3 "$WORLD/.alive/scripts/project.py" --all
# Regenerate world index
python3 "$WORLD/.alive/scripts/generate-index.py"
Report only if errors occurred. Otherwise silent ([SILENT]).
[SILENT]
Projections regenerated for [N] walnuts. No errors.
If errors:
Projection errors:
[walnut]: [error message]
[walnut]: [error message]
[N] walnuts projected successfully, [M] errors.
This cron is fully autonomous. It reads existing source files (log.md, bundle manifests, tasks.json) and computes now.json. No decisions, no writes to human-authored files.