critique

critique is a skill for Claude Code from mshadmanrahman/pm-pilot. It costs 71 tokens per session (1,148 once invoked), scanned A, original, MIT.

A structured review that tests a document for weak reasoning, unsupported assumptions, missing viewpoints, and incomplete details.

In plain words
What is it for?
Use it to review product requirement documents, technical proposals, research summaries, business plans, and other documents from an early draft through final review.
Why use it?
It helps find problems before a PRD, proposal, strategy document, or other plan is shared or acted on.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the pm-core plugin — 14 skills, 2 agents shipped together

Good fit Use it to review product requirement documents, technical proposals, research summaries, business plans, and other documents from an early draft through final review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mshadmanrahman/pm-pilot/critique
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mshadmanrahman/pm-pilot --skill critique
Clone the repo
git clone --depth 1 https://github.com/mshadmanrahman/pm-pilot

Made for: Claude Code.

Or install pm-core, the plugin that ships this one along with the rest of its 14 skills, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for critique

README.md
[![agentmods](https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/critique.svg)](https://agentmods.dev/skills/mshadmanrahman/pm-pilot/critique)
Your own site
<a href="https://agentmods.dev/skills/mshadmanrahman/pm-pilot/critique"><img src="https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/critique.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,148 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.01148
Opus 5 $0.00036 $0.00574
Sonnet 5 $0.00014 $0.00230
Haiku 4.5 $0.00007 $0.00115

Measured 8d ago against content hash 35fbf3c0cc5b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

critique scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/pm-core/skills/critique/SKILL.md · 125 lines

How it starts

The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Critique: Document Pressure Testing

Systematically challenge any document for logic, assumptions, completeness, and blind spots. The goal is to make the document stronger, not to tear it down.

When to Activate

  • User says "critique this", "pressure test", "poke holes in this"
  • User says "what am I missing?", "devil's advocate"
  • User asks for review of a PRD, brief, strategy doc, or proposal
  • Proactively after prd skill produces a Full PRD or RFC

Input

Accept any document: PRD, brief, RFC, strategy doc, proposal, pitch, research synthesis, OKRs.

Accept via paste, file path, or workspace reference.

Process

Step 1: Understand Intent

Before critiquing, identify:

  1. Document type: PRD, RFC, strategy, proposal, etc.
  2. Audience: Who will read this? (engineers, execs, stakeholders, investors)
  3. Stage: Early exploration or ready to ship?
  4. Stakes: Low-risk experiment or bet-the-company decision?

Calibrate critique intensity to stage and stakes. An early one-pager gets lighter scrutiny than a Full PRD about to be shipped.

Step 2: Evaluate Across 6 Dimensions

Dimension What to Check
Logic Does the argument flow? Are conclusions supported by premises? Any circular reasoning?
Assumptions What is taken for granted? Which assumptions are validated vs hoped?
Evidence Are claims backed by data, research, or citations? Any [Assumption] tags unresolved?
Completeness What is missing? Stakeholders not consulted? Edge cases ignored? Risks unaddressed?
Feasibility Can this actually be built/shipped? Technical constraints? Resource reality?
Alternatives Were other approaches considered? Is there a simpler solution?

Step 3: Produce Critique

# Critique: {Document Title}

**Reviewed:** {date}
**Document stage:** {early/mid/late}
**Overall assessment:** {Strong / Needs work / Major gaps}

## Strengths
- {What is well done and should be preserved}
- {Strong evidence, clear logic, good scoping}

## Issues

### Critical (blocks shipping)
1. **{Issue title}**
   - **Problem:** {What's wrong}
   - **Evidence:** {Where in the doc}
   - **Suggestion:** {How to fix}

### Important (should fix before finalizing)
2. **{Issue title}**
   - **Problem:** {What's wrong}
   - **Suggestion:** {How to fix}

### Minor (nice to fix)
3. **{Issue title}**
   - **Suggestion:** {Quick fix}

## Missing Perspectives
- {Stakeholder or user group not represented}
- {Technical constraint not addressed}
- {Market reality not considered}

## Unvalidated Assumptions
| # | Assumption | Risk if Wrong | How to Validate |
|---|-----------|---------------|-----------------|
| 1 | {assumption} | {consequence} | {experiment or data source} |

## Questions the Document Should Answer
- {Question that a skeptical reader would ask}
- {Question that an engineer would ask}
- {Question that an exec would ask}

## Recommended Next Steps
1. {Most important fix}
2. {Second priority}
3. {Third priority}

Read the full file on GitHub · 125 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 125 lines · 71 tokens per session scan A 35fbf3c0cc5b

Subscribe to this mod's changes

critique is a skill published in the GitHub repository mshadmanrahman/pm-pilot (20 stars, last pushed 2d ago), licensed MIT. It adds 71 tokens to every session and 1,148 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories