alive-create

Featured

Scaffold a new walnut -- venture, experiment, person, life area, project

AI & Automation 127 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 91/100

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

Skill Content

# Create Walnut Something new is emerging. It needs its own walnut. ## Ask ``` What kind of walnut? 1. Venture (04_Ventures/) -- revenue intent 2. Experiment (05_Experiments/) -- testing grounds 3. Person (02_Life/people/) -- someone entering the orbit 4. Life area (02_Life/) -- personal goal or domain 5. Project (nested under existing walnut) ``` Then ask: - **Name:** kebab-case (e.g., `nova-station`) - **Goal:** one sentence - **Rhythm:** daily / weekly / biweekly / monthly ## Scaffold Create via terminal: ```bash WALNUT_PATH="$ALIVE_WORLD_ROOT/[domain]/[name]" mkdir -p "$WALNUT_PATH/_kernel" ``` Write three kernel files: ### key.md ```markdown --- type: [venture/experiment/person/life/project] goal: [one sentence] created: [today] rhythm: [rhythm] people: [] tags: [] links: [] --- [Brief description of what this walnut is about.] ``` ### log.md ```markdown --- walnut: [name] created: [today] last-entry: [today] entry-count: 1 summary: Walnut created. --- ## [today] -- squirrel:[session_id] **Type:** creation Walnut created. [Goal]. [Any initial context from conversation.] signed: squirrel:[session_id] ``` ### insights.md ```markdown --- walnut: [name] updated: [today] squirrel: [session_id] sections: [] --- ``` ### tasks.json + completed.json ```bash echo '{"tasks": []}' > "$WALNUT_PATH/_kernel/tasks.json" echo '{"completed": []}' > "$WALNUT_PATH/_kernel/completed.json" ``` ### Run projection ```bash python3 "$ALIVE_WORLD_ROOT/.alive/scripts/pro...

Details

Author
alivecontext
Repository
alivecontext/alive
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category