alive-create
FeaturedScaffold a new walnut -- venture, experiment, person, life area, project
AI & Automation 127 stars
8 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Featured
alivecreate-walnut
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.
127 Updated today
alivecontext AI & Automation Featured
alive-load
Load an ALIVE walnut -- read kernel files, show current state, surface one observation, ask what to work on
127 Updated today
alivecontext AI & Automation Featured
alive-world
Dashboard of all walnuts -- grouped by ALIVE domain, health signals, what needs attention
127 Updated today
alivecontext