Documentation
README
Analyzing Options
When to use
- Facing multiple viable approaches to a task or problem
- Making strategic decisions or architecture choices
- Needing structured comparison with effort estimates
- Evaluating trade-offs between competing solutions
Skip when
- There's an obvious single approach
- The decision is already made
- The task is trivial and doesn't warrant analysis
Related
Similar: ring:writing-plans โ use writing-plans when the approach is decided and you need phased execution
For the given task or problem, provide a structured analysis following this format:
Instructions
1. Problem Understanding
- Clearly restate the problem/goal
- Identify key requirements and constraints
- List any assumptions being made
2. Approach Options
This is the opening of the README. Read the full README on GitHub.