بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.