What problem does it solve? Deferred-work ledgers accumulate stale, unreliable entries that no one verifies against the actual codebase, leaving orchestrators unable to decide what to build, close, or escalate. This Skill verifies every open entry against the code and returns a validated, machine-readable triage partition. ## Core Features & Use Cases - Code-Verified Triage: Checks each open DW entry against the current tree, git history, and file:line evidence before classifying it as already_resolved, bundle, blocked, skip, or decision. - Bundle Planning: Groups buildable entries sharing a touchpoint into cohesive, kebab-case-named bundles sized for a single dev session, with 2-6 sentence intents. - Legacy Ledger Migration: Rewrites freeform pre-DW-format deferred-work files into canonical entries when invoked with --migrate, preserving existing entries byte-identically. - Use Case: During a bmad-loop sweep run, the orchestrator spawns this Skill to drain a deferred-work.md ledger; it returns a result.json the orchestrator validates field-by-field and executes deterministically. ## Quick Start Invoke this Skill inside a bmad-loop sweep session with BMAD_LOOP_MODE=1 to triage the project's deferred-work ledger into a validated result.json.