learn-alternatives
FeaturedCompare different approaches to solve the same problem
Install
Quality Score: 93/100
Skill Content
Details
- Author
- FlorianBruniaux
- Repository
- FlorianBruniaux/claude-code-ultimate-guide
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- CC-BY-SA-4.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
alternatives-before-code
Compare viable solution paths before implementation. Use when architecture, refactors, data model changes, workflow changes, tool choices, or irreversible decisions make the first idea too sticky. NOT for one-line fixes, constrained chores, or changes with only one safe path.
strategic-analysis
Use when the user must CHOOSE between two or more named approaches, technologies, or design decisions before committing. Compares options with explicit trade-off tables and a recommendation. Trigger on "X or Y", "should we use A or B", "compare approaches", "trade-offs", "pros and cons", "which is better", "what do you recommend", "I'm torn between", "the team is split on", "I need to decide between", "keep X or switch to Y", "evaluate options for", "monorepo vs separate repos", "REST vs GraphQL". DECIDES between named alternatives with trade-off analysis — not for sizing complexity (use complexity-assessment), not for code review (use code-review-guide), not for creating plans, not for searching existing code (use codebase-scan).
problem-solving
5 techniques for different problem types. Use when stuck or facing complex challenges.