Home / lstr-1 / skills · orchestrator/skills/brainstorm/SKILL.md · GitHub

brainstorm skillA

brainstorm is agent-read markdown (skill) from lstr-1/skills: Use when you have a feature idea but the scope or UX is still ambiguous — runs a lightweight Socratic design dialogue (3-5 AUQ rounds) and writes a spec markdown file. Use BEFORE /plan feature when product intent needs validation; skip to /plan feature when scope is already clear. HARD-GATE prevents any code work until the design is user-approved..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Brainstorm Skill

> Lightweight Socratic design dialogue for per-feature exploration. Sibling to `/plan feature`, not a replacement. Produces `docs/specs/YYYY-MM-DD-<slug>-design.md` after the user approves an approach.

## Soul Reference

Read `soul.md` in this skill directory before anything else. It defines WHO you are — a Design Facilitator who shapes vague ideas into approved designs through Socratic questioning. Every interaction in this skill should reflect that identity.

## When to use

- A new feature is requested but the UX, product surface, or scope is still ambiguous
- The user wants design validation before committing to a full PRD
- Multiple plausible approaches exist and the trade-offs need to be surfaced first
- A "what should this look like?" question that would otherwise collapse into unfocused implementation work

## When NOT to use

- Scope is already clear → use `/plan feature` directly
- A full project kickoff is needed → use `/plan new`
- A spec or PRD already exists → use `/plan feature` to formalize it
- Pure bug fixes or regressions → use `/debug` (issue #37) once shipped

## Phase 0: Bootstrap Gate
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lstr-1/skills/brainstorm@v0.1.0
Exact content
mdr add lstr-1/skills/brainstorm@sha256:be4011dd5fbfcfb6

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_yct2nt4lckesme3c.svg)](https://markdownregistry.com/a/art_yct2nt4lckesme3c)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v0.1.0 latest2026-09-22 a6ca51a 12,067 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (12067 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

lstr-1/skills · 2 stars · license none · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_yct2nt4lckesme3c
GET https://markdownregistry.com/api/v1/resolve?ref=lstr-1/skills/brainstorm
GET https://markdownregistry.com/api/v1/blob/be4011dd5fbfcfb6b7b0124beacf5d506226805ad290dab21ed00a574c544905

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from lstr-1/skills

create-skill skill
lstr-1/skills · create-skill/SKILL.md · Use when the user wants to create, design, or generate a new AI agent skill (SKILL.md) from a problem description. This…
v0.1.0 · audit A · 2 stars
monitor-startup-dach skill
lstr-1/skills · monitor-startup-dach/SKILL.md · Fetch the top-25 posts from r/StartupDACH/hot.json, classify each into six deterministic German intent clusters…
v0.1.0 · audit A · 2 stars
nlm-meta-study skill
lstr-1/skills · nlm-meta-study/SKILL.md · Create scientific meta-studies on any topic using Gemini Notebook (NotebookLM). Invoke for systematic reviews…
v0.1.0 · audit A · 2 stars
orchestrator skill
lstr-1/skills · orchestrator/SKILL.md · Orchestriert den vollständigen Session-Lebenszyklus (Bootstrap → Start → Plan → Wave → End) als Prosa-Workflow mit…
v0.1.0 · audit A · 2 stars
architecture skill
lstr-1/skills · orchestrator/skills/architecture/SKILL.md · Use when the user asks to improve architecture, find refactoring opportunities, surface deepening opportunities…
v0.1.0 · audit A · 2 stars
autopilot skill
lstr-1/skills · orchestrator/skills/autopilot/SKILL.md · Use this skill when running an autonomous session-orchestration loop. Chains session-start → session-plan →…
v0.1.0 · audit A · 2 stars
bootstrap skill
lstr-1/skills · orchestrator/skills/bootstrap/SKILL.md · Use this skill when scaffolding the minimum repository structure required by orchestrator. Invoked automatically by the…
v0.1.0 · audit A · 2 stars
claude-md-drift-check skill
lstr-1/skills · orchestrator/skills/claude-md-drift-check/SKILL.md · Use when detecting drift between CLAUDE.md (or AGENTS.md, the Codex CLI alias) / _meta narrative and live repository…
v0.1.0 · audit A · 2 stars
convergence-monitoring skill
lstr-1/skills · orchestrator/skills/convergence-monitoring/SKILL.md · Monitor iterative improvement loops for convergence. Three signals — shrinking diff, pass-rate plateau, velocity —…
v0.1.0 · audit A · 2 stars
daily skill
lstr-1/skills · orchestrator/skills/daily/SKILL.md · Use this skill when creating today's daily note in the Meta-Vault (03-daily/YYYY-MM-DD.md) with valid…
v0.1.0 · audit A · 2 stars
debug skill
lstr-1/skills · orchestrator/skills/debug/SKILL.md · Use when encountering any bug, test failure, build break, or unexpected behavior — runs a 4-phase systematic debugging…
v0.1.0 · audit A · 2 stars
discovery skill
lstr-1/skills · orchestrator/skills/discovery/SKILL.md · Use this skill when running systematic quality discovery and issue detection. Runs modular probes adapted to the…
v0.1.0 · audit A · 2 stars

Every file in lstr-1/skills

Other files named brainstorm

brainstorm skill
codeaholicguy/ai-devkit · skills/brainstorm/SKILL.md · AI DevKit · Use when the user asks to brainstorm, ideate, generate ideas, expand options, challenge ideas…
git:20260822.631a81d · audit A · 1,633 stars
brainstorm skill
jtydhr88/comfytv · skills/brainstorm/SKILL.md · Pre-production ideation on the canvas. Use when the user wants to develop an idea, script, campaign, character, or…
git:20260828.cc0ae02 · audit A · 1,036 stars
brainstorm skill
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/brainstorm/SKILL.md · Brainstorm Elixir/Phoenix features — explore ideas, compare approaches, gather requirements. Use when vague idea, not…
git:20260724.918f809 · audit A · 555 stars
brainstorm skill
zaxbyhub/opencode-swarm · .claude/skills/brainstorm/SKILL.md · Full execution protocol for MODE: BRAINSTORM -- structured discovery dialogue, approach selection, spec drafting, QA…
git:20260815.4941a39 · audit A · 478 stars
brainstorm skill
umputun/cc-thingz · plugins/brainstorm/skills/brainstorm/SKILL.md · Use before any creative work or significant changes. Activates on "brainstorm", "let's brainstorm", "deep analysis"…
git:20260504.5f947a7 · audit A · 478 stars
brainstorm skill
zaxbyhub/opencode-swarm · .opencode/skills/brainstorm/SKILL.md · Full execution protocol for MODE: BRAINSTORM -- structured discovery dialogue, approach selection, spec drafting, QA…
git:20260815.4941a39 · audit A · 478 stars
brainstorm skill
yonatangross/orchestkit · src/skills/brainstorm/SKILL.md · Design exploration using parallel agents through a 7-phase process: topic analysis, memory context, divergent ideation…
v4.10.0 · audit A · 283 stars
brainstorm skill
yonatangross/orchestkit · plugins/ork/skills/brainstorm/SKILL.md · Design exploration using parallel agents through a 7-phase process: topic analysis, memory context, divergent ideation…
v4.10.0 · audit A · 283 stars

Browse by kind, by grade A, or by owner.