Agent Skills
› tzachbon/smart-ralph
› ralph-specum-help
ralph-specum-help
GitHub用于解释 Ralph Specum 在 Codex 中的工作流、辅助技能及规范。当用户明确请求使用 $ralph-specum-help 或寻求 Ralph Specum 帮助与命令指导时触发,涵盖正常流程、大型任务分流及快速模式等场景说明。
Trigger Scenarios
用户明确要求使用 $ralph-specum-help
用户向 Ralph Specum 寻求帮助或命令指导
Install
npx skills add tzachbon/smart-ralph --skill ralph-specum-help -g -y
SKILL.md
Frontmatter
{
"name": "ralph-specum-help",
"metadata": {
"action": "help",
"surface": "helper"
},
"description": "This skill should be used only when the user explicitly asks to use `$ralph-specum-help`, or explicitly asks Ralph Specum in Codex for help or command guidance."
}
Ralph Specum Help
Use this to explain the Ralph Specum surface in Codex.
Cover
- Primary skill:
$ralph-specum - Helper skills:
$ralph-specum-start,$ralph-specum-triage,$ralph-specum-research,$ralph-specum-requirements,$ralph-specum-design,$ralph-specum-tasks,$ralph-specum-implement,$ralph-specum-status,$ralph-specum-switch,$ralph-specum-cancel,$ralph-specum-index,$ralph-specum-refactor,$ralph-specum-feedback,$ralph-specum-help - Normal flow: start, stop, research, approval, requirements, approval, design, approval, tasks, approval, implement
- Large effort flow: triage, then start each unblocked spec
- Quick mode: generate missing artifacts and continue into implementation in one run only when the user explicitly asks for quick or autonomous flow
- Disk contract:
./specsor configured roots,.current-spec, optional.current-epic, per-spec markdown files,.ralph-state.json
Guidance
- Recommend
$ralph-specumas the default entrypoint. - Recommend
$ralph-specum-triagewhen the user describes a large, multi-part, or dependency-heavy effort. - Mention helper skills when the user wants explicit phase control.
- Explain that Ralph does not self-advance by default. The user must approve the current artifact, request changes, or explicitly continue to the next step.
- Mention optional bootstrap assets only when the user wants repo-local guidance.
Version History
- 1b33202 Current 2026-07-05 09:17


