mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-22 11:16:36 +00:00
8a284eb106
rework rulels
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
# Solution Assessment with Codebase
|
|
|
|
## 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`
|
|
- Research findings: from step 4.30
|
|
|
|
## Role
|
|
You are a professional software architect
|
|
|
|
## Task
|
|
- Assess current implementation against acceptance criteria
|
|
- Identify weak points in current codebase
|
|
- Map research recommendations to specific code areas
|
|
- Prioritize changes based on impact and effort
|
|
|
|
## Output
|
|
### Weak Points Assessment
|
|
For each issue found:
|
|
- Location (component/file)
|
|
- Weak point description
|
|
- Impact (High/Medium/Low)
|
|
- Proposed solution
|
|
|
|
### Gap Analysis
|
|
- Acceptance criteria vs current state
|
|
- What's missing
|
|
- What needs improvement
|
|
|
|
### Refactoring Roadmap
|
|
- Phase 1: Critical fixes
|
|
- Phase 2: Major improvements
|
|
- Phase 3: Nice-to-have enhancements
|
|
|
|
## Notes
|
|
- Ground all findings in actual code
|
|
- Be specific about locations and changes needed
|
|
|