What problem does it solve? Deferred-work ledgers accumulate stale, already-fixed, or blocked entries whose statuses are unreliable, and an unattended orchestrator needs a validated, machine-readable triage plan before it can close, bundle, or escalate that work. ## Core Features & Use Cases - Code-Verified Triage: Verifies every open DW entry against the actual codebase (file reads, greps, git history) and partitions entries into already_resolved, bundles, blocked, skip, and human decisions with concrete evidence. - Machine-Readable Output: Writes a strictly validated result.json (open_ids, bundles with kebab-case names, decision options with recommendations) that the bmad-loop orchestrator checks deterministically. - Legacy Ledger Migration: A --migrate mode rewrites freeform pre-DW-format ledgers into canonical DW-<n> entries while preserving existing entries, gate tokens, and done states byte-identically. - Use Case: During a bmad-loop sweep run, the orchestrator spawns this skill to classify 12 open deferred-work entries; it returns 3 already-resolved items with commit evidence, 2 buildable bundles, 1 blocked item, and 1 human decision, which the orchestrator then executes. ## Quick Start Run a bmad-loop sweep session with BMAD_LOOP_MODE=1 set so this skill triages the deferred-work ledger and writes its result.json for the orchestrator.