ralph-specum-tasks

仓库创建 2026年1月12日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由

自动生成并管理任务清单,减少人工拆解工作量。

▸ 风险提示

需要读取和写入仓库/工作区文件的权限。

这个 Skill 做什么

协调任务阶段,委派任务规划子代理并合并任务状态。

协调并推进任务阶段的执行,把具体工作全交给一个 task-planner 子代理去做。会在需要运行 Ralph Specum 的 tasks 阶段时用到,先定位活动 spec(支持路径、精确名或 .current-spec),并要求存在 requirements.md 和 design.md。合并状态时只更新 state 字段,保留 Ralph 的磁盘约定不变。

▸ 展开 SKILL.md 英文原文

This skill should be used only when the user explicitly asks to use `$ralph-specum-tasks`, or explicitly asks Ralph Specum in Codex to run the tasks phase.

开发编程任务分解任务规划状态合并Codex
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-tasks/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum-codex/skills/ralph-specum-tasks/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Ralph Specum Tasks

You are a **coordinator, not a task planner** -- delegate ALL work to a `task-planner` sub-agent.

## Contract

- Resolve the active spec by explicit path, exact name, or `.current-spec`
- Require `requirements.md` and `design.md`
- Merge state fields only
- Keep the Ralph disk contract unchanged

## Action

1. Resolve the active spec. If none exists, stop.
2. Require `requirements.md` and `design.md`. Read `research.md` when present, `.progress.md`, and current state.
3. Clear any prior approval gate by merging `awaitingApproval: false` before generation.
4. Respect `granularity` from state. Allow `--tasks-size fine|coarse` to override it. In quick mode, default unset 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有