solo-stream

Solid

Use when "help me decide", "should I do this", "evaluate decision", "STREAM analysis", "run decision framework", "pros and cons", or facing a high-stakes founder choice. Do NOT use for idea validation with PRD (/validate).

AI & Automation 18 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /stream Interactive wizard that walks any decision through the STREAM 6-layer framework. Designed for founders making high-stakes choices under uncertainty. ## Steps 1. **Parse the decision** from `$ARGUMENTS`. If empty, ask: "What decision or dilemma do you want to analyze?" 2. **Load framework context** (optional enhancement): - If MCP `kb_search` available: `kb_search(query="STREAM framework", n_results=3)` for full framework details. - Otherwise, the framework is embedded below. 3. **Walk through 6 layers interactively.** For each layer, explain the concept, ask a clarifying question via AskUserQuestion, then provide assessment. ### Layer 1 — Epistemological (Knowledge) - Is this within your circle of competence? - What assumptions are unproven? - What would change your mind? - **Ask:** "What do you know for certain about this space? What are you assuming?" ### Layer 2 — Temporal (Time) - What's the time horizon for results? - Is this Lindy-compliant (will it matter in 10 years)? - Reversibility: can you undo this in 6 months? - **Ask:** "What's your timeline? Is this a 3-month experiment or a 3-year commitment?" ### Layer 3 — Action (Minimum Viable) - What's the smallest possible first step? - What are second-order effects? - Can you test this in a weekend? - **Ask:** "What's the minimum viable version you could ship in 1-2 weeks?" ### Layer 4 — Stakes (Risk/Reward) - Asymmetric upside? (small downside, large upside) - Survivable worst case? - Opportunit...

Details

Author
fortunto2
Repository
fortunto2/solo-factory
Created
7 months ago
Last Updated
today
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

decide

When you have a decision to make and want a structured workflow that picks the load-bearing questions, walks through them, reaches a call (or "wait"), and archives the rationale for future reference. Based on the 37signals Guide to Making Decisions (38 questions) plus house additions like Q39 opportunity cost ("what does saying yes displace?"). Triages to 6–8 relevant questions per decision instead of forcing the full set. Archives every decision to ~/.config/makerskills/decide/archive/ with a revisit date so you can check later whether the call was right. Triggers on "/decide," "help me decide," "should I [X]," "I need to make a decision about," "stuck on a decision," "deciding between," "go/no-go on," "what should I do about." This is both the decision-making workflow AND the decision log — making the decision is the act of logging it.

803 Updated 6 days ago
coreyhaines31
AI & Automation Listed

decision-framework

Applies structured decision frameworks - RACI, Eisenhower, weighted scoring, decision trees - to a business choice. Use when a multi-stakeholder decision is stuck. Not for thinking models - use mental-model-teacher.

1 Updated 5 days ago
poorvith-mp
AI & Automation Listed

parallax

Multi-perspective decision protocol: frame the decision, spread genuinely different approaches, surface traps, commit with trade-offs. Fires on decisions where the obvious answer being wrong is expensive: architecture and design choices, naming, strategy, debugging with unknown root cause after the first hypothesis failed, and whenever the user is stuck or asks what the options are. Factual lookups, syntax, and questions with one canonical answer don't need spread -- answer those directly.

0 Updated 1 months ago
lroolle