# Prioritize

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

- Skill: `kursku/prioritize` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kursku/prioritize`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kursku/prioritize/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kursku (https://skillmd.com/u/kursku)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kursku/prioritize

---


# Prioritize

1. **Generate** the dashboard:
```bash
node ~/.claude/plugins/*/scripts/generate-dashboard.js
```

2. **Read** `~/PROJECTS.md`

3. 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

4. **Generate top 3-5 projects to work on now**, in this format:
   ```
   1. **<project>** — <reason in one line>
   2. **<project>** — <reason in one line>
   ...
   ```

5. **Update** the `## Priorities` section in `~/PROJECTS.md`:
   ```markdown
   ## Priorities
   _Analysis from <date>_

   1. **<project>** — <reason>
   2. **<project>** — <reason>
   ...
   ```

6. Show the result.

