speckit-converge

Assess a codebase against feature specifications and append missing work as tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of assessing a codebase against feature specifications and tasks, appending any missing work as new tasks to a designated file.

Core Features & Use Cases

  • Automated Codebase Assessment: Checks the codebase against specifications and tasks.
  • Task Generation: Appends missing work as new tasks to a specified file.
  • Use Case: Use this Skill to ensure that a codebase aligns with its intended design and functionality, by automatically generating tasks for any discrepancies.

Quick Start

Run the speckit-converge skill to assess your codebase against the current specifications and tasks, and generate any necessary tasks.

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 with feature specifications is automated by assessing the project against intended designs and appending missing work as new tasks to a designated file. This ensures your codebase aligns with its specified functionality.

What is automated task generation for specification alignment?

Automated task generation for specification alignment is the process of checking a codebase against feature specifications and creating new tasks for any missing work. It identifies discrepancies and appends required work items automatically.

Does codebase convergence require a specific project structure?

Codebase convergence requires a project structure with a .specify/ directory and the spec-kit project structure. You must have this spec-kit dependency configured before running the convergence automation scripts.

How do I check my codebase against feature specifications and tasks?

To check your codebase against feature specifications and tasks, run the convergence automation skill. It executes scripts, checks for extension hooks, and generates tasks for any discrepancies found between the code and specifications.

What happens when extension hooks are found during convergence automation?

During convergence automation, the skill executes scripts and checks for extension hooks as part of the process. These hooks are integrated into the codebase assessment to ensure complete specification alignment and accurate task generation.

Why does specification alignment append missing work as new tasks?

Specification alignment appends missing work as new tasks to ensure no discrepancies between the codebase and intended design are lost. This task generation approach captures identified gaps and records them in a designated file for tracking.