Методичная отладка без компромиссов

★ 8.0 · vibe-coding

thoroughness is a Claude Code skill that enforces a disciplined, no-shortcut approach to complex tasks, prioritizing correctness and completeness over speed. It structures work into three phases: root-cause analysis (20% of time), systematic implementation in dependency order (60%), and comprehensive verification across unit, integration, and E2E tests (20%). Each fix is fully verified before moving on, and progress is tracked explicitly throughout. The skill is designed for critical bug fixes, large-scale refactoring, debugging test failures, and production deployments — any situation where quick patches accumulate into costly technical debt. Per the source, the upfront 2–3× time investment yields a 10× reduction in future debugging and rework, following the principle "slow is smooth, smooth is fast."