What problem does it solve? After running an implementation pass, teams often cannot tell whether the code actually satisfies everything the spec, plan, and tasks promised. This Skill closes that gap by auditing the current codebase against the feature's spec.md, plan.md, and tasks.md, then appending any unbuilt or incomplete work as new traceable tasks so the implement step can finish the job. ## Core Features & Use Cases - Gap Detection and Classification: Finds missing, partial, contradicting, or unrequested work by comparing the intent inventory (requirements, acceptance criteria, plan decisions, constitution principles) against the actual code. - Append-Only Task Generation: Adds a new numbered Convergence phase to tasks.md with zero-padded task IDs, never rewriting or renumbering existing tasks, and leaves the file untouched when everything is already satisfied. - Severity-Graded Findings Report: Presents an in-session table of findings graded CRITICAL through LOW, with constitution violations surfaced first. - Use Case: After running /speckit-implement on a feature, run this Skill to verify nothing from the spec was missed; it appends tasks like "T042 Add append-only guard per FR-008 (missing)" so the next implement pass completes the remaining work. ## Quick Start Ask the assistant to run the speckit-converge skill to check the current feature's implementation against its spec, plan, and tasks and append any remaining work to tasks.md.