一键导入
debt
Track and manage tech debt. Use when the user says "tech debt", "TODO", "hack", "shortcut", "fix later", or wants to see what needs cleaning up.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Track and manage tech debt. Use when the user says "tech debt", "TODO", "hack", "shortcut", "fix later", or wants to see what needs cleaning up.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Save something to the memory palace. Use when the user says "remember", "store this", "save for later", or "don't forget".
Generate structured product and feature ideas for a given area. Use when the user asks to brainstorm, ideate, or explore feature ideas.
Stress-test an architectural decision or feature approach. Use when the user wants a second opinion, wants to poke holes in a plan, or says "challenge this".
Record or query architectural decisions. Use when the user says "log decision", "why did we", or "record that we chose".
View or update the living feature map that tracks where every feature is implemented across all packages. Auto-invoked when agents need to find feature implementations.
Auto-summarize what was accomplished in this session. Use at the end of a conversation or when the user says "journal", "summarize session", or "what did we do".
| name | debt |
| description | Track and manage tech debt. Use when the user says "tech debt", "TODO", "hack", "shortcut", "fix later", or wants to see what needs cleaning up. |
| argument-hint | [add|list|resolve] [description] |
| arguments | ["action","description"] |
| allowed-tools | Read, Write, Glob, Grep |
Manage the tech debt register at .claude/memory/tech-debt.md.
### DEBT-{NNN}: {title}
**Added**: {today's date}
**Severity**: Low | Medium | High | Critical
**Area**: workers | frontend | mobile | shared | ci
**What**: What's the shortcut or problem?
**Why it exists**: Why was this acceptable at the time?
**Fix when**: What trigger should prompt fixing this? (e.g. "when we hit 1000 users", "before adding feature X", "next major version")
**Estimated effort**: S / M / L
Show all open debt items grouped by severity, with a count summary.
Mark the matching entry as resolved with today's date and a brief note on how it was fixed.
Scan the codebase for TODO, FIXME, HACK, XXX comments and cross-reference with the register. Report any untracked debt.