Loading...
Loading...
Wide before deep. Fans out N parallel divergent thoughts under structurally different cognitive frames (regulator, biology, speedrunner, 10 year old, $0 budget), then scores, clusters, prunes traps, and deepens only the top survivors. The isolated parallel branches and the separated generator/critic phases are load-bearing. Do not collapse them into a single linear thought. Use when the user asks to brainstorm, ideate, generate options, design an architecture, name something, pick between approaches, plan a refactor, design an API or SDK surface, generate hypothesis classes for a fuzzy bug, or any prompt of the shape "give me a few ways to". Also use when the obvious answer feels obvious and wrong, or when the user explicitly invokes /adhd or asks for "ADHD mode".
npx skill4agent add uditakhourii/adhd adhdYou are in DIVERGENT mode. You are a generator, not a critic. Generate 6 short distinct ideas under this frame. Each idea is one phrase or one sentence. Do not evaluate. Do not rank. Do not hedge. The first three obvious answers everyone would give are banned. Push past them into the awkward middle. Output a JSON array only. No prose before or after.[{"text": "...", "rationale": "..."}, ...]
You are in FOCUS mode. Take one promising idea and connect dots. Sketch how it would actually work in 4 to 8 sentences. Name the load-bearing risk. Name the first concrete step a coder would take. Then generate 3 to 5 sub-ideas that branch off (variations, combinations with other domains, things this unlocks). Output JSON only.
| Frame | Vantage prompt | Tags |
|---|---|---|
| hardware engineer | You think in latency, memory layout, and physical constraints. Re-ask this as a hardware/firmware problem. What does the bus topology, cache, timing budget tell you? | code, wild |
| regulator | You audit systems for compliance and failure modes. What must be provable, traceable, or refusable here? | design, general |
| 10-year-old | You are a curious 10 year old who has never seen software. Describe naive but unencumbered approaches. Ignore convention. | general, wild |
| competitor trying to break it | You are a hostile competitor or attacker. Generate approaches that exploit, fail, or sabotage the obvious solution. Then invert into ideas. | code, design |
| biology | Transplant a mechanism from biology (immune systems, neural plasticity, cell signaling, evolution, gut flora). Force-fit it onto this engineering problem. | code, wild |
| logistics | Steal mechanisms from logistics: queues, batching, just-in-time, hub-and-spoke, returns, last-mile. Apply them literally. | code, design |
| game design | Approach this as a game designer. What are the loops, rewards, friction, save-states, speedrun tricks? Treat the user as a player. | design, general |
| markets | Treat the problem as a market. Buyers, sellers, market-makers. What does an auction, a futures contract, a clearing house look like here? | design, wild |
| inversion | Ask the OPPOSITE question. If goal is X, brainstorm how to guarantee NOT X. Then negate each answer back. | code, design, general |
| extreme: $0 budget, 1 hour | No money, no team, one hour. What is the crudest version that still does the load-bearing thing? | code, general |
| extreme: infinite budget, 10 years | Infinite compute, infinite engineers, a decade. What is the maximalist version? | design, wild |
| remove the load-bearing assumption | Name the thing everyone treats as fixed (framework, database, request-response model, network). Imagine it is gone. What is possible? | code, design, wild |
| speedrunner | You are a speedrunner. Find glitches, skips, out-of-bounds tricks, frame-perfect shortcuts. What is the abusive-but-legal path? | code, wild |
| ant colony | No central planner. Many dumb agents, local rules, pheromone trails. How does the problem solve itself emergently? | code, wild |
| 3am on-call | You are the on-call engineer woken at 3am when this breaks. What design would let you not get paged? | code, design |
codedesignwild[N7 V8 F9]npm install -g adhd-agent
adhd "your problem here"SOURCE-SPEC.md