一键导入
plan-triage
Triage plan review findings — categorize issues, fix actionable ones, report
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Triage plan review findings — categorize issues, fix actionable ones, report
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Refresh context window — agent writes handoff and restarts
CLI image manipulation — convert PNG/JPG to SVG, remove watermarks, resize, crop, and edit raster images using ImageMagick and vtracer
Use when a request needs collaborative exploration of intent, constraints, alternatives, or design before the direction is settled.
Use when the user asks to finalize and hand back an existing design or implementation plan stored in FlickNote.
Use when a bug needs root-cause diagnosis and a written fix plan before implementation.
Use when the user asks for a concrete implementation plan for an agreed change before code is written.
| name | plan-triage |
| description | Triage plan review findings — categorize issues, fix actionable ones, report |
| argument-hint | |
| claude-code | {"allowed-tools":["Bash","Read","Glob","Grep"]} |
Triage plan review findings: categorize each issue, fix what's actionable, then report.
You already have the plan and its review issues in context. No need to search or re-read — just categorize, fix, and report.
/plan-triage
Run this after ttal go <uuid> has identified issues. The plans and issues are already in your conversation context.
For each issue from the plan review, categorize it:
Actionable (fix now)
Format: [FIX] <summary> — <why it matters>
False Positive (push back)
Format: [FALSE POSITIVE] <summary> — <why it's wrong>
Deferrable (follow-up)
Format: [DEFER] <summary> — <why it can wait>
Needs Neil (can't resolve without human input)
Format: [ASK] <summary> — <question for Neil>
Address all [FIX] items directly in the plan using flicknote:
echo "updated content" | flicknote modify --section
echo "new content" | flicknote append
echo "content" | flicknote insert --after
For each fix:
[ASK] insteadReady / Needs Revision / Needs Rethink
Verdict rules:
[ASK] items remaining[ASK] items that need Neil's input before proceedingShow the triage report so the plan-reviewer can see it and trigger re-review.
Triage is iterative. After Neil answers [ASK] items or a designer revises:
plan-review → plan-triage (round 1) → fix + ask → Neil answers / designer revises plan-review → plan-triage (round 2) → fix → all clear plan-triage (round 3) → ready
Include the round number in the header. Track how the verdict changed:
If a plan is stuck for 2+ rounds, escalate to Neil rather than routing back again.