Agents are ephemeral. Models are temporary. Context is permanent.
There was PARA. Now there's the ALIVE Context System.
claude plugin install alive@walnutYou've had those AI sessions where every word is on point. Where the output changes the scope of your project entirely, writes the copy perfectly, or smashes the architecture. You get out exactly what you wanted — or sometimes so much more.
That's what good context does. And when that happens, you need a log of the decisions and tasks that led to it. Where it came from. Where it's going.
Your world of context can't be condensed into one monolithic MEMORY.md. Each meaningful thing in your life — your startup, your people, your side project — has goals that don't change often, tasks that change every day, a history of decisions that compounds, and domain knowledge you uncover slowly over time. These files move at different speeds. They need their own space.
That's why we built the ALIVE Context System.
The system has exactly two units.
Each meaningful thing in your life gets a walnut — your startup, your people, your health, your experiment.
A walnut has a kernel — three source-of-truth files that move at different speeds:
my-startup/
_kernel/
key.md → What it is (identity, people, links — rarely changes)
log.md → Where it's been (prepend-only, immutable decisions)
insights.md → What it knows (evergreen domain knowledge)
_generated/
now.json → Current state (generated on save, never hand-written)
bundles/
website-rebuild/
context.manifest.yaml
tasks.md
raw/
The inside of a walnut is shaped like a brain. The kernel is the living system. Everything else grows around it.
Bundles are how work gets done inside a walnut. Each bundle has a specific outcome and owns its own tasks.
# context.manifest.yaml
name: website-rebuild
outcome: "Ship hypha.nz from strategy deck to production"
species: outcome # outcome | evergreen
phase: prototype # draft | prototype | published | done
sensitivity: private # open | private | restricted
tasks_total: 12
tasks_done: 7Bundles are shareable — scrub the PII, post to walnut.world, and your workflow becomes a context product anyone can install. Skills as phases. Tasks as the plan. Raw context as the knowledge. All of it propagated by YOUR context when someone pulls it into their world.
Two species: outcome bundles ship and graduate. Evergreen bundles accumulate forever (emails, meeting notes, research).
Five folders. The file system IS the methodology.
People/ → Outside the framework — people first
01_Archive/ → A — Everything that was
02_Life/ → L — Personal foundation
03_Inputs/ → I — Buffer only — arrives, gets routed out
04_Ventures/ → V — Revenue intent
05_Experiments/ → E — Testing grounds
People sit outside the ALIVE acronym because they cross-cut everything. They're not a life goal — they're entities that connect your entire world.
-
Your agent reads your project state before responding. Not guessing from a flat memory file — reading the kernel. Identity, current state, recent decisions, active bundle. The brief pack loads in seconds.
-
Decisions get caught mid-conversation. The stash runs silently. When you say "let's go with React Native for the mobile app" — that's a decision. It gets tagged, routed to the right walnut, and logged at the next save.
-
Next session picks up exactly where you left off. No re-explaining. No context debt. Your agent knows your project, your people, your last decision, and what needs doing next.
Your named context companion. Set in preferences:
squirrel_name: TobyEvery session is Toby. Same identity, persistent relationship. Context operations show up as bordered blocks:
╭─ 🐿️ Toby +2 stash (5)
│ React Native for mobile app → my-startup
│ Chase Jake for API specs → my-startup
│ → drop?
╰─
Toby reads your context before speaking, catches decisions mid-conversation, surfaces connections you'd miss, and logs everything at save. The squirrel is an additive persona layer — your agent keeps its own voice, Toby adds the context awareness.
Generated on save. Agents read the lightest tier first.
| Tier | File | What it gives you |
|---|---|---|
| 0 | world-index.json |
One line per walnut — the whole world at a glance |
| 1 | now.json |
Active bundle, task counts, health — one walnut's state |
| 2 | context.manifest.yaml |
Full bundle manifest — the work details |
| 3 | raw/* |
Actual source material — on demand only |
A save triggers the generation chain: bundle manifests → now.json → world-index.json → subagent-brief.md. Every spawned subagent gets the brief — oriented to the runtime automatically.
claude plugin install alive@walnutThat's it. The ALIVE Context System is a Claude Code plugin. 15 skills, 14 hooks, 6 rule files, templates, and a statusline.
| Skill | What it does |
|---|---|
/alive:world |
See your world — dashboard, health, routing |
/alive:load-context |
Load a walnut — brief pack, people, active bundle |
/alive:save |
Checkpoint — route stash, generate projections |
/alive:capture-context |
Context in — store, route to bundles |
/alive:bundle |
Create, share, graduate bundles |
/alive:search-world |
Search across walnuts, bundles, people, logs |
/alive:create-walnut |
Scaffold a new walnut |
/alive:system-cleanup |
Maintenance — stale bundles, orphan files |
/alive:settings |
Customise preferences, permissions, voice |
/alive:session-history |
Squirrel activity, session timeline |
/alive:mine-for-context |
Deep context extraction from source material |
/alive:build-extensions |
Create skills, rules, hooks for your world |
/alive:my-context-graph |
Render the world graph |
/alive:session-context-rebuild |
Rebuild context from past sessions |
/alive:system-upgrade |
Upgrade from any previous version |
# Install the new plugin
claude plugin install alive@walnut
# Run the upgrade
/alive:system-upgradeThe upgrade skill mines your existing system, shows you what will change, and migrates everything: .walnut/ → .alive/, _core/ → _kernel/, capsules → bundles. Your old walnut plugin keeps working — nothing breaks.
|
"most cracked thing I've seen for AI in 2025." Louka Ewington-Pitsos |
"two AI systems, one context layer." witcheer ☯︎ · Telegram |
|
"You're gonna smoke everyone with this." Athon Millane |
"context quality > context quantity." |
|
"best thing ive ever used. this is fucked." Caspar Tremlett |
"Bro. Walnuts is legendary." Roland Bernath |
Your context lives on your machine as plain files. Switch models — Claude to GPT to local — your walnuts come with you. Switch platforms — your walnuts are yours.
Git-track your world locally for version history. Push to a remote if you want backup. Or don't. No cloud dependency. No vendor lock-in. Your context is your property.
Stack Walnuts is a research lab exploring the future of human productivity, creativity, and entrepreneurship. We believe we are entering the renaissance. Entrepreneurship is open to everyone now.
The ALIVE Context System is our first product. We're not saying markdown is the best format. We're finding out what the best is. Every decision in this system is backed by research — from Anthropic's persona selection model to context engineering principles. No holds barred.
walnut.world is where you share what you build — bundles, skills, workflows, entire methodologies. Context products for the distributed internet.
Want to build with us? Open an issue, join the conversation in Discussions, or check the contributing guide.
Built by Stack Walnuts · @benslockedin · MIT License

