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 called for. This Skill closes that gap by auditing the current codebase against the feature's specification artifacts and appending any unbuilt or incomplete 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 highest severity. - Append-Only Task Generation: Appends a new numbered Convergence phase to tasks.md without modifying existing tasks, spec, plan, or any application code. - Use Case: After running /speckit-implement on a feature, run converge to discover that FR-008's validation logic was never built; the Skill appends a new task for it so the next implement pass completes it. ## Quick Start Ask the agent to run the speckit-converge skill to check the current feature's implementation against its spec and append any remaining work to tasks.md.