name: tech-debt description: "技術的負債の特定・管理 — コードベースの負債を可視化し、返済計画を立てる。" argument-hint: "[area?]" user-invocable: true allowed-tools: Read, Glob, Grep, Write, Bash
Tech Debt Management
- Scan codebase for indicators (TODO, FIXME, HACK, deprecated APIs)
- Identify architectural debt (tight coupling, missing abstractions)
- Classify by risk (security debt > financial accuracy debt > performance debt > maintenance debt)
- Create payback plan with effort estimates
- Prioritize: debt blocking new features first
Output: docs/tech-debt-[date].md