Agent Skillsphuryn/pm-skills › strategy-red-team

strategy-red-team

GitHub

对PRD、路线图或战略进行红队演练,识别关键假设并攻击,按影响度和测试成本排序失败模式,提供低成本验证测试和终止标准。

pm-execution/skills/strategy-red-team/SKILL.md phuryn/pm-skills

Trigger Scenarios

压力测试计划 挑战假设 准备高管审查文档

Install

npx skills add phuryn/pm-skills --skill strategy-red-team -g -y
More Options

Non-standard path

npx skills add https://github.com/phuryn/pm-skills/tree/main/pm-execution/skills/strategy-red-team -g -y

Use without installing

npx skills use phuryn/pm-skills@strategy-red-team

指定 Agent (Claude Code)

npx skills add phuryn/pm-skills --skill strategy-red-team -a claude-code -g -y

安装 repo 全部 skill

npx skills add phuryn/pm-skills --all -g -y

预览 repo 内 skill

npx skills add phuryn/pm-skills --list

SKILL.md

Frontmatter
{
    "name": "strategy-red-team",
    "description": "Red-team a PRD, roadmap, or strategy by attacking its load-bearing assumptions before reality does. Steelmans then attacks each claim, ranks failure modes by impact × likelihood × cheapness-to-test, and returns the cheapest test and kill criteria for each. Use when stress-testing a plan, pressure-testing a strategy, challenging assumptions, or preparing a doc for executive review."
}

Strategy Red-Team: Attack the Assumptions Before Reality Does

Purpose

You are a sharp, fair adversary reviewing $ARGUMENTS. Most plans only survived polite feedback. This skill finds the load-bearing assumptions that would make the plan fail, attacks them honestly, and returns — for each — the evidence to get this week, the kill criteria, and the cheapest test.

Context

A red-team is not a pre-mortem. A pre-mortem imagines the plan already failed and narrates why. A red-team attacks the load-bearing assumptions and logic now, while there's still time to test the cheapest one. It improves judgment, not just confidence.

The goal is a sharper decision, not a longer risk list. Five real kill-assumptions with tests beat twenty generic risks.

Instructions

  1. Extract every claim. Read the plan and list what it asserts as true — about the user, the market, the constraint, the mechanism, the timeline. Separate load-bearing claims (if false, the plan dies) from cosmetic ones. Only load-bearing claims are worth attacking.

  2. Steelman, then attack. For each load-bearing claim, first state the strongest version of why it might be true. Then attack that — not a strawman. An attack on a weak version of the claim is worthless.

  3. Write each failure mode as "Fails if ___." Be concrete and falsifiable. "Fails if activation isn't actually the constraint" beats "execution risk."

  4. Rank by (impact if wrong) × (likelihood wrong) × (cheapness to test). The top of the list is what to test this week — high-impact, plausibly wrong, and cheap to check. Surface that ranking; don't bury the lede.

  5. Self-refute, don't fabricate. Default to "this risk is real" unless the plan already cites evidence against it. But if a claim is genuinely well-reasoned, say so plainly — a red-team that manufactures doubt is as useless as one that rubber-stamps. Never invent a weakness the plan doesn't have.

  6. For each surviving kill-assumption, give the operator something to do:

    • Fails if: the precise condition that breaks the plan
    • Evidence to get this week: the specific data, query, or conversation that would confirm or kill it cheaply
    • Kill criterion: the threshold at which you'd stop or change course
    • Cheapest test: the smallest experiment that moves the belief
  7. Optional cross-model mode. If the user asks for a second opinion and another model (Codex, Gemini, a second Claude) is reachable, run the same plan through it and flag where the two disagree — different model families miss different things. Default is single-model; don't add this friction unless asked.

  8. Structure the output (make it screenshot-native):

    ## Red-Team: [plan in one line]
    
    ### Top Kill-Assumptions (ranked)
    For each (3–5 max):
    - **Claim:** [the load-bearing assertion]
    - **Fails if:** [concrete, falsifiable condition]
    - **Evidence to get this week:** [specific]
    - **Kill criterion:** [threshold]
    - **Cheapest test:** [smallest experiment]
    
    ### What's Well-Reasoned
    [State explicitly what holds up — and why. Don't manufacture doubt.]
    
    ### What I Couldn't Assess
    [Gaps where the plan didn't give enough to judge.]
    

Notes

  • No strawmanning — attack the steelman or don't attack.
  • No generic risk lists — every item must be specific to this plan.
  • No fabrication — if it's sound, say so.
  • Rank ruthlessly — the cheapest high-impact test is the whole point.
  • The emotional job is relief from the fear of confidently shipping the wrong bet, so end with what to do, not just what to fear.

Further Reading

Version History

  • 18468a9 Current 2026-07-25 10:31

Same Skill Collection

pm-ai-shipping/skills/intended-vs-implemented/SKILL.md
pm-data-analytics/skills/ab-test-analysis/SKILL.md
pm-data-analytics/skills/cohort-analysis/SKILL.md
pm-data-analytics/skills/sql-queries/SKILL.md
pm-execution/skills/brainstorm-okrs/SKILL.md
pm-execution/skills/create-prd/SKILL.md
pm-execution/skills/dummy-dataset/SKILL.md
pm-execution/skills/job-stories/SKILL.md
pm-execution/skills/outcome-roadmap/SKILL.md
pm-execution/skills/pre-mortem/SKILL.md
pm-execution/skills/prioritization-frameworks/SKILL.md
pm-execution/skills/release-notes/SKILL.md
pm-execution/skills/retro/SKILL.md
pm-execution/skills/sprint-plan/SKILL.md
pm-execution/skills/stakeholder-map/SKILL.md
pm-execution/skills/summarize-meeting/SKILL.md
pm-execution/skills/test-scenarios/SKILL.md
pm-execution/skills/user-stories/SKILL.md
pm-execution/skills/wwas/SKILL.md
pm-go-to-market/skills/beachhead-segment/SKILL.md
pm-go-to-market/skills/competitive-battlecard/SKILL.md
pm-go-to-market/skills/growth-loops/SKILL.md
pm-go-to-market/skills/gtm-motions/SKILL.md
pm-go-to-market/skills/gtm-strategy/SKILL.md
pm-go-to-market/skills/ideal-customer-profile/SKILL.md
pm-market-research/skills/competitor-analysis/SKILL.md
pm-market-research/skills/customer-journey-map/SKILL.md
pm-market-research/skills/market-segments/SKILL.md
pm-market-research/skills/market-sizing/SKILL.md
pm-market-research/skills/sentiment-analysis/SKILL.md
pm-market-research/skills/user-personas/SKILL.md
pm-market-research/skills/user-segmentation/SKILL.md
pm-marketing-growth/skills/marketing-ideas/SKILL.md
pm-marketing-growth/skills/north-star-metric/SKILL.md
pm-marketing-growth/skills/positioning-ideas/SKILL.md
pm-marketing-growth/skills/product-name/SKILL.md
pm-marketing-growth/skills/value-prop-statements/SKILL.md
pm-product-discovery/skills/analyze-feature-requests/SKILL.md
pm-product-discovery/skills/brainstorm-experiments-existing/SKILL.md
pm-product-discovery/skills/brainstorm-experiments-new/SKILL.md
pm-product-discovery/skills/brainstorm-ideas-existing/SKILL.md
pm-product-discovery/skills/brainstorm-ideas-new/SKILL.md
pm-product-discovery/skills/identify-assumptions-existing/SKILL.md
pm-product-discovery/skills/identify-assumptions-new/SKILL.md
pm-product-discovery/skills/interview-script/SKILL.md
pm-product-discovery/skills/metrics-dashboard/SKILL.md
pm-product-discovery/skills/opportunity-solution-tree/SKILL.md
pm-product-discovery/skills/prioritize-assumptions/SKILL.md
pm-product-discovery/skills/prioritize-features/SKILL.md

Metadata

Files
0
Version
18468a9
Hash
3758fcf6
Indexed
2026-07-25 10:31

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 15:31
浙ICP备14020137号-1 $Гость$