speckit-converge

Evaluate codebases against spec.md, plan.md, and tasks.md to generate remediation tasks.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/Steve-Smith-CODE/yachakuqwasi --skill speckit-converge-steve-smith-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-converge
Source: https://github.com/Steve-Smith-CODE/yachakuqwasi/tree/main/.claude/skills/speckit-converge
Command: npx skills add https://github.com/Steve-Smith-CODE/yachakuqwasi --skill speckit-converge-steve-smith-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill resolves discrepancies between the intended functionality defined in specifications and the actual state of the codebase, ensuring that development remains strictly compliant with the project's architectural constitution.

Core Features & Use Cases

  • Gap Analysis: Automatically evaluates the codebase against spec.md, plan.md, and tasks.md to identify missing or contradictory implementations.
  • Automated Task Generation: Adds pending work as traceable tasks to tasks.md, ensuring no requirement is overlooked.
  • Use Case: After implementing a new feature, run this skill to verify that all acceptance criteria are met and to generate a checklist for any remaining edge cases or unaddressed requirements.

Quick Start

Run the speckit-converge skill to evaluate the current codebase against the existing feature specifications and append any missing tasks.

Frequently Asked Questions about speckit-converge

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

FAQPage Schema
How do I verify code implementation against project specifications?

To verify code implementation against specifications, you run a gap analysis that synchronizes your codebase with your spec.md, plan.md, and tasks.md files to identify missing or contradictory implementations. This ensures development remains strictly compliant with the architectural constitution.

What is spec-driven development gap analysis?

Spec-driven development gap analysis is the process of evaluating the actual codebase state against defined functional requirements and plans to pinpoint unaddressed edge cases. It validates code state against documentation to ensure adherence to architectural guidelines.

How do I automatically generate tasks for missing feature requirements?

You can automatically generate tasks for missing feature requirements by validating your current code state against functional specifications. This appends any missing work as traceable, actionable remediation tasks directly to your tasks.md file.

Can I use this to check code compliance with an architectural constitution?

Yes, you can use this to check code compliance with an architectural constitution. It operates within spec-driven environments to ensure adherence to architectural guidelines by identifying discrepancies between intended functionality and the actual codebase.

What's the best way to track unaddressed edge cases after implementing a feature?

The best way to track unaddressed edge cases after implementing a feature is to validate the code against acceptance criteria. This generates an actionable checklist of remaining requirements appended to your tasks.md file.