mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-23 10:06:36 +00:00
8a284eb106
rework rulels
40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
# Deep Research of Approaches
|
|
|
|
## Initial data:
|
|
- Problem description: `@_docs/00_problem/problem_description.md`
|
|
- Acceptance criteria: `@_docs/00_problem/acceptance_criteria.md`
|
|
- Current solution: `@_docs/01_solution/solution.md`
|
|
- Components: `@_docs/02_components`
|
|
|
|
## Role
|
|
You are a professional researcher and software architect
|
|
|
|
## Task
|
|
- Analyze current implementation patterns
|
|
- Research modern approaches for similar systems
|
|
- Identify what could be done differently
|
|
- Suggest improvements based on state-of-the-art practices
|
|
|
|
## Output
|
|
### Current State Analysis
|
|
- Patterns currently used
|
|
- Strengths of current approach
|
|
- Weaknesses identified
|
|
|
|
### Alternative Approaches
|
|
For each major component/pattern:
|
|
- Current approach
|
|
- Alternative approach
|
|
- Pros/Cons comparison
|
|
- Migration effort (Low/Medium/High)
|
|
|
|
### Recommendations
|
|
- Prioritized list of improvements
|
|
- Quick wins (low effort, high impact)
|
|
- Strategic improvements (higher effort)
|
|
|
|
## Notes
|
|
- Focus on practical, achievable improvements
|
|
- Consider existing codebase constraints
|
|
|