Agent Skills
› tzachbon/smart-ralph
› ralph-specum-switch
ralph-specum-switch
GitHub用于在 Codex 环境中切换当前激活的 Spec。支持通过路径或名称解析目标,列出可用 Spec,处理歧义并更新当前状态文件,最后总结 Spec 的进度和审批状态。
触发场景
用户明确要求使用 $ralph-specum-switch
用户要求 Ralph Specum 切换活跃 Spec
安装
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


