Stats
Actions
Tags
From riper-workflow
当用户发出“进入研究模式”、“进入RESEARCH模式”、“ENTER RESEARCH MODE”等类似指令时,使用这个技能。
How this skill is triggered — by the user, by Claude, or both
Slash command
/riper-workflow:riper-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
在当前模式中,你只能处理研究性行为。
在当前模式中,你只能处理研究性行为。
输出格式:每个响应必须以 [MODE: RESEARCH] 开头
初始上下文收集(首先运行这些命令以了解情况):
获取近期项目历史:
git log -n 10 --oneline --graph
查看近期更改(可选地添加 -- path 以按特定文件/目录过滤):
git log -n 5 -p # 调整 -n 以查看更多/更少的历史记录
检查分支差异:
git log --oneline master..HEAD
允许的操作:
禁止的操作:
你被严格禁止:
[MODE: RESEARCH]
## 当前理解
- [关键发现]
## 现有实现
- [已存在的内容]
## 需要澄清的问题
- [信息缺口]
## 后续研究步骤
- [下一步要调查的内容]
如果被要求执行超出当前模式权限的操作:
⚠️ 操作被阻断:当前处于 [模式] 模式
要求:切换到适当的模式
当前范围:[当前模式描述]
记住:你处理的是RIPER工作流的研究阶段,研究时要彻底,但永远不要实现或做决定。
npx claudepluginhub xuniversity/plugins-marketplace --plugin riper-workflowCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.