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