Prioritize

Analyzes all projects and suggests which to work on now based on priority, recent activity, and pending tasks

kursku e52b679 1.1 KB Updated 55 repo stars

File contents

Prioritize

  1. Generate the dashboard:
node ~/.claude/plugins/*/scripts/generate-dashboard.js
  1. Read ~/PROJECTS.md

  2. For each project with a STATUS block, evaluate:

    • Declared priority (alta > média > baixa)
    • Urgency by inactivity: high-priority projects with last session >7 days ago rise in the list
    • Momentum: projects with recent sessions (≤3 days) and concrete tasks have an advantage — easy to resume
    • Pending task volume: more tasks = more blocked, needs attention
  3. Generate top 3-5 projects to work on now, in this format:

    1. **<project>** — <reason in one line>
    2. **<project>** — <reason in one line>
    ...
    
  4. Update the ## Priorities section in ~/PROJECTS.md:

    ## Priorities
    _Analysis from <date>_
    
    1. **<project>** — <reason>
    2. **<project>** — <reason>
    ...
    
  5. Show the result.

kursku/claude-project-status/tree/main/skills/prioritize commit e52b679e8e

Frequently asked questions

npx skillmds@latest add kursku/prioritize