← ClaudeAtlas

intake-triagelisted

批次收單排工:分析 PM 開出的一批 ticket,評估優先序,告訴 PM 哪些先做、哪些後做、哪些規格不足需補。 產出 JIRA label + comment + Slack 摘要。 觸發:「收單」、「排工」、「intake」、「這批單幫我看」、「PM 開了一堆單」、「幫我排優先」、 「intake-triage」、「triage these tickets」、「prioritize this batch」。 當使用者提供一批 ticket key 並要求排優先序時使用此 skill,不要與 /my-triage(個人每日盤點)混淆。
HsuanYuLee/polaris · ★ 4 · AI & Automation · score 80
Install: claude install-skill HsuanYuLee/polaris
# Intake Triage — PM 收單排工 批次分析 PM 開出的 tickets,產出「先做 / 後做 / 補規格 / 不建議做」的排序建議, 並可寫回 JIRA labels/comments 與 Slack 摘要。 ## Contract `intake-triage` 是 batch intake prioritization,不是個人每日工作盤點(`my-triage`), 也不是深入 refinement、sprint planning、或 engineering codebase probe。 它屬於 `mixed reader / writeback orchestrator`:workspace config、ticket content、與 batch signals 只用來決定 prioritization verdict、rank、與 downstream suggestion。`intake-triage` 可以產出 JIRA labels/comments 與 Slack summary,但這些 writeback 只代表 intake guidance, 不等於 workflow transition、implementation readiness、verification result、或 release authority。 它只依 ticket 內容與同批關係做快速排序;不做 codebase exploration、不自動改 status、 不把 intake comment 當 implementation spec。 ## Reference Loading | Situation | Load | |---|---| | Any run | `intake-triage-input-flow.md`, `workspace-config-reader.md`, `shared-defaults.md`, `jira-story-points.md` | | Scoring | `intake-triage-scoring-flow.md`, `epic-template.md` | | Writeback / Slack summary | `intake-triage-writeback-flow.md`, `workspace-language-policy.md`, `slack-message-format.md` | Per-ticket analysis 或 JIRA writeback 派 sub-agent 時,必須注入 `sub-agent-roles.md` 的 Completion Envelope。 ## Flow 1. Parse input:ticket keys、JQL、Slack URL,或 Epic key 展開子單。 2. Fetch tickets from JIRA,標準化 fields,並收斂同批 Epic + child tickets。 3. 偵測 batch theme 與 per-ticket lens。 4. 對每張 ticket 評估 readiness、effort signal、impact、dependencies、duplicate risk、hard blockers。 5. 依判決矩陣產生 verdict 與全域 rank。 6. 呈現判決表,等待 RD 確認或調整。 7. 使用者確認後,寫 JIRA `int