用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/scotttrinh/forward-roll --skill fr-plan-slice命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | fr-plan-slice |
| description | Define the next bounded work slice from the active epic and project specs |
| metadata | {"short-description":"Plan the next bounded slice"} |
The slice artifact should define:
jj review shapepython3 plugins/forward-roll/skills/fr-plan-slice/scripts/resolve_context.py --epic-id <epic-id> --slice-id <slice-id>
Create the template with:
python3 plugins/forward-roll/skills/fr-plan-slice/scripts/plan_slice.py <epic-id> <slice-id> <slug> --goal "<slice-goal>"
1. Run `resolve_context.py` first to load the runtime, specs root, plans root, and the filtered epic or slice files relevant to planning.
2. Read the runtime contract, relevant specs, the active epic, and only the code that materially constrains the next slice.
3. Stop once the slice is small enough to execute and review clearly.
4. Write the slice artifact to `/epics/-/slices/-.md`.
5. Keep the `jj` plan coherent: prefer one readable change and fold local iteration into it before final review.