What problem does it solve? Tech-debt plan documents often sit untouched or get abandoned mid-implementation, leaving their state unclear. This Skill drives a plan document through its full lifecycle, tracking state transitions (New → InProgress → Complete) and delegating the actual fix to an implementation workflow. ## Core Features & Use Cases - Automatic Plan Discovery: Finds all tech-debt docs marked New under docs/tech-debt/ when no path is given, and lets you pick one interactively. - State Guard & Recovery: Detects interrupted runs (state stuck at InProgress) and offers resume or restart options; requires confirmation before re-running completed plans. - Delegated Implementation: Hands off the fix to the superpowers workflow with git worktree isolation, then verifies final state, file relocation to docs/completed-tech-debt/, and commits as a safety net. - Use Case: You have a backlog of tech-debt plans in docs/tech-debt/. Run this Skill, select a plan, and it marks it InProgress, commits the claim, implements the fix in an isolated worktree, merges locally, and archives the doc as Complete. ## Quick Start Ask the AI to execute the tech-debt plan at docs/tech-debt/ranked-league/ranked-season-hardcoded-90-days.md, or simply ask it to pick and run any New tech-debt plan.