with one click
refine-notes
Use when docs/backlog.md has unstructured content in
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Use when docs/backlog.md has unstructured content in
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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