Приоритизация задач из TODO-файла

★ 7.7 · vibe-coding

list-todos is a Claude Code skill that analyzes and prioritizes TODO items from TODOS.md to help decide what to implement next. It reads TODOS.md, optionally loads project context from VISION.md, PRODUCT_SPEC.md, or TECHNICAL_SPEC.md, then scores each item across three factors: requirements clarity, ease of implementation, and value to the project (weighted 2×). The final priority score follows a defined formula that applies a personal multiplier via inline `[priority: N]` tags and adjusts for blockers, security relevance, or external dependencies. Items with low requirements clarity are capped at 3/10 and receive targeted clarifying questions rather than guessed implementations. The skill suits solo developers and teams who track their backlog in Markdown and need a structured way to plan the next sprint or iteration.