ralph-specum-start
仓库创建 2026年1月12日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
便于快速初始化或恢复规范工作区与状态。
▸ 风险提示
需要读取和写入仓库/工作区文件的权限。
这个 Skill 做什么
启动或恢复规范,管理 .current-spec 并合并状态文件。
用于启动或继续一个规范流程,会在项目的 ./specs 目录里管理并写入 .current-spec,确保 Ralph 的标准文件保持稳定。会读取 .claude/ralph-specum.local.md(如果存在),并把新的信息智能合并进 .ralph-state.json 而不是整体替换。适合你要新建 spec、恢复未完成的规范工作或需要可追踪的状态合并时使用。
▸ 展开 SKILL.md 英文原文
This skill should be used only when the user explicitly asks to use `$ralph-specum-start`, or explicitly asks Ralph Specum in Codex to start or resume a spec.
431
Stars
37
Forks
30
仓库内 Skill
+16
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum-codex/skills/ralph-specum-start/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum-codex/skills/ralph-specum-start/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Ralph Specum Start Use this for the `start` and `new` entrypoints. ## Contract - Read `.claude/ralph-specum.local.md` when present - Default specs root is `./specs` - Keep `.current-spec` in the default specs root - Keep the standard Ralph files stable - Merge `.ralph-state.json`. Do not replace the full object ## Action 1. Parse explicit name, goal, `--quick`, commit flags, optional specs root, and optional `--tasks-size fine|coarse`. 2. Resolve the target by explicit path, exact name, or `.current-spec`. 3. If the same name exists in multiple configured roots, stop and require a full path. 4. Check active epic context from `specs/.current-epic` when no explicit spec was chosen. 5. F
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有