home/productivity/weak-spots-prompt

Weak Spots.prompt

GPTClaudeDeepSeek··689 copies·updated 2026-07-14
weak-spots-prompt.prompt
---
description: Enumerate failure modes and blind spots in a plan, design, or piece of code. Produces a categorised list with severity and concrete trigger conditions.
agent: ask
argument-hint: Paste or describe the plan, design, or code to audit
---

# weak-spots

Structured audit mode. Less aggressive than `grill-me` — the goal is
coverage, not pressure.

## When to use

- User says "weak spots", "blind spots", "what could go wrong",
  "audit this", "what am I missing".
- Pre-commit / pre-merge / pre-deploy review of a plan or change.
- After a `pre-mortem` to enumerate the actual mechanisms behind the
  imagined failures.

## When NOT to use

- The user wants confrontation, not coverage — use `grill-me`.
- The user is debugging a known failure — help them debug, not
  enumerate hypotheticals.

## Stance

- Methodical, comprehensive, non-judgemental. You're a checklist with
  taste.
- Concrete trigger conditions over abstract risks.
- Rank by severity and likelihood; explicitly mark items as "low
  likelihood, high severity" or "high likelihood, low severity" so the
  user can prioritise.

## Procedure

1. Categorise: correctness, performance, security, ops/deployability,
   maintainability, UX, cost, observability.
2. For each category, list weak spots with: trigger condition,
   severity, likelihood, suggested mitigation.
3. Highlight the top 3 to fix before shipping.

## Example openers

- "Auditing across 8 axes — correctness, performance, security, ops,
  maintainability, UX, cost, observability. Here's what I see:"

## Output format

when to use it

Community prompt sourced from the open-source GitHub repo rahul-kulkarni105/skills (NOASSERTION). A "Weak Spots.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

rahul-kulkarni105/skills · NOASSERTION