Skip to main content

Rank Habitica todos using a pairwise prioritization matrix

Project description

โš”๏ธ habitica-prioritize

A Claude Code skill that ranks your Habitica todos using a pairwise prioritization matrix โ€” the same method described in this video.

Instead of staring at a long list trying to figure out what matters most, you compare tasks two at a time. The item that wins the most head-to-head battles rises to the top. It's like a tournament bracket for your todo list. ๐Ÿ†

โš™๏ธ How it works

  1. ๐Ÿ” Fetches your incomplete Habitica todos (optionally filtered by tag)
  2. โš”๏ธ Walks you through every pair: "Which is higher priority?"
  3. ๐Ÿ“Š Tallies wins and produces a definitive ranked list
  4. ๐Ÿ’พ Saves results so future runs can insert new tasks without re-doing all comparisons โ€” or re-prioritize everything from scratch

๐Ÿ“ฆ Installation

bunx skills add mikedfunk/habitica-prioritize -g

Or with npx:

npx skills add mikedfunk/habitica-prioritize -g

๐Ÿ”‘ Requirements

You'll need a Habitica account. Set these environment variables (e.g. in ~/.zshrc):

export HABITICA_USER_ID=your-user-id
export HABITICA_API_TOKEN=your-api-token

Find these in Habitica under Settings โ†’ API.

๐Ÿš€ Usage

Full ranking (first time, or periodic re-rank)

uv run habitica-prioritize

You'll be prompted to choose which tags to filter by:

๐Ÿท๏ธ  Available tags:
  โ€ข Personal
  โ€ข Urgent
  โ€ข Work
  ...

Filter by tags (comma-separated, or press Enter for no filter): Work

You can also pass tags directly as CLI arguments to skip the prompt:

# Single tag
uv run habitica-prioritize --tags Work

# Multiple tags (todos must match ALL specified tags)
uv run habitica-prioritize --tags Work Urgent

# No filter โ€” rank all incomplete todos
uv run habitica-prioritize --tags

Limit to top N items (recommended โ‰ค15 โ€” N items = Nร—(N-1)/2 comparisons):

uv run habitica-prioritize --tags Work --limit 10

๐Ÿ†• When new tasks are found (K/R prompt)

When a saved ranking exists and new todos are detected, the script asks:

๐Ÿ†• 2 new challenger(s) detected! 5 veterans already ranked.
Keep existing priorities (K) or re-prioritize everything from scratch (R)? (K/R):
  • K (keep) โ€” compares each new item against every existing item only. Existing-vs-existing comparisons are skipped, preserving the order you already established.
  • R (re-rank) โ€” discards the saved ranking and runs a full pairwise comparison of all items from scratch.

For example, if existing tasks A and B are ranked and new tasks C and D appear, choosing K runs: C vs A, C vs B, D vs A, D vs B โ€” but never C vs D or A vs B again.

โšก Incremental re-rank without prompting

To automatically choose K (keep existing priorities) without being asked:

uv run habitica-prioritize --incremental

๐ŸŽฎ Applying the ranking to Habitica

After every ranking run, you'll be prompted:

๐Ÿš€ Apply this order to Habitica? (Y/N):

Answering Y remotely reorders your To Do tasks under the Active tab in Habitica to match your ranking. To skip the prompt and always apply automatically:

uv run habitica-prioritize --tags Work --reorder

๐Ÿ–ฅ๏ธ Example output

๐Ÿ“‹ Found 10 todos (Work):
  A: Fix production bug in auth service
  B: Write Q2 roadmap doc
  ...

โš”๏ธ  45 head-to-head battles! Pick the higher-priority task.

๐ŸฅŠ Battle [1/45]
  โš”๏ธ  [โ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘] 20%  โ€”  9 done, 36 to go ๐Ÿ’ช
  A: Fix production bug in auth service
  B: Write Q2 roadmap doc
  ๐Ÿ‘‘ Winner? (A/B): A

...

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
๐Ÿ†  YOUR PRIORITY RANKING
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
  ๐Ÿฅ‡ # 1 (9 wins)  Fix production bug in auth service
  ๐Ÿฅˆ # 2 (8 wins)  Unblock design team on API spec
  ๐Ÿฅ‰ # 3 (7 wins)  Write Q2 roadmap doc
       # 4 (6 wins)  ...

๐Ÿ’พ Results saved to ~/.habitica-priority-rank.json

๐Ÿ’ก Tip: applying will reorder your To Do tasks under the Active tab in Habitica remotely.
๐Ÿš€ Apply this order to Habitica? (Y/N): Y

โœ… Done! Your tasks are ranked and ready to conquer. ๐ŸŽฎ

๐Ÿงช Running tests

uv run pytest scripts/tests/ -v

๐Ÿ“„ License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

habitica_prioritize-0.1.4.tar.gz (56.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

habitica_prioritize-0.1.4-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file habitica_prioritize-0.1.4.tar.gz.

File metadata

  • Download URL: habitica_prioritize-0.1.4.tar.gz
  • Upload date:
  • Size: 56.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for habitica_prioritize-0.1.4.tar.gz
Algorithm Hash digest
SHA256 1fccfb020f03b76c5aacc3b2a1719661fc9824b76c5d1d7ee548570ff886f3e8
MD5 a55f0c140b1cc9ca1803b40c10dd7f6c
BLAKE2b-256 bc9ad17e196aa7781673a2e7c08ca49754f25827cd6ef5d6a0e1f8ed6b4a9f91

See more details on using hashes here.

File details

Details for the file habitica_prioritize-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: habitica_prioritize-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.10 {"installer":{"name":"uv","version":"0.10.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for habitica_prioritize-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f53e2b700c195b21b14883ce433c81b66eea0556612436511f964ef717308d58
MD5 ed84a3f02d855a8019802885f5ded387
BLAKE2b-256 96d6c64258491d2ae2769c28bde74901a4d02250e608ba5cac66e325a0fad4de

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page