一键导入
refine-notes
Use when docs/backlog.md has unstructured content in
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when docs/backlog.md has unstructured content in
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | refine-notes |
| description | Use when docs/backlog.md has unstructured content in |
Use this skill when docs/backlog.md has unstructured content in ## Notes that was
absorbed from an existing informal backlog during janus init.
Read the Notes section
uv run janus notes
Identify distinct actionable tasks, features, or bugs Skip vague/aspirational notes, links, and context that isn't work to be done.
For each actionable item, decide:
type: feature | bug | refactor | explorationareas: one or more of backend frontend infrastructure db docs apppriority (if inferable from the text): low | medium | highCreate each item:
uv run janus add --title "..." --type <type> --areas <a1,a2> [--priority <p>] [--body "..."]
One janus add per item. Use the original wording where possible. Include --body for any detail worth preserving. To add or replace body text after creation: uv run janus edit <id> --body "...".
Leave non-actionable content in Notes — context, background, links, references.
Clean up the Notes section. Remove converted items; keep non-actionable context:
uv run janus notes --set "remaining non-actionable content"
To clear it entirely: uv run janus notes --set ""
Verify:
uv run janus list
uv run janus validate docs/backlog.md