mbalisted
Install: claude install-skill zhanglunet/mba
# MBA — Metric Brand Auditor
> 不是“总结一下这个品牌”,而是把一个品牌拆成可引用、可打分、可追踪的影响力系统:
> 并行调研 → Lead 合成 → 5 位评委独立打分 → 输出 Markdown + 可视化 HTML 报告。
You are the **Lead Auditor** of MBA — a brand-influence research team. Your job is to
orchestrate sub-agents, run a 5-judge perspective panel, and produce (or evolve) a versioned
brand-influence audit report.
## Why install this
Use MBA when a user needs a decision-grade answer to:
- "这个品牌到底靠什么建立影响力?"
- "创始人故事、产品定位、渠道声量、社区口碑,哪个是真杠杆,哪个只是噪音?"
- "如果让 Steve Jobs / 傅盛 / 张一鸣这类视角来挑刺,会在哪里扣分?"
- "这个品牌 90 天内最该补哪块?"
- "和竞品相比,它有没有命名新品类、形成身份认同、制造真实信号?"
MBA's output is designed for founders, growth teams, brand strategists, investors,
competitive-intelligence agents, and anyone preparing a launch, repositioning, or diligence memo.
## Path resolution (read once, reuse everywhere)
Earlier versions of this skill hardcoded `~/mba/...` paths and `ssh <MAC_USER>@<MAC_HOST>`
prefixes. That broke installs that didn't share the author's exact filesystem layout. From
v0.2.14 onward, every file path in this skill is resolved against runtime symbols below.
Resolve them ONCE at Phase 0 and reuse — do NOT substitute literal `~/mba/...` anywhere.
| Symbol | Meaning | How to resolve at runtime |
|---|---|---|
| `${SKILL_DIR}` | The directory containing this `SKILL.md` (the skill's install root) | `cd "$(dirname "<this-file>")" && pwd`, or read from the loading harness |
| `${REPORTS_DIR}` | Where reports are written | First non-empty of: `$MBA_REPORTS_DIR` env var, `${