By jakedahn
Oblique Strategies for vibecoding - creative lateral thinking prompts

A Claude Code plugin inspired by Brian Eno and Peter Schmidt's Oblique Strategies - a deck of cards offering creative prompts to break through blocks and introduce unexpected directions.
Use /oblique-skills:oblique to draw a strategy card and season your coding session with lateral thinking.
/plugin marketplace add jakedahn/oblique-skill
/plugin install oblique-skills@jakedahn/oblique-skill
/oblique-skills:oblique
This presents you with 4 randomly-selected strategies. Pick one, then choose how to apply it:
> /oblique-skills:oblique
Which oblique strategy would you like to apply?
○ Honor thy error as a hidden intention
○ Emphasise the flaws
○ Do nothing for as long as possible
○ Use an old idea
> Honor thy error as a hidden intention
How would you like to apply it?
○ Apply to current task
○ Use as session mindset
○ Help me interpret it
> Use as session mindset
"Honor thy error as a hidden intention" is now seasoning this session.
That bug you found might actually be a feature in disguise. Instead of
immediately fixing, let's explore what the error is trying to tell us...
All 113 original Oblique Strategies are included:
Do we need holes? • Emphasise differences • Honor thy error as a hidden intention • Trust in the you of now • Turn it upside down • Use an old idea • What wouldn't you do? • Faced with a choice, do both • Remove specifics and convert to ambiguities • Repetition is a form of change • ...and 103 more
oblique-skill/
├── .claude-plugin/
│ └── plugin.json
├── commands/
│ └── oblique.md # /oblique command definition
└── skills/
└── oblique/
├── SKILL.md
└── scripts/
└── pick-strategies.sh # Random selection (POSIX-compatible)
The bash script uses a simple POSIX pipeline for cross-platform random selection:
cat <<'EOF' | awk 'BEGIN{srand()} {print rand(), $0}' | sort -n | head -n 4 | cut -d' ' -f2-
Works identically on macOS and Linux.
Oblique Strategies was created by Brian Eno and Peter Schmidt in 1975. The original deck consists of cards with cryptic remarks intended to help artists break creative blocks.
This plugin adapts that concept for vibecoding - introducing lateral thinking prompts to help developers approach problems from unexpected angles.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jakedahn/oblique-skill --plugin oblique-skillsTurns Claude into a senior mechanical-engineering design mentor for learners working in Onshape (and SolidWorks/Fusion 360). Paste a CAD screenshot, get a desk-side design review.
創意發想方法論
Structured thinking methods that counteract LLM reasoning biases during problem exploration — first principles, inversion, constraint manipulation, perspective forcing, analogy search, and more, with user-gated parallel subagent exploration for deep dives
Inject creative absurdity to break AI pattern-thinking before creative tasks. Randomly samples surreal micro-stories to spark unconventional thinking. Use before brainstorming, naming, writing, or any task needing fresh perspective.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.