From pm
Reshuffle tasks and priorities when stuck or drifting. Identifies the critical path and parks non-essential work to protect deadlines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm:reprioritizeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Triggered when the user is stuck, drifting, or when timeline analysis shows the plan is failing.
Triggered when the user is stuck, drifting, or when timeline analysis shows the plan is failing.
If you do not already know the project data path, the plugin data root is ${CLAUDE_PLUGIN_DATA}. Follow the bootstrap procedure in ${CLAUDE_PLUGIN_ROOT}/references/context-bootstrap.md. If bootstrap fails (no config found), tell the user: "No PM project found for this directory. Run /pm to set up." and stop.
Read milestones.md, tasks.md, blockers.md.
Also read today's journal (sessions/YYYY-MM-DD-journal.md) for context on what's been happening this session.
Identify: what's blocked, what's at-risk, what's overdue.
parked in tasks.md.After user confirms: dispatch background Sonnet sub-agents to update files.
Journal every change:
[HH:MM] SCOPE_CHANGE — parked <task id>: <reason> (user accepted)[HH:MM] SCOPE_CHANGE — reprioritized <task id>: moved to <milestone> (user accepted)[HH:MM] MILESTONE_UPDATE <id> — status: <new status>, reason: reprioritizationValidate all proposed changes through the self-reflect agent before dispatching writes.
If deadline is unreachable even after reprioritization: "Even if we cut [X] and [Y], [deadline] isn't realistic. We need to talk about the deadline."
Ask: "Do we renegotiate the deadline or cut more scope?"
Journal the decision: [HH:MM] SCOPE_CHANGE — <decision> (user accepted)
npx claudepluginhub rvanbaalen/skills --plugin pmManages tasks, state, and memories in SQLite DB; parses PRDs into hierarchical task trees with dependencies and complexity. Use for breaking down features into actionable plans.
Activate for: brain dump, prioritise, P1 P2 P3, critical path, daily priorities, weekly planning, backlog review, cross-domain plan, what should I work on, capture everything in my head, sort my priorities, what is most important right now, weekly critical path. NOT for: basic task CRUD (use official productivity plugin task-management), delegation (use delegation skill).
Aggregates iteration status, evaluates milestone progress, tracks priority changes and dependencies, and outputs a Now/Next/Later roadmap with delay attribution, health score, and scope-trimming framework.