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.
npx skills add mshadmanrahman/pm-pilot --skill critiquegit clone --depth 1 https://github.com/mshadmanrahman/pm-pilotWrote 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.
[](https://agentmods.dev/skills/mshadmanrahman/pm-pilot/critique)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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
prdskill 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:
- Document type: PRD, RFC, strategy, proposal, etc.
- Audience: Who will read this? (engineers, execs, stakeholders, investors)
- Stage: Early exploration or ready to ship?
- 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}
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.
- 8d ago First seen · 125 lines · 71 tokens per session scan A 35fbf3c0cc5b
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.
Other skills, from other repositories
build-implementation
Generate context-aware implementation prompts for a selected growth loop. Use when the user says "build", "implement", "generate code", "create prompt", or "how do I build this".
analyze-codebase
Run comprehensive PLG analysis on a codebase to detect tech stack, existing growth features, and revenue opportunities. Use when the user says "analyze", "scan", "audit codebase", or "find growth opportunities".
deploy-telemetry
Set up analytics and tracking infrastructure for growth loops. Use when the user says "deploy telemetry", "set up analytics", "tracking", "events", "push to supabase", or "skene push".
plan-growth-loop
Generate prioritized growth loops with implementation roadmaps based on codebase analysis. Use when the user says "plan", "growth loops", "prioritize", "what should I build", or "roadmap".
validate-loop
Check if growth loop requirements are actually implemented in the codebase. Use when the user says "validate", "check status", "skene status", "is it done", or "verify implementation".
initialize-config
Set up Skene configuration for a project. Use when starting a new PLG analysis, when .skene.config is missing, or when the user says "skene init", "set up skene", or "configure skene".