ワンクリックで
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.