What problem does it solve?
This Skill addresses the tendency for AI models to satisfice by pattern-matching to the most common solution, rather than exploring the full space of possibilities to find the optimal approach for a given problem. It enforces a disciplined, multi-phase process for thorough problem and solution exploration.
Core Features & Use Cases
- Systematic Exploration: Guides users through framing problems, identifying and researching paradigms, generating concrete approaches, and hunting for non-obvious solutions.
- Evidence-Based Decision Making: Facilitates analysis, prototyping, and comparison to make justified architectural and implementation decisions.
- Use Case: When tasked with designing a new feature, implementing a complex system, or choosing between architectural patterns, this Skill ensures a comprehensive evaluation of alternatives, leading to more robust and optimal solutions.
Quick Start
Use the solution-explorer skill to explore the problem of implementing real-time notifications in a Next.js application.