What problem does it solve? After an implementation pass, it is hard to know whether the code actually satisfies everything the feature's spec, plan, and tasks promised. This Skill closes that gap by auditing the current codebase against those artifacts and appending any unfinished work as new, traceable tasks so nothing falls through the cracks. ## Core Features & Use Cases - Gap Assessment: Reads spec.md, plan.md, and tasks.md as the source of intent and classifies every discrepancy as missing, partial, contradicts, or unrequested, with severity levels from CRITICAL to LOW. - Append-Only Task Generation: Adds a new Convergence phase to tasks.md with zero-padded task IDs traced back to their source requirement, without ever modifying existing tasks, specs, plans, or code. - Constitution Enforcement: Treats violations of project constitution MUST principles as the highest-severity findings and emits remediation tasks first. - Use Case: After running an implementation pass on a feature, invoke this Skill to verify the code covers all functional requirements and acceptance criteria; it either reports the feature as converged or appends the remaining work for the next implement run. ## Quick Start Ask the assistant to run the speckit-converge skill to check the current feature's implementation against its spec, plan, and tasks and append any remaining work to tasks.md.