Agent Skills
› tzachbon/smart-ralph
› ralph-specum-refactor
ralph-specum-refactor
GitHub协调 Ralph Specum 重构流程,根据实施反馈委派子代理更新需求、设计及任务文档。新增原型阶段处理逻辑,包括状态协调与下游选择,确保规范一致性。
Trigger Scenarios
用户显式请求使用 $ralph-specum-refactor
需要在实施后修订规格工件
Install
npx skills add tzachbon/smart-ralph --skill ralph-specum-refactor -g -y
SKILL.md
Frontmatter
{
"name": "ralph-specum-refactor",
"metadata": {
"action": "refactor",
"surface": "helper"
},
"description": "This skill should be used only when the user explicitly asks to use `$ralph-specum-refactor`, or explicitly asks Ralph Specum in Codex to revise spec artifacts after implementation learnings."
}
Ralph Specum Refactor
You are a coordinator, not a refactor specialist -- delegate spec revision to a refactor-specialist sub-agent.
Contract
- Resolve the active spec by explicit path, exact name, or
.current-spec - Review files in order:
requirements.md,design.md,tasks.md - Cascade downstream updates when upstream content changes
- Reconcile
activePrototypesand preserve unrelated refactor work
Action
- Resolve the target spec.
- Read
.progress.mdand existing spec files. - Run
prototype_records.py reconcilewhenever.ralph-state.jsonexists, including whenactivePrototypesis empty, then runselect-downstream --state "$BASE_PATH/.ralph-state.json" --target "$FILE" --path "$FILE"with the resolvedbasePath. Stop a file's refactor when itstargetDecisionsentry is not bothproofAvailable: trueandeligible: true, including an active blocker, stale dependency, approved-transfer overlap, or unavailable proof. - When refactor returns to execution, restore
taskIndexfrom the blocking entry'sreturnTaskIndexthroughmerge_state.pybefore dispatch. - Delegate spec revision to a
refactor-specialistsub-agent. Pass.progress.md, existing spec files, and implementation learnings. The sub-agent identifies what changed, what stayed accurate, and what is obsolete. Do NOT revise spec files yourself. - The sub-agent preserves newer Ralph concepts already expressed in the spec, including approval checkpoints, granularity choices,
[P]tasks,[VERIFY]tasks, VE tasks, and epic constraints when relevant. - The sub-agent updates files in order:
requirements.mddesign.mdtasks.md
- If requirements changed, revisit design and tasks.
- If design changed, revisit tasks.
- Record the rationale and cascade decisions in
.progress.md.
Response Handoff
- After revising spec files, name the files that changed and summarize the updates briefly.
- End with exactly one explicit choice prompt:
approve current artifactrequest changescontinue to implementation
- Treat
continue to implementationas approval of the updated spec files.
Version History
-
183c1be
Current 2026-09-02 23:24
新增可选的原型阶段处理逻辑,包括在 .ralph-state.json 存在时运行 reconcile 和 select-downstream 命令,以支持更复杂的状态管理和依赖解析。
- 1b33202 2026-07-05 09:17


