Draw an oblique strategy card to season your coding session with lateral thinking
# Oblique Strategy Inspired by Brian Eno and Peter Schmidt's Oblique Strategies - creative prompts to break through blocks and introduce unexpected directions. ## Workflow 1. Run the script to get 4 random strategies: 2. Present the strategies to the user via `AskUserQuestion`: - header: "Strategy" - question: "Which oblique strategy would you like to apply?" - Each strategy as an option with a brief interpretation as description - multiSelect: false 3. After selection, ask how to apply via another `AskUserQuestion`: - header: "Application" - question: "How would yo...