What problem does it solve? Deferred-work ledgers accumulate stale, already-fixed, or blocked entries whose recorded statuses are unreliable, making it impossible for an automated orchestrator to know what work can actually be scheduled. This Skill verifies every open entry against the real codebase and returns a deterministic, machine-readable triage plan. ## Core Features & Use Cases - Code-Verified Triage: Reads each open DW-<n> ledger entry, checks the referenced code and git history, and partitions entries into already_resolved, bundles, blocked, skip, or decisions with concrete evidence. - Bundle Planning: Groups buildable entries sharing a touchpoint into cohesive kebab-case-named bundles sized for a single dev session, with a 2-6 sentence intent per bundle. - Legacy Ledger Migration: In --migrate mode, rewrites freeform pre-DW-format ledgers into canonical ### DW-<n>: entries while preserving existing entries byte-identically and emitting a key-to-DW-id mapping. - Use Case: A bmad-loop sweep run spawns this Skill unattended; it reads deferred-work.md, verifies 12 open entries against the tree, and writes a validated result.json the orchestrator uses to close resolved entries and dispatch bundle dev sessions. ## Quick Start Invoke this skill inside a bmad-loop sweep session with BMAD_LOOP_MODE=1 set so it triages the deferred-work ledger and writes the result file.