agent-mbti
SKILL.md
Agent MBTI 诊断系统
框架流程
Stage 1 (93题自测) → Stage 2 (8题实测) → Stage 3 (性格分析)
↓
Stage 5 (配置修改) ← Stage 4 (用户需求) ←
| 阶段 | 说明 | 输入 | 输出 |
|---|---|---|---|
| Stage 1 | 93题 Agent 自测 | agent-self-survey-93-complete.json | selfReportedType |
| Stage 2 | 8题能力测试 | agent-ability-test.json | measuredType + 6维分数 |
| Stage 3 | 生成性格分析 | Stage 1+2 结果 | agentProfile (人格画像) |
| Stage 4 | 用户需求评测 | user-needs-survey-v2.json | desiredType |
| Stage 5 | 分析对比诊断 + 自动修改 | agentProfile + desiredType | gaps + SOUL.md patches |