원클릭으로
engineering-tech-debt-tracker
Track, categorize, and prioritize technical debt across the codebase and project tracker
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Track, categorize, and prioritize technical debt across the codebase and project tracker
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Draft an offer letter with compensation details and terms
Create structured interview plans with competency-based questions and scorecards. Triggers on "interview plan for [role]", "interview questions for [role]", "scorecard for [role]"
Headcount planning, org design, and team structure optimization. Triggers on "org planning", "headcount plan", "team structure", "reorg", "who should we hire next"
Track and manage recruiting pipeline from sourcing through offer. Triggers on "recruiting update", "candidate pipeline", "how many candidates", "hiring status for [role]"
Generate a prioritized daily plan. Triggers on "plan my day", "what's on my plate", "start my day", "morning plan", "daily priorities"
Quick meeting prep for any meeting — context, agenda, and talking points. Triggers on "prep for my meeting", "what's my next meeting about", "meeting context for [topic]"
| name | engineering-tech-debt-tracker |
| description | Track, categorize, and prioritize technical debt across the codebase and project tracker |
| metadata | {"openclaw":{"tags":["engineering","tech-debt","maintenance","quality"]}} |
When the user asks to review tech debt, generate a debt report, or prioritize maintenance work:
Use capability_execute with the following parameters:
If the result status is "needs_setup", inform the user that project
tracker access is required and suggest running /connect_apps.
Use capability_execute with the following parameters:
Bugs and quality issues often represent or are caused by underlying tech debt. Include them in the analysis.
Use capability_execute with the following parameters:
Find any existing tech debt inventories, migration plans, or ADRs that document intentional debt and planned remediation.
Use capability_execute with the following parameters:
Capture informal tech debt discussions that may not have been formally tracked. Engineers often flag debt in chat before creating tickets.
Use capability_execute with the following parameters:
Measure how much sprint capacity has been consumed by debt-related work versus new feature work over the last three sprints.
Use capability_execute with the following parameters:
Gather context on industry best practices for tech debt ratios and prioritization approaches to calibrate recommendations.
Categorize all debt items and format:
## Technical Debt Report
**Date:** <current_date>
**Team:** <team_name>
**Total debt items:** <count>
**Estimated total effort:** <sum_of_story_points_or_estimate>
### Debt Health Score
**Score:** <calculated_1_to_10> / 10
**Trend:** <improving/stable/worsening based on comparison to prior data>
Scoring factors:
- Total open debt items: <count> (<up/down> from last report)
- Debt age (avg days open): <days>
- Debt as % of sprint work (last 3 sprints): <percentage>
- Critical/high priority debt items: <count>
### Debt by Category
#### Infrastructure & Deployment (<count> items, <points> points)
| # | Item | Priority | Age | Est. Effort | Impact |
|---|------|----------|-----|-------------|--------|
| 1 | <title> | <priority> | <days> | <points> | <impact> |
#### Code Quality & Refactoring (<count> items, <points> points)
| # | Item | Priority | Age | Est. Effort | Impact |
|---|------|----------|-----|-------------|--------|
| 1 | <title> | <priority> | <days> | <points> | <impact> |
#### Testing & Quality (<count> items, <points> points)
| # | Item | Priority | Age | Est. Effort | Impact |
|---|------|----------|-----|-------------|--------|
| 1 | <title> | <priority> | <days> | <points> | <impact> |
#### Dependencies & Upgrades (<count> items, <points> points)
| # | Item | Priority | Age | Est. Effort | Impact |
|---|------|----------|-----|-------------|--------|
| 1 | <title> | <priority> | <days> | <points> | <impact> |
#### Documentation & Knowledge Gaps (<count> items, <points> points)
| # | Item | Priority | Age | Est. Effort | Impact |
|---|------|----------|-----|-------------|--------|
| 1 | <title> | <priority> | <days> | <points> | <impact> |
#### Security & Compliance (<count> items, <points> points)
| # | Item | Priority | Age | Est. Effort | Impact |
|---|------|----------|-----|-------------|--------|
| 1 | <title> | <priority> | <days> | <points> | <impact> |
### Velocity Impact Analysis
| Sprint | Total Points | Feature Points | Debt Points | Debt % |
|--------|-------------|----------------|-------------|--------|
| <sprint> | <total> | <feature> | <debt> | <pct> |
| <sprint> | <total> | <feature> | <debt> | <pct> |
| <sprint> | <total> | <feature> | <debt> | <pct> |
**3-sprint average debt allocation:** <percentage>
**Industry benchmark:** 15-20% of capacity for maintenance
### High-Risk Debt Items
Items that pose the greatest risk if not addressed:
1. **<title>** -- Risk: <what_could_go_wrong>
- Age: <days> | Effort: <points> | Blocked by: <dependencies>
2. **<title>** -- Risk: <what_could_go_wrong>
- Age: <days> | Effort: <points>
3. **<title>** -- Risk: <what_could_go_wrong>
- Age: <days> | Effort: <points>
### Quick Wins
Items with high impact relative to effort:
1. **<title>** -- Effort: <low> | Impact: <high>
2. **<title>** -- Effort: <low> | Impact: <medium>
3. **<title>** -- Effort: <low> | Impact: <medium>
### Informal Debt (from chat, not yet tracked)
Issues mentioned in engineering channels but not formally ticketed:
1. <summary_from_chat> -- Mentioned by: <person> -- Date: <date>
2. <summary_from_chat> -- Mentioned by: <person> -- Date: <date>
### Migration & Deprecation Status
| Migration | Status | Target Date | Progress |
|-----------|--------|-------------|----------|
| <migration_name> | <on-track/at-risk/stalled> | <date> | <pct> |
### Recommendations
1. **Prioritize for next sprint:**
- <specific_items_with_rationale>
2. **Schedule for this quarter:**
- <larger_items_that_need_dedicated_time>
3. **Process improvements:**
- <suggested_changes_to_prevent_new_debt_accumulation>
4. **Debt budget recommendation:**
- Allocate <percentage>% of next sprint to debt reduction (<points> points)
If the user asks to create tasks for specific recommendations, use
capability_execute with capabilityId "project.create_task" for each.