When you're working through a structured tasks.md file and need to see where you stand, this gives you a clean dashboard view. It shows phase completion bars, flags blocked tasks, highlights work that might already be done but not marked complete, and estimates remaining effort. The potentially complete detection is clever: it checks if files referenced in tasks actually exist, which catches that common gap between doing the work and updating the tracker. Run it manually when you want a status check, or let your AI agent pull it up. Most useful when you have phases with lots of tasks and need to spot bottlenecks without parsing the whole task list yourself.
npx skills add https://github.com/drillan/speckit-gates --skill progress-report