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 those 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 with severity levels. - Append-Only Task Generation: Adds a new numbered Convergence phase to tasks.md with zero-padded task IDs, never modifying existing tasks, specs, plans, or application code. - Constitution Enforcement: Treats violations of MUST principles in .specify/memory/constitution.md as CRITICAL findings requiring remediation tasks. - Use Case: After /speckit-implement finishes, run this Skill to discover that FR-008's append-only guard was never built; it appends a HIGH-severity task so the next implement pass completes it. ## Quick Start Run the speckit-converge skill to check my current implementation against the feature spec and append any remaining work to tasks.md.