What problem does it solve? After running an implementation pass in a Spec-Driven Development workflow, 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 unbuilt or incomplete work as new traceable tasks. ## Core Features & Use Cases - Gap Assessment: Reads spec.md, plan.md, and tasks.md as the source of intent and classifies findings as missing, partial, contradicts, or unrequested work. - Severity Grading: Ranks findings CRITICAL through LOW, treating constitution MUST-principle violations as the highest severity. - Append-Only Task Generation: Appends a new numbered Convergence phase to tasks.md without modifying existing tasks, spec, plan, or code. - Use Case: After running /speckit-implement on a feature, run this Skill to verify the implementation covers every functional requirement and acceptance criterion, then hand the appended tasks back to /speckit-implement. ## Quick Start Ask the agent to run the speckit-converge skill to check the current codebase against the feature spec and append any remaining work to tasks.md.