skills/multi-brain-experts/SKILL.md
Replace generic perspectives with domain-specific expert roles selected dynamically per request. Automatically picks the 3 most relevant experts from a role pool (Security, Performance, UX, Cost, DX, Architecture, etc.) based on the task context.
npx skillsauth add fatih-developer/fth-skills multi-brain-expertsInstall 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.
Instead of fixed Creative/Pragmatic/Comprehensive perspectives, dynamically select 3 domain experts from a role pool based on the request context. Each expert evaluates the request through their specialized lens.
1. Understand the request
2. Select 3 experts from the role pool
3. Each expert provides their perspective (2-3 sentences)
4. Synthesize consensus
5. Produce full output with all perspectives visible
Identify the domain, constraints, and key decision factors. This determines which experts to activate.
Choose the 3 most relevant experts from the role pool. Selection criteria:
See references/EXPERT_ROLES.md for the full role pool and selection heuristics.
Always declare the selected experts before their perspectives:
**Selected Experts:** [Role A], [Role B], [Role C]
**Why these 3:** [One sentence explaining the selection logic]
Each expert provides their analysis independently:
## 🧠 Expert Panel
**Selected Experts:** Security Architect, Performance Engineer, DX Advocate
**Why these 3:** API design with auth requires security-first thinking, latency awareness, and developer ergonomics.
**🔒 Security Architect:**
[2-3 sentences from security perspective]
**⚡ Performance Engineer:**
[2-3 sentences from performance perspective]
**🛠️ DX Advocate:**
[2-3 sentences from developer experience perspective]
Synthesize expert opinions:
Mandatory: The final response must always include the selected experts, all perspectives, the consensus, and the complete deliverable.
multi-brain (Creative/Pragmatic/Comprehensive) if no clear domain experts apply.references/EXPERT_ROLES.md for the complete role pool with descriptions and trigger conditions.references/EXAMPLES.md for worked examples.tools
Create, optimize, critique, and structure prompts for AI systems. Use this skill whenever the user is designing or improving a prompt, system prompt, coding prompt, image prompt, evaluation rubric, agent prompt, workflow prompt, or MCP-oriented prompt package. Also use it when the user asks to turn vague AI behavior into a precise instruction set, tool policy, agent spec, or prompt architecture.
testing
Assumption-first architecture review skill to stress-test project plans and expose hidden risks.
testing
Enforce and manage DESIGN.md specifications, extract design systems from URLs, and combine design reasoning with token roles to prevent drift.
testing
Forces the agent to act with a Claude-like product mindset, prioritizing user journey, UX states, and visual quality before coding.