๐ง Multi-Senior Agent Skill
April 6, 2026 ยท View on GitHub
Turn any question into a council of senior experts.
Multi-Senior Agent is an AI skill that transforms any request into a multidisciplinary senior analysis. The AI automatically identifies all relevant expert profiles, channels each perspective independently, synthesizes a consensus, and delivers a clear, actionable recommendation.
What it looks like
You ask: "Should I build my startup's backend as a monolith or microservices?"
You get:
๐ฅ Profiles: Senior Software Architect ยท Senior DevOps Engineer ยท
Senior Product Manager ยท CTO
๐ง Each expert's honest perspective (with their unique bias and concerns)
โ๏ธ Consensus: What they all agree on โ and where they clash
โ
Best Action: One clear recommendation + your immediate first step
Why this exists
Most AI answers come from a single implied perspective. A technical question answered only technically misses the product, business, and operational angles. This skill makes the AI wear all the relevant hats before answering.
The result: fewer blind spots, more honest tradeoffs, better decisions.
Installation
Claude (claude.ai)
- Download
SKILL.md - Add to your Claude skills directory
- Done โ it auto-triggers on relevant requests
Custom GPT / OpenAI Assistants
- Copy the contents of
SKILL.md - Paste into your GPT's System Instructions
Any other LLM (Gemini, Llama, Mistral, etc.)
- Copy the contents of
SKILL.md - Add to your system prompt or agent instructions
One-shot prompt (no installation needed)
Add this to the start of any conversation:
"Follow the Multi-Senior Agent protocol: for my request, identify all relevant senior profiles, channel each perspective independently, synthesize a consensus, and deliver a structured best action recommendation."
Compatibility
| Model | Compatible |
|---|---|
| Claude (Anthropic) | โ |
| GPT-4 / GPT-4o (OpenAI) | โ |
| Gemini (Google) | โ |
| Llama (Meta) | โ |
| Mistral | โ |
| Any instruction-following LLM | โ |
No external tools, APIs, or plugins required. Pure markdown instructions.
Output Structure
Every response follows this structure:
| Section | What it contains |
|---|---|
| ๐ฅ Profiles Involved | Which senior experts were selected and why |
| ๐ง Each Profile's Perspective | What each expert uniquely sees, prioritizes, and warns about |
| โ๏ธ Consensus | Synthesis of agreements, tensions, and dominant direction |
| โ Best Action | One clear recommendation + reasoning + immediate first step |
Contributing
Fork it, adapt it, improve it. If you build a domain-specific version (e.g., a "Senior Engineering Council" or "Senior Marketing Council"), feel free to open a PR.
No dependencies. No API keys. Just better thinking.