skills/pressure-plan/SKILL.md
Stress-test a plan for completeness against reality. Use when the user says "pressure", "pressure-plan", "pressure the plan", "is the plan complete", "audit the plan", "what did we miss", or wants to verify a plan covers everything before execution.
npx skillsauth add jkvc/jkvc-skills pressure-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Take a plan and find where it's incomplete, wrong, or assumes things that aren't true. The plan might be a migration, refactor, feature spec, deployment checklist, API change, schema migration, deprecation, or anything else where someone wrote "here's what we'll do."
Unlike critique (which challenges whether an idea is good), pressure-plan assumes the direction is decided and checks whether the plan actually covers everything it needs to.
Understand the plan — read the plan document, PR description, task list, or conversation context. Extract every concrete claim the plan makes:
Verify against reality — for each claim, check whether it's actually true. Search exhaustively:
Check for implicit dependencies — things the plan doesn't mention because the author didn't think of them:
Report findings — for each issue, cite the specific evidence:
| Category | Meaning | |----------|---------| | Gap | Something the plan needs to cover but doesn't mention | | Wrong assumption | A claim the plan makes that isn't true | | Safety risk | The plan could cause breakage or data loss it doesn't account for | | Ambiguity | The plan is unclear about how to handle a specific case | | Ordering issue | Steps depend on each other in ways the plan doesn't acknowledge |
Recommend — suggest specific additions or corrections to the plan. Don't implement — the output is an improved plan, not code.
testing
Only use when the user explicitly says "fresh-context", "fresh context", "fresh agent", or "on a fresh agent".
testing
Run the full verification pipeline and fix issues. Use when the user says "verify", "run checks", "check everything", "any test needed", or wants confirmation that recent changes are clean.
testing
Add a tech debt entry to the project's TECH_DEBT.md. Use when the user says "debt", "add tech debt", "write this down as tech debt", "track this shortcut", or when you take a conscious shortcut during implementation.
development
# Sync AI Preferences Syncs global preferences from the Cursor rules file (source of truth) to Claude Code's global CLAUDE.md. **Source:** `~/.cursor/rules/global-preferences.mdc` **Target:** `~/.claude/CLAUDE.md` ## Steps 1. Read `~/.cursor/rules/global-preferences.mdc` 2. Transform for Claude Code: - Strip MDC frontmatter (the `---` delimited block at the top) - Strip bold markdown (`**text**` → `text`) - Change heading from "# Global Rules" to "# Global Preferences" 3. Write the