AI Skill Report Card

Generating Creative Chaos

B72·Feb 10, 2026·Source: Web
YAML
--- name: generating-creative-chaos description: Generates unexpected and unconventional solutions by deliberately breaking patterns and introducing randomness. Use when stuck in conventional thinking or need breakthrough ideas. ---

Quick Start

Python
import random import itertools def chaos_brainstorm(topic, iterations=5): chaos_words = ["reverse", "combine", "eliminate", "exaggerate", "miniaturize", "automate", "gamify", "randomize"] for i in range(iterations): modifier = random.choice(chaos_words) random_element = random.choice(["colors", "animals", "emotions", "weather", "food", "music"]) print(f"Iteration {i+1}: {modifier} {topic} using {random_element}") chaos_brainstorm("meeting formats")

Workflow

  1. Identify the constraint - What "normal" approach are you stuck in?
  2. Apply randomness - Introduce completely unrelated elements
  3. Force connections - Link the random element to your problem
  4. Amplify extremes - Push ideas to absurd limits
  5. Reverse assumptions - Do the opposite of conventional wisdom
  6. Combine impossibles - Merge contradictory concepts
  7. Extract the useful - Find practical kernels in the chaos

Progress:

  • Define the problem clearly
  • Generate 10+ chaotic variations
  • Force connections between unrelated elements
  • Identify 3 breakthrough insights
  • Refine into actionable concepts

Examples

Example 1: Input: "How to make team meetings more engaging?" Output:

  • Reverse: Meeting where only questions are allowed, no statements
  • Combine + Food: Each agenda item paired with different spice level
  • Eliminate: Remove chairs entirely, walking meetings in costume
  • Randomize: Meeting location decided by dice roll each time

Example 2: Input: "Stuck on app design for budget tracking" Output:

  • Animal chaos: App that roars when you overspend, purrs when saving
  • Weather chaos: Interface changes seasons based on financial health
  • Music chaos: Each expense category gets a different musical note
  • Result: Gamified app with audio feedback and seasonal themes

Example 3: Input: "Need creative marketing campaign" Output:

  • Reverse: Campaign that actively discourages buying
  • Exaggerate: World's smallest/largest version of product
  • Combine: Product merged with completely unrelated hobby
  • Extract: "Honest marketing" angle becomes breakthrough positioning

Best Practices

  • Embrace absurdity - The weirder, the better initially
  • Quantity over quality - Generate many chaotic ideas before filtering
  • Document everything - Even "stupid" ideas can spark breakthroughs
  • Time-box sessions - 15-30 minutes of pure chaos, then analysis
  • Mix contexts - Pull from completely unrelated domains
  • Use physical randomness - Dice, cards, random Wikipedia articles

Common Pitfalls

  • Censoring too early - Don't judge ideas during generation phase
  • Staying too safe - If it feels reasonable, push further into chaos
  • Forgetting to extract - Chaos without synthesis is just noise
  • Working alone - Chaos amplifies with different perspectives
  • Ignoring constraints - Some chaos should break rules, some should respect them
  • One-and-done - Single chaotic ideas rarely work; need iteration
0
Grade BAI Skill Framework
Scorecard
Criteria Breakdown
Quick Start
11/15
Workflow
11/15
Examples
15/20
Completeness
15/20
Format
11/15
Conciseness
11/15