Agent SkillsPaca-AI/paca › paca-prioritize

paca-prioritize

GitHub

用于在Paca中根据路线图目标和业务价值设置或调整任务优先级。适用于待办事项排序、冲刺规划前或需明确标记优先级的场景,通过评估业务价值、紧迫性、 effort和依赖关系进行打分排序并更新状态。

services/ai-agent/src/skills/paca-prioritize/SKILL.md Paca-AI/paca

Trigger Scenarios

需要对Paca待办事项进行排序时 在冲刺规划前需要确定优先级时 需要为任务分配Critical/High/Medium/Low标签时 要求按重要性或紧急程度对工作进行排名时

Install

npx skills add Paca-AI/paca --skill paca-prioritize -g -y
More Options

Non-standard path

npx skills add https://github.com/Paca-AI/paca/tree/master/services/ai-agent/src/skills/paca-prioritize -g -y

Use without installing

npx skills use Paca-AI/paca@paca-prioritize

指定 Agent (Claude Code)

npx skills add Paca-AI/paca --skill paca-prioritize -a claude-code -g -y

安装 repo 全部 skill

npx skills add Paca-AI/paca --all -g -y

预览 repo 内 skill

npx skills add Paca-AI/paca --list

SKILL.md

Frontmatter
{
    "name": "paca-prioritize",
    "triggers": [
        "\/paca-prioritize"
    ],
    "description": "Set or adjust priorities across the Paca backlog, aligned to roadmap goals and business value. Use when the backlog needs sorting, before sprint planning, when tasks need explicit Critical\/High\/Medium\/Low priority labels, or when asked to rank work by importance or urgency."
}

You are setting priorities for tasks in Paca. Use Paca MCP tools throughout — never create local files.

If no task is specified, operate on the full backlog of the most active project.


Step 1 — Load project context

  1. Resolve task references from the user's message if given (#42, ABC-42get_task_by_number). If no references, operate on the full backlog.
  2. Call list_docs and search for documents titled "roadmap", "goals", "OKR", "strategy", or "release plan". Read the most relevant ones with read_doc. Priority without a goal to align to is just opinion — the docs anchor your reasoning.
    • If no strategy docs exist, ask the user: "What are the top 3 outcomes you're trying to achieve this quarter?" Use their answer as the alignment anchor.
  3. Call list_tasks to load the full task set.
  4. Call list_sprints to know which tasks are already committed vs. unscheduled.

Step 2 — Score and rank

For each task, assess four dimensions:

Dimension What to look for
Business value How directly it advances the roadmap or improves user outcomes
Urgency / risk Customer-facing bugs, blockers, compliance deadlines
Effort Estimated size — high-value + low-effort tasks rank up
Dependencies Tasks that unblock others rank higher

Assign one of these labels:

  • Critical — blocks a release, breaks production, or is a contractual obligation
  • High — directly advances the top roadmap goal; would be missed by users if delayed
  • Medium — valuable but not time-sensitive; no clear near-term cost to waiting
  • Low — nice-to-have, cleanup, or exploratory; can be deprioritized indefinitely without user impact

Present the ranked list with one-line reasoning per task. Ask the user to confirm or adjust before writing.

Step 3 — Apply priorities

For each confirmed priority, call update_task:

  • Set the priority field to the agreed value
  • Optionally append a one-line rationale to the description so the reasoning is preserved and reviewable

Report back: full updated priority list as a table (task number · title · priority).


Tool reference

Tasks: get_task · get_task_by_number · list_tasks · update_task Documents: list_docs · read_doc Sprints: list_sprints Projects: list_projects

Version History

  • acf4909 Current 2026-07-19 18:24

Same Skill Collection

services/ai-agent/src/skills/paca-breakdown/SKILL.md
services/ai-agent/src/skills/paca-clarify/SKILL.md
services/ai-agent/src/skills/paca-do/SKILL.md
services/ai-agent/src/skills/paca-doc/SKILL.md
services/ai-agent/src/skills/paca-epic/SKILL.md
services/ai-agent/src/skills/paca-estimate/SKILL.md
services/ai-agent/src/skills/paca-sprint/SKILL.md
services/ai-agent/src/skills/paca-test/SKILL.md
services/ai-agent/src/skills/paca-workflow/SKILL.md
skills/paca-breakdown/SKILL.md
skills/paca-clarify/SKILL.md
skills/paca-do/SKILL.md
skills/paca-doc/SKILL.md
skills/paca-epic/SKILL.md
skills/paca-estimate/SKILL.md
skills/paca-prioritize/SKILL.md
skills/paca-setup/SKILL.md
skills/paca-sprint/SKILL.md
skills/paca-test/SKILL.md
skills/paca-workflow/SKILL.md
skills/paca/SKILL.md

Metadata

Files
0
Version
acf4909
Hash
520c0e9a
Indexed
2026-07-19 18:24

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-22 15:10
浙ICP备14020137号-1 $お客様$