From solo
Guides high-stakes founder decisions through interactive STREAM 6-layer framework: Epistemological, Temporal, Action, Stakes, Social, Meta. Scores and recommends GO/PAUSE/NO-GO.
npx claudepluginhub fortunto2/solo-factory --plugin soloThis skill is limited to using the following tools:
Interactive wizard that walks any decision through the STREAM 6-layer framework. Designed for founders making high-stakes choices under uncertainty.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Interactive 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.