원클릭으로
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.