speckit-converge

Compare code against spec.md, plan.md, and tasks.md to identify gaps.

Updated Aug 1, 2026
One-click install
npx skills add https://github.com/agol586/wb86 --skill speckit-converge-agol586
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-converge
Source: https://github.com/agol586/wb86/tree/main/.agents/skills/speckit-converge
Command: npx skills add https://github.com/agol586/wb86 --skill speckit-converge-agol586

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill bridges the gap between high-level feature specifications and the actual codebase, ensuring that all requirements, plans, and tasks are fully implemented and compliant with project constraints.

Core Features & Use Cases

  • Gap Analysis: Automatically compares the current state of the code against spec.md, plan.md, and tasks.md to identify missing or contradictory work.
  • Traceable Task Generation: Appends new, actionable tasks to tasks.md to ensure all requirements are addressed by subsequent implementation passes.
  • Use Case: After a series of coding sessions, run this Skill to verify that all acceptance criteria from the original specification have been met and to capture any overlooked edge cases as new tasks.

Quick Start

Run the speckit-converge skill to assess the current directory and append any missing work to the tasks file.

Frequently Asked Questions about speckit-converge

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

FAQPage Schema
How do I check if my codebase implementation matches feature specifications?

Feature specification gap analysis compares your current codebase against spec.md, plan.md, and tasks.md files to identify missing or contradictory implementation work and ensure strict adherence to project documentation.

What is the best way to generate traceable tasks for missing code requirements?

The best way to generate traceable tasks is to use an append-only task management process that automatically adds new, actionable items to tasks.md, ensuring all overlooked edge cases are captured for subsequent implementation passes.

How do I verify code compliance with architectural constraints after coding sessions?

You can verify code compliance by assessing the current directory against project documentation and architectural constraints, ensuring all acceptance criteria from the original specification have been fully met.

Does this codebase gap analysis tool require any external dependencies?

No external dependencies are required. The gap analysis tool operates directly within your development workflow using scripts to assess specification compliance without needing additional packages.

When should I run code verification against project documentation in my development workflow?

You should run code verification after a series of coding sessions to verify all acceptance criteria have been met and to capture any overlooked edge cases as new actionable tasks before finalizing your implementation.

Why does my code implementation deviate from the original plan and task lists?

Implementation deviates from the original plan when gaps exist between high-level feature specifications and the actual codebase, which automated constitution-compliant code verification identifies by comparing current code against plan.md and tasks.md.