What problem does it solve? Deferred-work ledgers accumulate stale, unreliable entries over time: items marked open are often already fixed, blocked, or moot, and no one verifies them against the actual code. This Skill automates that triage inside bmad-loop sweep runs, verifying every open entry against the codebase and emitting a validated result.json the orchestrator can act on deterministically. ## Core Features & Use Cases - Code-Verified Triage: Reads each open DW entry's location, greps for the symptom, and checks git history to classify entries as already_resolved (with file:line or commit evidence), bundles, blocked, skip, or human decisions. - Machine-Readable Output: Writes a strictly validated result.json with partition rules enforced by the orchestrator — every open id in exactly one category, kebab-case bundle names, and structured decision options with recommendations. - Legacy Ledger Migration: A --migrate mode rewrites freeform pre-DW-format ledgers into canonical DW-<n> entries, preserving existing entries byte-identically and emitting a key-to-DW-id mapping. - Use Case: During a bmad-loop sweep, the orchestrator spawns this Skill to triage 15 open deferred-work entries; it returns 4 already-resolved with evidence, 2 buildable bundles, 1 blocked entry, and 2 human decisions — all without touching code or asking questions. ## Quick Start Run a bmad-loop sweep so the orchestrator invokes this Skill to triage the open entries in deferred-work.md and produce a validated result.json.