What problem does it solve? In a spec-driven development pipeline, validation questions marked "VALIDAR DEPOIS" and unfinished tasks accumulate across many artifacts (PRD, TRD, code review, QA report, security review, SRE review, BASELINE). Manually opening each file to find what is still pending is slow and error-prone. This Skill scans all of them at once and returns two consolidated tables: open validation items and tasks not yet marked as implemented. ## Core Features & Use Cases - Pending validation scan: Extracts every "VALIDAR DEPOIS" item with status "pendente" from all feature specs and docs/BASELINE.md, deduplicating rows that merely reference a previous round. - Unimplemented task report: Reads the "Decomposição de tarefas e dependências" table of each TRD and lists rows whose Status is still pendente, em andamento, or bloqueado, including the linked GitHub issue. - Guided resolution: Routes each item to the right follow-up — /btt-sdd:amend to close a validation item, /btt-sdd:implement for pending tasks, or /btt-sdd:trd when a feature has a PRD but no TRD yet. - Use Case: Before a sprint review, ask what is still pending; the Skill returns a table like "feature | artifact | ID | question | context" plus the open task list, so you can decide what to resolve or implement next. ## Quick Start Ask the assistant to list all pending validation items and unimplemented tasks across the SDD pipeline, optionally naming a specific feature slug to filter the results.