speckit-converge

Assess codebases against feature specifications and generate tasks for missing work.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the assessment of a codebase against feature specifications, plans, and tasks, generating tasks for missing or incomplete work.

Core Features & Use Cases

  • Automated Codebase Assessment: Checks the current code against feature specifications, plans, and tasks.
  • Task Generation: Automatically generates tasks for missing or incomplete work, ready for implementation.
  • Use Case: After updating a feature's specification or plan, use this Skill to identify any gaps in the codebase and generate tasks to fill those gaps.

Quick Start

Run the 'speckit-converge' command to assess the current codebase and generate tasks for any missing or incomplete work.

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 assessment against feature specifications?

To automate codebase assessment against feature specifications, use a tool that evaluates your current code and identifies gaps. This Skill compares your code against feature specs and generates tasks for missing work.

How do I generate tasks for incomplete code after updating a feature plan?

Generating tasks for incomplete code after updating a feature plan involves analyzing the codebase for missing elements. This Skill automatically generates implementation-ready tasks for incomplete work based on your updated specifications.

Does automated feature convergence require a specific project structure?

Automated feature convergence requires a spec-kit project structure containing a .specify/ directory. This structure allows the Python scripts to properly evaluate your code and generate the necessary convergence tasks.

What dependencies do I need to run spec-kit task generation?

To run spec-kit task generation, you need spec-kit, spec-run, and spec-memory dependencies for project context. These provide the necessary environment to assess your code and generate implementation tasks.

Can I use Python scripts to check code against feature plans and tasks?

You can use Python scripts to check code against feature plans and tasks. This Skill leverages Python scripts to automatically evaluate your codebase and generate actionable tasks for any identified gaps.