Capture debt as you find it
When you spot tech debt during feature work, create a card immediately in the Identified column. Include why it matters, what it blocks, and a rough effort estimate in the description.
// Technical Debt
Stop letting tech debt hide in Slack threads and TODO comments. Catalog every shortcut, outdated dependency, and architectural issue in one board your team actually checks.
Identified
3Migrate legacy jQuery widgets to React components
Remove deprecated Stripe v2 API calls
Replace hand-rolled CSV parser with papaparse
Prioritized
2Upgrade Node.js from v18 to v22 LTS
Consolidate three overlapping logger libraries
In Progress
2Refactor monolithic user service into bounded contexts
Add TypeScript strict mode to shared packages
Done
2Replace moment.js with date-fns across 47 files
Extract inline SQL queries into parameterized repository layer
When you spot tech debt during feature work, create a card immediately in the Identified column. Include why it matters, what it blocks, and a rough effort estimate in the description.
Use High Impact and Low Effort labels to surface quick wins. Move the highest-value items to Prioritized so your team tackles debt that actually speeds up future development.
Reserve 10-20 percent of each sprint for tech debt cards. Pull from Prioritized into In Progress alongside feature work so debt reduction is continuous, not a one-off event.
Move finished items to Done and review them in retros. Tracking completed debt paydowns builds team morale and gives leadership visibility into engineering health.
A technical debt tracker is a board that catalogs shortcuts, outdated dependencies, and architectural issues in your codebase. Each card represents a specific piece of debt with context on its impact, making it easy to prioritize and chip away at it over time.
Yes. Flux labels are fully editable. Rename them to match your classification system - Refactor, Dependency, Architecture, Security - or add effort estimates like Small, Medium, Large alongside impact labels.
Flux gives you real-time board updates so the whole team sees debt priorities change as they happen. Use the multi-board view to track debt alongside your sprint board, checklists to break down large refactors, and the AI assistant to draft debt descriptions from code context.
// Pay it down
No credit card. Manage technical debt with labels, priorities, and real-time team visibility.