speckit-superb-review

Extract testable requirements from spec.md and map them to tasks.md.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-superb-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-superb-review
Source: https://github.com/pradeepmouli/lspeasy/tree/main/.github/skills/speckit-superb-review
Command: npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-superb-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure that generated task plans fully cover the spec, catching gaps before implementation to reduce rework.

Core Features & Use Cases

  • Generates a spec-coverage matrix from spec.md and tasks.md.
  • Produces a gap report highlighting missing or under-specified requirements.
  • Validates alignment between plan, spec, and tasks to support early planning.

Quick Start

Run the superb review on a feature directory to validate spec coverage before coding.

Frequently Asked Questions about speckit-superb-review

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

FAQPage Schema
How do I check if my task plan covers all spec requirements?

To check spec coverage, extract every testable requirement from spec.md into a numbered list and map them to tasks in tasks.md. This generates a coverage matrix that highlights missing or partially covered requirements.

What is a spec coverage matrix and how does gap analysis work?

A spec coverage matrix maps numbered requirements from spec.md to corresponding tasks in tasks.md. Gap analysis identifies missing or under-specified requirements, producing a report with suggested remediation tasks.

How do I find missing requirements in my project documentation before coding?

Find missing requirements by running a spec review that enumerates testable requirements from spec.md and validates their alignment with tasks.md. The resulting gap report details missing items and suggests remediation tasks.

Can I use this spec review tool with any feature directory structure?

Yes, this spec review tool works with any feature directory containing a spec.md and tasks.md file. It validates alignment between your plan, spec, and tasks during early planning to reduce rework.

What's the best way to prevent planning gaps in software development?

The best way to prevent planning gaps is to validate spec coverage before implementation. Extracting testable requirements from spec.md and mapping them to tasks.md catches under-specified requirements early.

Why does my task plan have missing requirements during implementation?

Missing requirements occur when tasks.md lacks full alignment with spec.md. Running a spec coverage review identifies these gaps and provides a report with suggested remediation tasks to fix the issue.