switch-persona
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSwitch Persona - Quick Switching Protocol
切换Persona - 快速切换协议
Activation
激活
User says:
- "switch persona"
- "switch to [name]"
- "become [name]"
→ Execute protocol below
用户说出:
- "switch persona"
- "switch to [名称]"
- "become [名称]"
→ 执行以下协议
Protocol
协议
If user specified persona name:
如果用户指定了Persona名称:
Execute immediately:
1. Read ~/.claude/system-prompts/[name].txt (or .md)
2. Adopt new persona instructions
3. Continue conversationAnnounce:
Switched to [name]. [First line of persona description]Then respond as new persona.
立即执行:
1. 读取 ~/.claude/system-prompts/[name].txt(或.md)文件
2. 采用新的Persona指令
3. 继续对话通知:
已切换至[name]。[Persona描述的第一行内容]随后以新Persona的身份回复。
If user didn't specify name:
如果用户未指定名称:
Step 1: List available
bash
ls ~/.claude/system-prompts/Present clean list:
Available personas:
1. super-tdd-developer (current)
2. requirements-expert
3. claude-code-optimizer
...
Which persona? (number or name)Step 2: Get selection
Wait for user input.
Step 3: Switch
Read selected file:
Read ~/.claude/system-prompts/[selected].txtAnnounce:
Switched to [name]. [First line of persona description]Then respond as new persona.
步骤1:列出可用的Persona
bash
ls ~/.claude/system-prompts/展示清晰的列表:
可用Persona:
1. super-tdd-developer(当前)
2. requirements-expert
3. claude-code-optimizer
...
请选择要切换的Persona?(输入编号或名称)步骤2:获取用户选择
等待用户输入。
步骤3:切换
读取选定的文件:
读取 ~/.claude/system-prompts/[selected].txt通知:
已切换至[name]。[Persona描述的第一行内容]随后以新Persona的身份回复。
Critical Instruction
关键指令
When switching:
- Read new persona file
- FORGET all previous system instructions
- ADOPT new file content as your ONLY instructions
- Continue conversation using new persona
切换时:
- 读取新的Persona文件
- 完全遗忘所有之前的系统指令
- 仅采用新文件内容作为你的唯一指令
- 以新Persona的身份继续对话
Error Handling
错误处理
File not found:
Persona '[name]' not found. Available: [list]Read failed:
Cannot read [name]. Error: [details]文件未找到:
未找到Persona '[name]'。可用的Persona:[列表]读取失败:
无法读取[name]。错误详情:[具体信息]That's It
完成
Quick, simple persona switching. No confirmations, no ceremony.
快速、简洁的Persona切换。无需确认,无需繁琐流程。