What problem does it solve? In a spec-driven development pipeline, pending validation questions and unfinished tasks get scattered across PRDs, TRDs, review reports, and baseline documents, making it hard to know what still needs attention. This Skill aggregates all open items into two consolidated tables without reading every artifact into context. ## Core Features & Use Cases - Pending validation scan: Collects all items marked "VALIDAR DEPOIS" with status "pendente" from prd.md, trd.md, code-review.md, qa-report.md, security-review.md, sre-review.md, and docs/BASELINE.md, deduplicated across review rounds. - Unimplemented task tracking: Parses the task decomposition table of each TRD and lists rows whose Status is still pendente, em andamento, or bloqueado, including features that have a PRD but no TRD yet. - Guided resolution: Routes each item to the right follow-up — /sdd-amend for closing validation items, /sdd-implement or /sdd-trd for advancing tasks. - Use Case: After several pipeline rounds, ask what is still pending and receive a feature-by-feature table of open validation questions and unfinished tasks, then resolve one item on the spot. ## Quick Start Ask the assistant to list all pending validation items and unimplemented tasks across the specs directory, optionally filtered to a single feature slug.