Install
openclaw skills install solo-streamInteractive decision-making wizard using STREAM 6-layer framework for founders facing high-stakes choices. Use when user says "help me decide", "should I do this", "evaluate decision", "STREAM analysis", "run decision framework", or "pros and cons". Do NOT use for idea validation with PRD (use /validate).
openclaw skills install solo-streamInteractive wizard that walks any decision through the STREAM 6-layer framework. Designed for founders making high-stakes choices under uncertainty.
Parse the decision from $ARGUMENTS. If empty, ask: "What decision or dilemma do you want to analyze?"
Load framework context (optional enhancement):
kb_search available: kb_search(query="STREAM framework", n_results=3) for full framework details.Walk through 6 layers interactively. For each layer, explain the concept, ask a clarifying question via AskUserQuestion, then provide assessment.
Synthesize verdict:
Capture the decision (optional): Offer to save the decision record. If user wants to save:
docs/decisions/ in the current project directoryOutput structured decision journal:
## Decision: [topic]
**Date:** [today]
**Framework:** STREAM 6-layer
### Analysis Summary
| Layer | Score | Key Finding |
|-------|-------|-------------|
| Epistemological | X/10 | ... |
| Temporal | X/10 | ... |
| Action | X/10 | ... |
| Stakes | X/10 | ... |
| Social | X/10 | ... |
| Meta | X/10 | ... |
**Overall STREAM Score: X/10 — GO/PAUSE/NO-GO**
### Recommendation
[Clear recommendation with reasoning]
### Next Actions
1. [action]
2. [action]
3. [action]
Cause: Decision not specific enough. Fix: Start with a concrete decision statement: "Should I [action] given [context]?" not just "What should I do?"
Cause: Layers weighted equally but some matter more for this decision. Fix: The overall score is a starting point. Pay more attention to the layers most relevant to your situation (e.g., Stakes for financial decisions, Meta for life choices).
Cause: Running in a project without a docs/decisions/ directory.
Fix: Skill saves to docs/decisions/ in the current project. Create the directory if needed.