speckit-converge

Assess a codebase against feature specs and append missing tasks to tasks.md.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/gherrerz/deepwiki --skill speckit-converge-gherrerz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-converge
Source: https://github.com/gherrerz/deepwiki/tree/main/.claude/skills/speckit-converge
Command: npx skills add https://github.com/gherrerz/deepwiki --skill speckit-converge-gherrerz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the assessment of a codebase against its feature spec and plan, identifying gaps and appending tasks to be completed.

Core Features & Use Cases

  • Codebase Assessment: Automatically checks the codebase against the feature spec and plan.
  • Task Generation: Appends missing or incomplete tasks to tasks.md.
  • Integration: Requires a spec-kit project structure with a .specify/ directory.
  • Use Case: Ideal for teams using spec-kit for project management, ensuring the codebase aligns with the project plan.

Quick Start

Use the speckit-converge skill to assess the codebase and generate tasks for missing features.

Frequently Asked Questions about speckit-converge

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

FAQPage Schema
How do I automate codebase convergence with feature specifications?

Codebase convergence automates alignment between your code and feature specs by assessing the project plan, identifying gaps, and appending missing tasks to `tasks.md`. It requires a spec-kit project structure with a `.specify/` directory.

How do I generate tasks for missing features from a project plan?

You generate missing tasks by running an automated codebase assessment against your feature spec and plan. The process identifies gaps and appends incomplete items directly to `tasks.md` for resolution.

Do I need a spec-kit project structure to assess codebase alignment?

Yes, codebase assessment requires a spec-kit project structure containing a `.specify/` directory. This structure provides the specifications and plans needed to evaluate alignment and generate tasks.

What is the best way to check if my code matches the project specifications?

Automated codebase convergence is the best way to verify code matches specifications. It compares the codebase against the feature spec and plan, identifying missing features and appending them as actionable tasks.

Why does code convergence require a `.specify/` directory?

The `.specify/` directory is required because it stores the spec-kit project structure containing feature specs and plans. The Skill reads this directory to assess codebase alignment and generate missing tasks.

Can I use Python to automate spec-kit task generation for software engineering workflows?

Yes, the convergence process uses Python to automate alignment between the codebase and feature specifications. It applies to software engineering workflows requiring synchronization between code, specs, and project plans.