speckit-converge

Compare codebase implementation against spec, plan, and task artifacts to generate missing tasks.

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

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 no requirements, plan decisions, or constitution principles are left unimplemented.

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 partial work.
  • Traceable Task Generation: Appends new, actionable tasks to tasks.md to ensure all requirements are tracked and completed.
  • Use Case: After implementing a new feature, run this skill to verify that all acceptance criteria and architectural constraints have been met, automatically generating a checklist for any remaining work.

Quick Start

Run the speckit-converge skill to assess the current codebase and append any missing tasks to the project task list.

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 meets feature specifications?

To check if your codebase implementation meets feature specifications, you can run a gap analysis that compares your current code against your project's spec.md, plan.md, and tasks.md files to automatically identify missing or incomplete requirements.

What is the best way to track unimplemented requirements in a structured project environment?

Tracking unimplemented requirements in a structured project environment is best done by generating traceable tasks from your specification files and appending those actionable items directly to your task tracking file for completion.

How do I enforce architectural constraints and constitution principles during development?

To enforce architectural constraints and constitution principles during development, you can assess your codebase against project artifacts and automatically append actionable, traceable items to your tasks.md file whenever violations or missing work are detected.

Do I need a specific project structure to automate codebase compliance analysis?

Automating codebase compliance analysis requires a structured project environment containing specification, planning, and task artifacts, because the gap analysis operates by comparing your current code implementation directly against these defined project files.