Find the route to guaranteed failure, negate it. Use when a goal keeps not being reached head-on.
Scanned 8/31/2026
Install via CLI
openskills install saadshahd/moo.md---
name: inversion
description: Find the route to guaranteed failure, negate it. Use when a goal keeps not being reached head-on.
---
## Extract
From the conversation/context/user:
- The **goal** as stated.
- Its **misses** — the head-on attempts already made, and where each fell short.
- The **want** — what the user is asking for in raising it: a new way at the goal, or something else.
## Gate
Proceed only when: the goal has been tried head-on and missed more than once, and what's wanted is a new way at it — not the work done, not the damage owned.
Anything else, say which in one plain line — never invert anyway:
- The goal hasn't been tried head-on yet → do the work; the head-on attempt governs what follows.
- The failing is the execution, not the route → own it and fix it; the fixing governs what follows.
- A list of what could go wrong is what's wanted → give the list plainly and proceed with the work — that list is itself the answer, nothing here owes it a negation.
## Invert
Everything here runs inside this one turn — nothing waits on the user.
1. Ask: what would make this goal certain to fail? List the fewest actions that guarantee it — things being done or skipped today count double. Prefer the certain small saboteur over the dramatic unlikely one.
2. Negate each into one imperative line: a thing to do or a thing to stop.
3. Cut any line that is a risk to watch rather than an action to take — a risk list is the inversion failing, not the route arriving.
The negated list is the route.
## Output
Deliver the route — each line an imperative the user can act on — and stop there: nothing else rides along.
Then check whether anything still unresolved would change what gets built:
- Nothing would → return to the work the inversion interrupted.
- A line of the route rests on something already settled that the user does not hold → use **explain** skill.
- A line's words admit two readings that would do different things → use **clarify** skill.
The inversion is spent once the route is out — anything further runs under the branch picked here, never as another inversion.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Interview, source-challenge, verify, save, and ADR-gate fuzzy coding requests into Codex-ready implementation specs. Use when a feature, bugfix, refactor, migration, repo-wide change, or architecture task needs user-verified requirements, source-backed decisions, durable architecture decisions, acceptance criteria, validation commands, rollout notes, saved spec/ADR files, and a Codex execution prompt. Do not use when already fully specified or when the user wants direct implementation now.
Use when a repo needs CodeGraph plus ast-grep for Codex MCP setup, exploration, impact analysis, structural search, or safe refactor planning.