alive-stash-router

Group pending stash items by destination walnut for approval routing.

124|7|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/alivecontext/alive --skill alive-stash-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alive-stash-router
Source: https://github.com/alivecontext/alive/tree/main/hermes/cron-templates/alive-stash-router
Command: npx skills add https://github.com/alivecontext/alive --skill alive-stash-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual handling of stash items in ALIVE can lead to missed routing, lost context, and scattered approvals. This Skill automates grouping pending stash items by destination walnut to present a clear, auditable routing surface for teammates.

Core Features & Use Cases

  • Reads .alive/stash.json and groups items by destination walnut for centralized review.
  • Presents pending items for approval with a deterministic ordering and clear action mapping (decision, task, note, insight_candidate).
  • Applies routing rules on approval: prepend decisions or notes to walnut logs, push tasks to walnuts via tasks.py, and append insights for later analysis; supports routing ofPeople-tagged items.

Quick Start

Review the presented stash items and reply with the item numbers to route, or use 'all' to approve all.

Frequently Asked Questions about alive-stash-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate routing pending stash items to walnuts for approval?

Automate routing pending stash items by reading .alive/stash.json and grouping entries by destination walnut to present a centralized, auditable approval surface. You can reply with specific item numbers or use 'all' to approve everything.

What actions can I apply when routing stash content in ALIVE workflows?

When routing stash content in ALIVE workflows, you can apply four action mappings: prepend decisions or notes to walnut logs, push tasks to walnuts via tasks.py, and append insight candidates for later analysis.

How does grouping stash items by destination walnut streamline approvals?

Grouping stash items by destination walnut streamlines approvals by collecting related pending entries into a deterministic ordering, preventing missed routing, lost context, and scattered manual approvals across teammates.

Can I route People-tagged stash items to walnuts?

Yes, you can route People-tagged stash items to walnuts. The routing rules support applying the action mappings to these tagged items alongside standard pending stash entries.

Do I need any external dependencies to route stash items?

No external dependencies are required to route stash items. The process reads the local .alive/stash.json file and applies routing rules natively, though pushing tasks uses an integrated tasks.py script.

Why are my manual stash routing approvals losing context?

Manual stash routing approvals lose context because handling items individually scatters decisions across destinations. Automating the grouping by destination walnut logs decisions and notifies stakeholders to maintain an auditable trail.