Agent Skills
› suboss87/FDEOps
› prioritize
prioritize
GitHub用于在多项紧急任务中选出最多三个最高优先级,明确暂缓事项,提供可辩护的排序决策。
Trigger Scenarios
面对多个竞争性的紧急项目需要确定优先顺序
客户需要从所有待办事项中快速识别关键重点
Install
npx skills add suboss87/FDEOps --skill prioritize -g -y
SKILL.md
Frontmatter
{
"name": "prioritize",
"description": "Choose up to three immediate priorities from competing initiatives. Use when everything is urgent and the customer needs a defensible order with explicit deferrals."
}
prioritize
Purpose
Choose up to three immediate priorities from competing initiatives. Use when everything is urgent and the customer needs a defensible order with explicit deferrals.
Before investigating or acting:
- Read the task context contract.
- Read the method.
Load further references only when the task needs them. Everything linked is included in this skill; no other skill pack is required.
Principles
- Work directly from the supplied permitted context. Standalone work does not require an engagement folder or initialization. Record filenames in the method are optional persistence destinations when no engagement is bound.
- If called by @fde, reuse its current sanitized packet and scope. Do not restart setup, discovery or questions already answered.
- The task context contract controls persistence and authority in both modes. Preserve unknowns and distinguish implementation, verification, deployment and acceptance.
- Use the customer's repository instructions and available tools. Report a missing capability or unrun check honestly; do not claim that installing a skill provisions infrastructure.
Version History
- 4e9335d Current 2026-09-21 23:51


