solo-stream

solo-stream is a skill for Claude Code from fortunto2/solo-factory. It costs 55 tokens per session (1,066 once invoked), scanned A, original, MIT.

A decision-making workflow for weighing a high-stakes founder choice, including its advantages and drawbacks.

In plain words
What is it for?
Use it to evaluate choices, run a STREAM analysis, or decide between possible actions.
Why use it?
It gives you a structured way to compare options when an important decision feels unclear. It is not meant for testing or validating a new idea.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; built for openclaw.

Part of the solo plugin — 45 skills, 2 commands, 3 agents, 3 hooks shipped together

Good fit Use it to evaluate choices, run a STREAM analysis, or decide between possible actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fortunto2/solo-factory/stream
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add fortunto2/solo-factory --skill stream
Clone the repo
git clone --depth 1 https://github.com/fortunto2/solo-factory

Made for: Claude Code.

Or install solo, the plugin that ships this one along with the rest of its 45 skills, 2 commands, 3 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for solo-stream

README.md
[![agentmods](https://agentmods.dev/badge/skills/fortunto2/solo-factory/stream.svg)](https://agentmods.dev/skills/fortunto2/solo-factory/stream)
Your own site
<a href="https://agentmods.dev/skills/fortunto2/solo-factory/stream"><img src="https://agentmods.dev/badge/skills/fortunto2/solo-factory/stream.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,066 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.01066
Opus 5 $0.00028 $0.00533
Sonnet 5 $0.00011 $0.00213
Haiku 4.5 $0.00006 $0.00107

Measured 8d ago against content hash 9a9363f9e5c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

solo-stream scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/stream/SKILL.md · 116 lines

How it starts

The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/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?
  • Opportunity cost of NOT doing this?
  • Ask: "What's the worst realistic outcome? Can you survive it financially and emotionally?"

Layer 5 — Social (Network)

  • Reputation impact on your network?
  • Network effects or viral potential?
  • Does this build social capital?
  • Ask: "Who benefits besides you? Who might be hurt?"

Layer 6 — Meta (Mortality Filter)

  • Is this worth your finite time on earth?
  • Does this align with your values?
  • Will you regret NOT trying this?
  • Ask: "If you had only 5 years left, would you still do this?"

Read the full file on GitHub · 116 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 116 lines · 55 tokens per session scan A 9a9363f9e5c4

Subscribe to this mod's changes

solo-stream is a skill published in the GitHub repository fortunto2/solo-factory (18 stars, last pushed today), licensed MIT. It adds 55 tokens to every session and 1,066 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.