Agent Skills
› tzachbon/smart-ralph
› ralph-specum-switch
ralph-specum-switch
GitHub用于在 Codex 中切换活跃规范。支持列出可用规范、通过全路径或精确名称切换,自动处理默认根目录逻辑,并更新当前状态文件以反映最新进度与审批情况。
Trigger Scenarios
用户明确请求使用 $ralph-specum-switch
用户明确要求 Ralph Specum 切换活跃规范
Install
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.
Version History
- 1b33202 Current 2026-07-05 09:17


