What problem does it solve? After running an implementation pass in a Spec Kit project, it is hard to know whether the code actually satisfies everything the spec, plan, and tasks demanded. This Skill closes that gap by auditing the current codebase against the feature artifacts and appending any unfinished work as new, traceable tasks to tasks.md. ## Core Features & Use Cases - Gap Assessment: Reads spec.md, plan.md, and tasks.md as the source of intent, inspects the code in scope, and classifies findings as missing, partial, contradicts, or unrequested. - Severity Grading: Ranks findings CRITICAL through LOW, with constitution MUST violations treated as the highest severity. - Append-Only Task Generation: Appends a new "Phase N: Convergence" section to tasks.md with zero-padded task IDs, never rewriting or renumbering existing tasks. - Use Case: After running /speckit-implement on a feature, run converge to discover that an acceptance scenario from US2 is only partially implemented, then let /speckit-implement complete the newly appended tasks. ## Quick Start Ask the agent to run the speckit-converge skill to check the current feature implementation against its spec and append any remaining work to tasks.md.