What problem does it solve?
This Skill eliminates the manual, error-prone work of tracking gaps between feature specifications, implementation plans, task lists, and actual code for teams using the spec-kit workflow, ensuring no required work is missed after implementation runs.
Core Features & Use Cases
- Gap Assessment: Automatically compares current code against spec.md, plan.md, and tasks.md to identify unmet requirements, partial implementations, and conflicting code.
- Severity Classification: Ranks findings by severity (CRITICAL, HIGH, MEDIUM, LOW) based on impact to functionality and alignment with project constitution rules.
- Append-Only Task Generation: Adds only new, traceable convergence tasks to the end of tasks.md without modifying existing tasks, specs, plans, or application code.
- Use Case: After running /speckit-implement on a feature, use this Skill to automatically surface any leftover work needed to fully meet the spec, so teams don't have to manually audit the codebase.
Quick Start
Use the speckit-converge skill to assess your current feature implementation against its spec and append any remaining missing tasks to tasks.md.