원클릭으로
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