Technical Debt — Systematic Detection and Resolution
Weekly analysis of technical, security, and compliance debt with automated resolution.
Context
Weekly cycle of detecting and resolving technical, security, and compliance debt combining all four tools.
Flow with 4 tools
△ Phase 01 — architect
Debt analysis
Weekly codebase technical debt analysis.
△ architect
architect run "Analyze codebase technical debt" \
--agent plan --report markdown --budget 0.25 > reports/tech-debt.md ◇ Phase 02 — vigil
Security debt
Security scan and dependency health check.
◇ vigil
vigil scan src/ --format json --output reports/security-debt.json
vigil deps --verify --output reports/dependency-health.json ⬡ Phase 03 — licit
Compliance debt
Compliance gap analysis combining technical, security, and regulatory debt.
⬡ licit
licit gaps --format json --output reports/compliance-debt.json