From tl
Use when you want to stress-test a proposal, plan, or findings before acting on them. Finds flaws, gaps, and risks as devil's advocate. Keywords: critique, review, adversarial, premortem, devil's advocate, what's wrong, what's missing, risks, flaws, gaps, problems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tl:critique [focus area: security | scalability | clarity | 'critique' to review all][focus area: security | scalability | clarity | 'critique' to review all]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are running the **critique** primitive — adversarial review of outputs, claims, or proposals to find flaws, gaps, and risks. Focus: **$ARGUMENTS**
You are running the critique primitive — adversarial review of outputs, claims, or proposals to find flaws, gaps, and risks. Focus: $ARGUMENTS
Find Input: Detect upstream pipe-format output in context. If found, critique those items. Otherwise critique $ARGUMENTS directly.
Apply Focus: If $ARGUMENTS specifies a focus area (e.g., "security", "scalability"), prioritize criticisms in that dimension. If empty, critique everything.
Identify Problems: For each item or claim, ask:
Emit Structured Output in pipe format. Each item tagged with verdict (FLAW/GAP/RISK). Include a ### Severity section (table: criticism to impact HIGH/MEDIUM/LOW) between Items and Summary.
Panel mode dispatches 2–3 background agents with distinct adversarial lenses for high-stakes input. It is not automatic — trigger it only when $ARGUMENTS contains language like "deep critique", "thorough review", "stress test this", or an explicit request for a panel.
Default (inline): Run the Process steps above in a single pass.
In panel mode: Replace step 3 with a fan-out/fan-in sequence per the fan-out-protocol rule (loaded alongside this skill). Critique-specific details:
Pick 2–3 based on subject matter:
| Lens | Focus |
|---|---|
| Feasibility | Can this actually be built/executed given constraints? |
| Failure Modes | What sequences of events cause this to break or harm? |
| Scope Gaps | What requirements, edge cases, or stakeholders are unaddressed? |
You are an adversarial reviewer applying the [LENS] lens.
Subject: [paste or summarize the input being critiqued]
Your task:
1. Apply your lens exclusively — do not cover what other lenses would find
2. Produce a numbered list of findings, each labeled FLAW / GAP / RISK
3. For each finding: state the verdict, explain the problem concisely, cite evidence where possible
4. Rate each finding HIGH / MEDIUM / LOW severity
5. End with a one-sentence summary
Scope: [LENS description from table above]
Limit: 5–8 findings maximum. Be specific, not exhaustive.
Feasibility > Failure Modes > Scope Gaps**Pipeline** noting (panel: N agents)npx claudepluginhub tyevans/tackline --plugin tacklineCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.