speckit-converge

Assess codebase features against specifications and append outstanding tasks to tasks.md.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/SorinS/go-speckit --skill speckit-converge-sorins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-converge
Source: https://github.com/SorinS/go-speckit/tree/main/testdata/golden/scaffold/proj-vibe/.vibe/skills/speckit-converge
Command: npx skills add https://github.com/SorinS/go-speckit --skill speckit-converge-sorins

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spec-kit, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of assessing codebase features against specifications, plans, and tasks, appending any outstanding work as tasks for implementation.

Core Features & Use Cases

  • Feature Code Convergence: Assesses the codebase for completeness and alignment with specifications and tasks.
  • Automated Task Creation: Automatically appends outstanding tasks to a 'tasks.md' file for implementation.
  • Integration: Compatible with Spec-Driven Development workflows and requires a spec-kit project structure.

Quick Start

Use the speckit-converge skill on a project with the --integration flag, like 'specify converge my-project --integration copilot'.

Frequently Asked Questions about speckit-converge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code convergence with specifications in Spec-Driven Development?

Automating code convergence involves assessing codebase features against specifications and tasks, then automatically appending any outstanding work to a 'tasks.md' file for implementation.

What is feature code convergence and how does it verify specification alignment?

Feature code convergence assesses the codebase for completeness and alignment with project specifications and tasks, ensuring implemented code matches the defined Spec-Driven Development requirements.

Do I need a Spec-Kit project structure to verify task completeness?

Yes, verifying task completeness requires a Spec-Kit project structure and a valid 'tasks.md' file to assess codebase features and append outstanding implementation work.

How do I run code assessment for specification alignment with an integration flag?

Run code assessment for specification alignment by executing the convergence script with an integration flag, such as 'specify converge my-project --integration copilot'.

Can I use code convergence scripts to automatically generate missing implementation tasks?

Yes, code convergence scripts automatically generate missing implementation tasks by assessing the codebase against specifications and appending the outstanding work to your 'tasks.md' file.