What problem does it solve?
It helps teams systematically discover, quantify, plan, remediate, and validate technical debt so the codebase improves without regressions.
Core Features & Use Cases
- Unified Scan → Assess → Plan → Fix → Validate: Runs an end-to-end tech debt governance pipeline with clear stage outputs and a final validation gate.
- Team-worker orchestration by roles: Uses a coordinator to route work to domain-specific workers (scanner, assessor, planner, executor, validator).
- Worktree-based incremental remediation with regression governance: Executes changes in an isolated git worktree, then runs tests/type/lint and performs Fix-Verify loops (up to 3 rounds) when regressions appear.
- Use Case: For a Rust/modern codebase in active development, identify debt across code/architecture/testing/dependencies/documentation, generate a prioritized remediation plan, apply fixes, and verify with automated checks before the PR.
Quick Start
Run the tech-debt pipeline in full remediation mode by invoking the skill with: Skill(skill="team-tech-debt", args="--mode=remediate Describe the tech debt goals and scope you want to improve").