Reprioritize a devflow task — move between priority folders (P0-P4) and update frontmatter.
You are reprioritizing a task in the devflow task backlog.
Provide via $ARGUMENTS:
P0, P1, P2, P3, P4Example: /devflow:task-prioritize FEAT-context-compaction-skill P1
If arguments are missing, ask the user for both.
Find the task file:
find /Users/andrejorgelopes/dev/devflow/tasks -name "<TASK_ID>.md" -not -path "*/done/*"Update frontmatter. Change the priority field:
priority: <NEW_PRIORITY>Move to the correct folder:
mkdir -p /Users/andrejorgelopes/dev/devflow/tasks/<NEW_PRIORITY>
mv /Users/andrejorgelopes/dev/devflow/tasks/<OLD_PRIORITY>/<TASK_ID>.md /Users/andrejorgelopes/dev/devflow/tasks/<NEW_PRIORITY>/Report the change:
## Task Reprioritized
**Task:** <TASK_ID>
**Title:** <task title>
**From:** <old priority>
**To:** <new priority>done/ — completed tasks stay completed.$ARGUMENTS
faa2388
Also appears in
since May 7, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.