speckit-converge

Check codebase against project specs and append missing tasks.

1|Updated Apr 7, 2025
One-click install
npx skills add https://github.com/RedFox-Soft/OAuth-server.ts --skill speckit-converge-redfox-soft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-converge
Source: https://github.com/RedFox-Soft/OAuth-server.ts/tree/main/.claude/skills/speckit-converge
Command: npx skills add https://github.com/RedFox-Soft/OAuth-server.ts --skill speckit-converge-redfox-soft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that the codebase matches the specified requirements and plans by assessing the current code, appending missing tasks to complete the feature, and maintaining project alignment.

Core Features & Use Cases

  • Spec, Plan, Task Alignment: Assess the current code against the feature's spec, plan, and tasks.
  • Task Append: Append missing tasks to tasks.md for implementation completion.
  • Project Alignment: Maintain project alignment with all feature requirements met.

Quick Start

To converge your codebase with spec, plan, and tasks, use the speckit-converge skill and provide the necessary arguments.

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 meets project specifications and plans?

Codebase alignment with project specifications is verified by automating convergence checks that assess current code against spec, plan, and tasks documentation, identifying unmet requirements within your project directory.

How do I append missing tasks for incomplete feature requirements?

Appending missing tasks for incomplete features is handled by comparing the codebase against specifications and automatically adding the remaining implementation items to your tasks.md file.

Do I need a specific directory structure to run specification checks?

Specification checks require a .specify/ directory in your project, which must contain the spec, plan, and tasks documentation files needed to perform the convergence assessment.

What is feature convergence in software project management?

Feature convergence in software project management is the process of aligning the codebase with defined specifications and plans, ensuring all requirements are met and appending tasks for any missing implementation work.

Can I maintain project alignment automatically as requirements change?

Maintaining project alignment as requirements change is supported by assessing the current code against updated spec and plan documents, then appending newly missing tasks to complete the feature.