alive-stash-router
FeaturedPresent pending stash items grouped by destination walnut for approval
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
# Stash Router
Present unrouted stash items for approval.
## Process
1. Read `.alive/stash.json`:
```bash
cat "$ALIVE_WORLD_ROOT/.alive/stash.json" 2>/dev/null
```
2. Group items by destination walnut
3. Present for approval
## Output
If no pending items: `[SILENT]`
If items found:
```
Stash: [N] unrouted items
[walnut-name]:
1. [decision] "content preview..."
2. [task] "content preview..."
[other-walnut]:
3. [note] "content preview..."
[[person-name]]:
4. [note] "content preview..."
No destination:
5. [insight_candidate] "content preview..."
Reply with numbers to route. "all" to approve all. "drop 3,5" to remove items.
```
## Routing
When approved:
- **decision** -> prepend to walnut's `_kernel/log.md`
- **task** -> `python3 tasks.py add --walnut [path] --title "[content]"`
- **note** -> prepend to walnut's `_kernel/log.md` as a note entry
- **insight_candidate** -> append to walnut's `_kernel/insights.md` (after confirmation)
- **People tagged items** -> route to person walnut's log
After routing, remove items from `.alive/stash.json`.
## Rules
- Items ignored for 7+ days get flagged in morning briefing
- Never auto-route. Always present and wait for approval.
- Bulk clear: "clear all" removes everything without routing
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
alive-save
Checkpoint -- route stash items, write log entry, update bundle, trigger projection, reset stash
127 Updated today
alivecontext AI & Automation Featured
alivesave
The human wants to checkpoint. Or: the stash has grown heavy — 5+ items, 30+ minutes, a natural pause in the work. The squirrel doesn't decide when to save. It surfaces the need and lets the human pull the trigger. Runs the full save protocol: confirms stash, writes log, updates state, generates projections, dispatches, resets.
127 Updated today
alivecontext AI & Automation Featured
alive-inbox
Scan 03_Inbox/ for unrouted files, present routing suggestions
127 Updated today
alivecontext