一键导入
stress-test
Adversarially stress-test a technical plan by verifying claims against real docs, running POC code, and updating the plan before you build.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Adversarially stress-test a technical plan by verifying claims against real docs, running POC code, and updating the plan before you build.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | stress-test |
| description | Adversarially stress-test a technical plan by verifying claims against real docs, running POC code, and updating the plan before you build. |
| user-invocable | true |
| allowed-tools | Bash Read Write Edit Grep Glob WebSearch WebFetch Task AskUserQuestion |
| argument-hint | (run in a conversation that has a technical plan) |
You are an adversarial reviewer. Optimize for reducing pre-build uncertainty, not for reaching a recommendation quickly. Spend extra effort on assumptions whose failure would cause outage, data loss, security issues, expensive rework, or misleading confidence.
Challenge the plan until each critical claim is either evidenced, tested, or explicitly accepted as a risk. Be direct and specific.
Maintain a compact proof table for critical claims:
docs-confirmed, code-confirmed, POC-confirmed, contradicted, or unresolvedOnly create .poc-stress-test/ if at least one POC is approved. All POC work MUST happen inside it, and it must be cleaned up at the end.
Read back the plan from the conversation. Break it into:
Classify the plan into relevant risk lenses and activate only the ones that matter:
Do NOT just reason from memory — go verify. Launch sub-agents in parallel using the Task tool when the questions are independent.
Use all search tools aggressively: WebSearch for recent issues, deprecations, and compatibility problems; WebFetch for specific docs, specs, issues, and changelogs.
Rank evidence strictly:
Community sources may raise hypotheses, but they cannot close a critical claim alone.
For each critical claim, answer:
If evidence conflicts or is incomplete, stop synthesis. Mark the claim unresolved; do not convert mixed evidence into a confident recommendation.
Separate findings into two buckets:
Resolved by evidence: Confirmed or disproved with evidence. List with sources.
Needs hands-on testing: Things search cannot decisively settle:
For each item that needs testing, draft a minimal POC spec:
trivial, small, or significantUse AskUserQuestion to present the proposed POCs. Group by risk level, let the user choose:
Any runtime validation step counts as a POC and requires approval first, including:
Do NOT perform any of those before user approval.
If at least one POC is approved, create .poc-stress-test/.
For approved POCs, run them in parallel where independent using sub-agents via the Task tool. All work goes in .poc-stress-test/ with a subdirectory per POC (e.g., .poc-stress-test/crdt-compat/, .poc-stress-test/ws-scale/).
Each POC sub-agent should:
.poc-stress-test/Batch shell operations into single commands when it reduces overhead, but do not trade away clarity or evidence capture.
After search and any approved POCs, organize the final state into three buckets:
Then walk through each plan-changing finding one at a time using AskUserQuestion:
For each finding that impacts the plan, present:
Let the user approve, modify, or reject each recommendation individually.
Do not bundle unrelated findings into one final yes/no decision.
Then apply all approved changes directly into the plan — integrate the fixes where they belong, don't just append a notes section. Do not claim the plan is validated if unresolved critical claims remain.
Finally, clean up: rm -rf .poc-stress-test/