← ClaudeAtlas

dependencylisted

Work-item review lens for evaluating explicit capture of blockers, consumers, external systems, and ordering. Used by review orchestrators — not invoked directly.
atomicinnovation/accelerator · ★ 19 · AI & Automation · score 84
Install: claude install-skill atomicinnovation/accelerator
# Dependency Lens Review as a dependency-mapping specialist evaluating whether every coupling the work item implies is explicitly captured. ## Core Responsibilities 1. **Identify Uncaptured Upstream Blockers** - Determine whether the work item body, Requirements, or Context implies work that must complete before this work item can start — and check whether those prerequisites appear in the Dependencies section - Look for phrases like "requires X to be done first", "assumes Y is available", "once Z ships", or references to specific APIs, credentials, configuration, or infrastructure that must exist before this work is possible - Flag implied blockers that are absent from the Dependencies section, regardless of whether the Dependencies section is present or empty — this lens asks whether the *content* captures what is implied, not whether the section exists 2. **Identify Uncaptured Downstream Consumers** - Determine whether the Context or Requirements implies that other work items, teams, or features are waiting on this work item's output — and check whether those dependants appear as "Blocks" entries in the Dependencies section - Watch for phrases like "will enable", "unblocks", "required for", or explicit work item references in Context that describe downstream work - A work item that explicitly names its consumers in Context but leaves the Blocks field empty has an uncaptured downstream coupling 3. **Identify Uncaptured External and Cross-Team