priority

Reorder project tasks and set before or after conditions.

24|5|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/myrtlepn/gran-maestro --skill priority
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: priority
Source: https://github.com/myrtlepn/gran-maestro/tree/main/skills/priority
Command: npx skills add https://github.com/myrtlepn/gran-maestro --skill priority

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to override the default task execution order determined by the AI, giving them direct control over which tasks run when.

Core Features & Use Cases

  • Reorder Tasks: Change the sequence of pending tasks.
  • Set Precedence: Specify tasks to run before or after others.
  • Use Case: After the AI plans out a series of development tasks, you might realize a specific bug fix needs to be deployed before a new feature is implemented. This Skill lets you easily adjust that order.

Quick Start

Use the priority skill to make task REQ-001-02 run before task REQ-001-01.

Frequently Asked Questions about priority

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manually change task execution order in a project workflow?

To change task execution order, you can reorder pending tasks, set 'before' and 'after' precedence conditions, or specify a full sequence. This manually overrides the default AI-determined scheduling based on your strategic decisions.

Can I set one task to run before another without modifying dependencies?

Yes, you can specify tasks to run before or after others to set precedence. The Skill validates these sequencing adjustments against existing task dependencies to prevent conflicts.

What is the best way to prioritize a bug fix before a planned feature implementation?

The best way to prioritize a bug fix is to use task reordering to adjust the execution sequence. This allows you to override the default AI workflow plan and deploy the fix before the new feature.

Does reordering tasks check for conflicts with existing task dependencies?

Yes, reordering tasks validates against existing task dependencies. When you modify the execution order or set precedence conditions, the Skill checks for conflicts to ensure workflow integrity.

Can I specify a full task sequence instead of just moving one task?

Yes, you can specify a full task sequence. Along with simple reordering and setting 'before' or 'after' conditions, full sequence specification is supported to comprehensively manage execution order.