skills/cross-domain-thinking-toolbox/SKILL.md
Apply 25 professional mental models to solve complex problems. Use when: (1) facing multi-faceted challenges that require diverse perspectives, (2) stuck in single-minded approaches, (3) need innovative solutions, (4) making major decisions with multiple stakeholders, (5) understanding complex human behavior, or (6) seeking to break cognitive biases and adopt alternative viewpoints.
npx skillsauth add hexbee/hello-skills cross-domain-thinking-toolboxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Borrow thinking tools from 25 different professions to approach problems from fresh angles.
| # | Profession | Core Question | Best For | | --- | ------------------ | ------------------------------------------------ | -------------------------------------- | | 1 | Artist | What makes this unique and interesting? | Creative blockers, innovation needs | | 2 | Economist | How do people respond to incentives? | Behavior prediction, system design | | 3 | Engineer | Can I model and calculate this? | Prediction, data-driven decisions | | 4 | Entrepreneur | What works if I try many things? | Uncertainty, rapid experimentation | | 5 | Doctor | What's the diagnosis from symptoms? | Root cause analysis, troubleshooting | | 6 | Journalist | Have I verified from independent sources? | Information validation, research | | 7 | Scientist | Does this withstand controlled testing? | Hypothesis validation, beliefs testing | | 8 | Mathematician | Can I prove this rigorously? | Logic, error detection | | 9 | Programmer | What patterns can I automate? | Process optimization, simplification | | 10 | Architect | What will this look like at full scale? | Future visualization, planning | | 11 | Salesperson | What do people really want beneath stated needs? | Understanding motivations, negotiation | | 12 | Soldier | What procedure must I follow exactly? | Risk prevention, error avoidance | | 13 | Chess Master | What happens next if I simulate this? | Strategic foresight, scenario planning | | 14 | Designer | Does this intuitively suggest how to use it? | UX, communication design | | 15 | Teacher | How do I build knowledge in a learner's mind? | Explanation, knowledge transfer | | 16 | Anthropologist | Can I understand this group from inside? | Culture analysis, unfamiliar contexts | | 17 | Psychologist | Does my model predict actual behavior? | Human behavior understanding | | 18 | Critic | How can I build on others' work? | Analysis, synthesis, improvement | | 19 | Philosopher | What happens when I push this idea to extremes? | Finding flaws, revealing principles | | 20 | Accountant | What ratios reveal hidden truths? | Metrics analysis, efficiency | | 21 | Politician | What will people believe about this? | Perception, communication strategy | | 22 | Novelist | Does my story make coherent sense? | Narrative structure, communication | | 23 | Actor | Can I actually feel the state I need? | Emotional management, presence | | 24 | Plumber | What would I find by examining directly? | Hands-on investigation, debugging | | 25 | Hacker | What's really happening underneath? | Understanding systems deeply |
When user describes a problem:
When user needs diverse perspectives:
When user is stuck in one mode:
When user wants to apply a specific tool:
| Problem Type | Recommended Tools | | -------------------------- | ------------------------------------ | | Need creativity/novelty | Artist, Entrepreneur, Designer | | Understanding behavior | Economist, Psychologist, Salesperson | | Making predictions | Engineer, Chess Master, Scientist | | Debugging issues | Doctor, Plumber, Engineer | | Improving processes | Programmer, Accountant, Architect | | Communication challenges | Novelist, Teacher, Designer | | Decision under uncertainty | Entrepreneur, Scientist, Politician | | Understanding people | Anthropologist, Psychologist, Actor | | Finding hidden assumptions | Philosopher, Mathematician, Critic | | Risk management | Soldier, Accountant, Engineer |
Before applying thinking tools, clarify:
testing
Diagnose and fix Docker image pull failures on macOS with OrbStack, especially Docker Hub EOF/TLS/manifest errors caused by system proxies, Clash/CyberClash/Mihomo/Surge-style TUN mode, fake-ip DNS such as 198.18.0.x, or unstable registry access. Use when `docker pull` or `docker manifest inspect` fails with EOF, SSL_ERROR_SYSCALL, failed to fetch anonymous token, failed to resolve reference, failed to copy, or registry-1.docker.io/auth.docker.io connectivity confusion.
development
Generate and revise job resumes from raw notes, existing resumes, career histories, or profile snippets. Use when Codex needs to create, redesign, tighten, or review a resume/CV, especially for Chinese or English A4 resumes, PDF/HTML output, first-screen hiring signal, skill ordering, pagination balance, header/contact layout, or reframing an engineering background for AI-focused roles.
development
Convert a public webpage URL into Markdown and save it as a reusable `.md` file with the bundled script. Prefer `https://r.jina.ai/<url>` first, and only fallback to `https://markdown.new/` if `r.jina.ai` is unavailable. Use this whenever the user wants to turn a public webpage, article, documentation page, blog post, release note, or reference URL into Markdown for reading, archiving, summarizing, extraction, RAG prep, or downstream agent reuse, even if they do not explicitly mention markdown or saving a file.
tools
Design agent-usable SaaS tool systems using six reusable tool shapes (Search, Summarize, Draft, Update, Notify, Approve) plus connectors and policy guardrails. Use when turning SaaS features into reliable agent actions with clear contracts, permissions, audit trails, and approval gates.