Agent Skills
› tzachbon/smart-ralph
› ralph-specum-switch
ralph-specum-switch
GitHub用于在Codex中切换当前激活的规范(spec)。通过解析配置文件发现规范根目录,支持按路径或名称切换,更新当前状态文件并汇总规范进度与审批信息。
触发场景
用户明确要求使用 $ralph-specum-switch
用户要求Ralph Specum切换活动规范
安装
npx skills add tzachbon/smart-ralph --skill ralph-specum-switch -g -y
SKILL.md
Frontmatter
{
"name": "ralph-specum-switch",
"metadata": {
"action": "switch",
"surface": "helper"
},
"description": "This skill should be used only when the user explicitly asks to use `$ralph-specum-switch`, or explicitly asks Ralph Specum in Codex to switch the active spec."
}
Ralph Specum Switch
Use this to switch the active spec.
Contract
- Read
.claude/ralph-specum.local.mdwhen present - Parse
specs_dirsfrom frontmatter to discover all spec roots - Treat the first
specs_dirsentry as the default root - Default specs root is
./specs .current-speclives in the default specs root- Do not guess on ambiguous names
Action
- Resolve the requested target by full path or exact name.
- If no target was provided, list available specs grouped by root.
- If the name is ambiguous across roots, stop and require a full path.
- Update
.current-spec:- bare name for the default root
- full path for non-default roots
- Read the target spec state and summarize phase, progress, approval state, and present files.
版本历史
- 1b33202 当前 2026-07-05 09:17


