AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Scatterbrain

skill-the-little-ai-company-scatterbrain-scatterbrain · by The-Little-AI-Company

Gives Zo a deliberate case of ADHD for hard open-ended problems. Scatters N isolated child sessions across distorted cognitive frames (night dispatcher, salvage mechanic, paid saboteur, mycologist), then snaps into hyperfocus with a separate critic pass that scores, clusters, prunes traps, and deepens the survivors. Use on "scatterbrain", "give me a few ways to", brainstorm or ideate intents, nam…

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-the-little-ai-company-scatterbrain-scatterbrain

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-the-little-ai-company-scatterbrain-scatterbrain)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Scatterbrain? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Scatterbrain

The first three answers to any open question are the answers a competent person gives in thirty seconds. Correct, safe, forgettable. The ideas worth paying for live past number three, and a single line of thinking never reaches them because it anchors on whatever it said first.

Scatterbrain is the architectural fix, not a prompting trick. It scatters the problem across several child Zo sessions that run in parallel and never see each other. Each one thinks under a deliberately distorted frame: a night dispatcher, a salvage mechanic, a paid saboteur, a mycologist. No shared context means no anchoring. Then a separate critic session, running with the opposite instructions, scores everything, clusters it by angle, flags the ideas that look good but aren't, and deepens the few worth building.

Method lineage: this is a ground-up Zo rebuild of the divergent ideation loop from ADHD by Udit Akhouri, MIT licensed. Same core insight, new engine, new frames, new prose.

Gate: should this run at all?

A run costs roughly 8 to 11 child Zo sessions. That is real money and one to three minutes of wall clock. Do not pay it for questions with one right answer.

Explicit invocation. If the user said "scatterbrain", "scatter this", "give Zo ADHD on this", or named the skill, skip the gate and run.

Otherwise, three checks. Any no means abort and answer directly.

  1. Open-ended? Would a sharp person give several defensible answers, or is

there a canonical one? Canonical means abort.

  1. Worth it? Is the cost of the obvious answer being wrong actually high?

Architecture, public API surface, naming something real, positioning, fuzzy bugs with no root cause: yes. A quick utility script: no.

  1. Open phrasing? Words like "quick", "standard", "canonical", "just",

"one-liner" mean the user wants the direct answer. Abort.

On abort, answer the question normally. Optionally add one line: run scatterbrain on this if you want the wide version with trap detection.

How to run it

Preferred: the engine script

The script makes branch isolation mechanical instead of promised. Each frame is its own /zo/ask session.

bun Skills/scatterbrain/scripts/scatterbrain.ts \
  "the problem, stated plainly" \
  --context "any constraints or background worth passing" \
  --frames 5 --ideas 6 --top 3 --mode build

(Adjust the path to wherever this skill lives. On Zo Computer the convention is /home/workspace/Skills/scatterbrain/.)

Flags worth knowing:

  • --mode build for code-shaped problems, --mode open for product,

content, strategy, or life-ops problems. Controls frame selection bias.

  • --frames, --ideas, --top scale cost to stakes. Small question:

--frames 3 --ideas 4 --top 2. Big decision: defaults or higher.

  • --model passes a model id to every child call. Pass the session's

current model when known.

  • --no-reframe skips the anchor-stripping pass when the problem statement

is already clean.

  • --dry-run stubs the API to test plumbing. Costs nothing.
  • --help prints every flag with its default.

Output: in a terminal the script prints the human-readable render. When piped (which is how an agent should run it) it prints JSON. Force either with --text or --json. If you are an agent reading the JSON, render it using the output shape below. Do not dump raw JSON at the user.

Fallback: inline, only when the script can't run

If bun or the API is unavailable, simulate the scatter by writing each frame's ideas in strictly separate passes, never letting one frame's output inform another, then run the critic pass last. This is weaker than real isolation. Say so in one line when you use it.

The two-phase law

Scatter and hyperfocus never mix. The generator is forbidden to evaluate. The critic is forbidden to invent. Mixing them is how every ordinary brainstorm collapses back into the first plausible idea wearing five hats.

Phase order: reframe (strip incidental anchors, keep real constraints), scatter (parallel isolated frames), critic (score on spark, legs, aim; flag traps; cluster by angle), deepen (top survivors get a sketch, the load-bearing risk, a first step, and child ideas).

Scoring axes, 0 to 10 each: spark is distance from the obvious default, legs is whether it could actually run, aim is whether it hits the stated problem. Weighted total: legs 0.40, spark 0.35, aim 0.25. Legs is the gatekeeper because a brilliant unshippable idea is a trap with good lighting.

Output shape

Render in this order. The structure is half the value; do not melt it into prose.

  1. Brief. One or two lines: the problem, plus the reframe if one was

applied.

  1. Wide set. Every idea, grouped by cluster, each cluster labeled by

its angle. Score chips like [S7 L8 A9] on each idea.

  1. Shortlist. 2 to 4 picks with reasons. Mark the sleeper, the

non-obvious pick with real legs, with a star. List traps separately, each with its one-line reason.

  1. Deepened. For each of the top ideas: the sketch, the load-bearing

risk, the first concrete step, the child ideas.

  1. Provocation. One question that opens a new direction if nothing

above landed.

Anti-patterns

  • Ten variations of one idea dressed as breadth. If every candidate shares

an assumption, you decorated, you didn't diverge.

  • A pile of absurdities with no convergence. Always land on a position.
  • Refusing to commit. "Here are 20 ideas, you pick" is a cop-out. Converge

with an opinion.

  • Serializing the branches through one context. That is a wider single

thought, not a scatter. The isolation is the method.

  • Running this on everything. It is a decision-point tool, not a default.

Frames

The full catalog with authoring guidance lives in references/frames.md. Pick lineup changes run to run on purpose, so the same problem scattered twice maps different territory.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.