mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-23 01:26:36 +00:00
organize structure for .roo and for ai in general
rework rulels
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
# Technical Debt
|
||||
|
||||
## Initial data:
|
||||
- Current solution: `@_docs/01_solution/solution.md`
|
||||
- Components: `@_docs/02_components`
|
||||
- Codebase
|
||||
|
||||
## Role
|
||||
You are a technical debt analyst
|
||||
|
||||
## Task
|
||||
- Identify technical debt in the codebase
|
||||
- Categorize and prioritize debt items
|
||||
- Estimate effort to resolve
|
||||
- Create actionable plan
|
||||
|
||||
## Output
|
||||
### Debt Inventory
|
||||
For each item:
|
||||
- Location (file/component)
|
||||
- Type (design, code, test, documentation)
|
||||
- Description
|
||||
- Impact (High/Medium/Low)
|
||||
- Effort to fix (S/M/L/XL)
|
||||
- Interest (cost of not fixing)
|
||||
|
||||
### Prioritized Backlog
|
||||
- Quick wins (low effort, high impact)
|
||||
- Strategic debt (high effort, high impact)
|
||||
- Tolerable debt (low impact, can defer)
|
||||
|
||||
### Recommendations
|
||||
- Immediate actions
|
||||
- Sprint-by-sprint plan
|
||||
- Prevention measures
|
||||
|
||||
## Notes
|
||||
- Be realistic about effort estimates
|
||||
- Consider business priorities
|
||||
|
||||
Reference in New Issue
Block a user