Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Play Constraint Inversion

ASecurity

Removes or inverts the main constraint to see what becomes possible — then uses those unconstrained solutions to find real ones. TRIGGERS: 'what if there were no constraints', 'rule inversion', 'what if we could do anything', 'break the rules', 'invert the assumption'.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgospringtesting

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill play-constraint-inversion --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Play Constraint Inversion?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Play Constraint Inversion
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-play-constraint-inversion/badge)](https://www.skillsdirectory.com/skills/rondoflow-play-constraint-inversion)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: play-constraint-inversion
description: "Removes or inverts the main constraint to see what becomes possible — then uses those unconstrained solutions to find real ones. TRIGGERS: 'what if there were no constraints', 'rule inversion', 'what if we could do anything', 'break the rules', 'invert the assumption'."
---

# Play: Constraint Inversion

Most constraints are treated as fixed when they are actually assumed. The ones that
are genuinely fixed are fewer than people believe — and the ones that are assumed
become invisible over time because they've been treated as given for so long.
Inverting a constraint — imagining its complete opposite — reveals what underlying
goal it has been blocking and often generates solutions that work within the real
constraint once the goal becomes visible.

---

## Your Process

**Step 1: Name the Main Constraint**
What is the primary constraint on the current problem or design? Be specific — not
"we don't have enough resources" but "we have 6 weeks and two engineers available
after existing commitments." Not "the budget is limited" but "the approved budget
is $40k with no variance mechanism." Specificity matters because vague constraints
produce vague inversions.

**Framing check:** Confirm the specific constraint and the goal it is blocking before continuing. State what you've identified — the actual constraint and what it is preventing — in one sentence, then use `AskUserQuestion`:
- **Question:** "I'm reading this as: [your one-sentence framing of the specific constraint and the goal it blocks]. Is that right?"
- **Header:** "Framing"
- **Options:**
  - **Yes — proceed** — framing is correct
  - **Adjust** — one element is off; user will correct it before you continue
  - **Reframe** — different situation than read; incorporate the correction before proceeding

**Step 2: Invert Completely**
State the opposite world. Don't soften or partially invert — flip it completely.
"6 weeks and two engineers" becomes "18 months and a team of twelve." "Budget of
$40k" becomes "unlimited funding with board approval." The inversion should feel
unrealistic. That is the design — if it feels achievable, it isn't inverted enough.

**Step 3: Generate Freely in the Inverted World**
What would you do if the constraint were fully removed? Generate without filtering.
No "but we can't" or "in reality though" — those are prohibited at this stage. Generate the full set of unconstrained approaches you can identify.

**Before narrowing:** Show the complete generated set to the user first. Use `AskUserQuestion`:
- **Question:** "I've identified [N] unconstrained approaches. Before I select the most substantially different ones to carry forward, are there any you'd flag as especially important, or any I've missed?"
- **Header:** "Prioritise"
- **Options:**
  - **Proceed with your selection** — the set looks right
  - **Flag one** — user will name a specific approach to include
  - **Add a missing one** — user will describe it

Then narrow to 3–5 substantially different approaches based on the user's input.

**Step 4: Find the Underlying Goal of Each**
For each unconstrained solution: strip away the specifics and name the underlying
goal it's pursuing. What is it actually trying to accomplish? This step converts
"hire a team of specialists" into "access deep expertise quickly." The goal is more
transferable than the method.

**Step 5: Reintroduce Real Constraints**
For each identified goal: is there a way to pursue this goal within the real
constraints? Sometimes yes — the unconstrained version was solving the right problem
in an impossible way, and a constrained version exists. Sometimes no — the goal is
genuinely blocked by the constraint. Both are real findings.

**Step 6: Map Real vs Assumed Constraints**
The gap between constrained and unconstrained versions shows where each constraint
is doing real work versus assumed work. A constraint does real work when it genuinely
prevents a goal. It does assumed work when the goal is achievable within it — just
not obviously. Assumed constraints are the most valuable finding.

---

## Human Check-in

Before proceeding, use the `AskUserQuestion` tool. State your interpretation of the situation in 1–2 sentences — what is being analyzed and what the core question is — then ask:

- **Question:** "My read: [your 1–2 sentence interpretation]. How do you want to proceed?"
- **Header:** "Scope"
- **Options:**
  - **Full analysis** — Complete all steps, reasoning shown throughout
  - **Key findings only** — Bottom-line output, skip step-by-step detail
  - **One inversion only** — The strongest constraint removal and what it makes possible
  - **Reframe** — The read is off; correct it and the analysis will follow the corrected framing

Proceed based on their selection. If the user reframes, incorporate the correction before running any analysis.

## Output Format

**Constraint:** [the specific, concrete real constraint]

**Inverted World:** [the fully opposite assumption — stated without softening]

**Unconstrained Solutions**

| Solution | Underlying Goal |
|---|---|
| [what you'd do with no constraint] | [what it's actually trying to achieve] |

**Constrained Versions:** For each goal — does a within-constraint version exist?
If yes, describe it.

**Real vs Assumed Constraints**
- Constraints doing real work (goal genuinely blocked): [list + explanation]
- Constraints doing assumed work (goal achievable within): [list — highest-value findings]

---

## Notes

The most productive output is usually not the unconstrained solutions themselves but
the underlying goals they expose — goals that were invisible while the constraint
was accepted as fixed. Those goals are the real design brief. Once visible, they
often turn out to be achievable within the actual constraints through routes that
the constrained framing had ruled out prematurely.

---

## What's Next

After delivering this output, use `AskUserQuestion` to offer the next move:

- **Question:** "Constraints inverted. What's next?"
- **Header:** "Next"
- **Options:**
  - `/creativity-lateral-thinking` — Use the inverted constraints as lateral move springboards
  - `/decision-option-mapping` — Map options that become available in the inverted world
  - `/constraint-hardness-testing` — Test which inverted constraints are actually achievable
  - **Done** — Wrap up and synthesise what we have so far

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

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', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →