Reprioritize a devflow task — move between priority folders (P0-P4) and update frontmatter.
65
77%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/task-prioritize/SKILL.mdYou 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
b0b1bb6
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.