From ttal
Categorizes plan review findings as fixable, false positive, deferrable, or needing human input, then applies fixes and produces a verdict report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ttal:plan-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Triage plan review findings: categorize each issue, fix what's actionable, then report.
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:
# Update a section
echo "updated content" | flicknote modify <id> --section <section-id>
# Append missing steps
echo "new content" | flicknote append <id>
# Insert before/after a section
echo "content" | flicknote insert <id> --after <section-id>
For each fix:
[ASK] instead# Plan Triage: <plan title>
## Fixed
- [x] <issue> — <what was changed>
## False Positive
- [FALSE POSITIVE] <issue> — <why>
## Deferred
- [DEFER] <issue> — <why>
## Needs Neil
- [ASK] <issue> — <question>
## Verdict
**Ready / 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.
npx claudepluginhub tta-lab/ttal-cli --plugin ttalCross-references structured review findings against an implementation plan, classifies each finding into an action category, applies concrete edits, and produces a traceability summary.
Orchestrates parallel architecture and experience reviews of implementation plans, scores findings across dimensions like data flow and UX, consolidates ranked fixes for user approval and auto-application. Use after planning, before non-trivial coding.
Strategic planning with auto-calibrated detail, decision rationale, and dependency ordering. Use when starting a new feature, bug fix, refactor, or any non-trivial work. Produces a plan document with tasks, reasoning, and acceptance criteria. Triggers: plan, planning, create plan, implementation plan, feature plan, work plan.