원클릭으로
alive-daily
Morning operating system -- sync inputs, read everything, surface priorities, show the day
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Morning operating system -- sync inputs, read everything, surface priorities, show the day
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Morning briefing -- read all walnut states, surface priorities, inbox count, stale walnuts, people nudges
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.
The human mentions a walnut to work on, asks about a specific venture/experiment/project, or wants to check status — not just explicit 'load X'. Load the brief pack (3 files), resolve the people involved, check the active bundle — then surface one observation and ask what to work on. Context loads in tiers: walnut and people are automatic, bundle depth is offered.
| name | alive-daily |
| description | Morning operating system -- sync inputs, read everything, surface priorities, show the day |
| version | 1.0.0 |
| author | ALIVE Context System |
| license | MIT |
| toolsets | ["terminal","file"] |
| triggers | ["daily","morning","start the day","what's on today","run my daily"] |
| metadata | {"hermes":{"tags":["ALIVE","context","daily","morning","routine"]}} |
The morning operating system. Sync all inputs, read everything, surface what matters.
Run available sync scripts (if configured):
# Check which sync scripts exist
ls "$ALIVE_WORLD_ROOT/.alive/scripts/"*-sync.* 2>/dev/null
Common syncs: Gmail, Slack, Fathom (meeting transcripts). Each writes to 03_Inbox/.
find "$ALIVE_WORLD_ROOT/03_Inbox" -type f -not -name ".*" 2>/dev/null | wc -l
If files exist, list them with routing suggestions.
For each non-archive walnut, read _kernel/now.json. Extract:
cat "$ALIVE_WORLD_ROOT/.alive/stash.json" 2>/dev/null
Present any pending items grouped by destination walnut.
Scan .alive/_squirrels/ for entries with saves: 0. These sessions may have lost work.
Morning -- [date]
Priority:
1. [walnut] -- [top urgent task]
2. [walnut] -- [top urgent task]
Active (on rhythm):
[walnut] [phase] [top urgent or active task]
[walnut] [phase] [top urgent or active task]
Needs Attention:
[walnut] waiting [N] days past rhythm
[walnut] quiet [blocker]
People:
[[person]] last contact [N] days ago
Inbox: [N] unrouted files
Stash: [N] pending items
What to work on?
User picks a walnut -> invoke /alive-load for that walnut.