What problem does it solve? When an automated bmad-loop run pauses because a dev or review session hit a CRITICAL escalation — a contradiction or gap in the frozen spec it could not safely resolve alone — this Skill provides an interactive session to disambiguate the spec with a human and unblock the run. ## Core Features & Use Cases - Escalation triage: Reads the orchestrator-written context.json to present recorded escalations, the frozen spec, and the pause reason to the human with concrete resolution options. - Frozen spec correction: Amends the <frozen-after-approval> block and acceptance criteria so a fresh dev session has exactly one correct reading, then writes a resolution.json marker so the orchestrator can re-arm the story. - Worktree and sentinel handling: Correctly routes spec edits based on spec_reaches_the_redrive and redrive_base_ref, handles review-stage intent-gap patch restores, and resolves stories-mode sentinels and ambiguous story-file matches. - Use Case: A review session escalates because the spec is silent on empty-list behavior for a CLI command; you invoke this Skill, review the saved patch as evidence, agree with the human on the intended behavior, amend the spec, and record the resolution so the run resumes. ## Quick Start Invoke the skill with /bmad-loop-resolve <story-key> after a bmad-loop run pauses on a CRITICAL escalation, then read the resolve context file it points to.