What problem does it solve? After running an implementation pass, teams often cannot tell whether the code actually satisfies everything the feature's spec, plan, and tasks demanded. This Skill closes that gap by auditing the current codebase against the spec-kit artifacts and appending any unbuilt or incomplete work as new, traceable tasks to tasks.md. ## Core Features & Use Cases - Gap Assessment: Compares the live codebase against spec.md requirements, plan.md decisions, and tasks.md items, classifying findings as missing, partial, contradicts, or unrequested. - Append-Only Task Generation: Adds a new numbered Convergence phase to tasks.md with severity-ordered, source-traced tasks, never rewriting or renumbering existing tasks. - Constitution Enforcement: Flags violations of project constitution MUST principles as CRITICAL findings with remediation tasks. - Use Case: After running /speckit-implement on a feature, run this Skill to discover that FR-008's validation logic was never built; it appends a task like "T042 Add input validation per FR-008 (missing)" so the next implement pass completes it. ## Quick Start Run the speckit-converge skill to check my current feature implementation against its spec, plan, and tasks and append any remaining work to tasks.md.