fabric-gap

Detect gaps between project vision, backlog, and code, tests, and documentation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/adaw/skills --skill fabric-gap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-gap
Source: https://github.com/adaw/skills/tree/main/fabric-gap
Command: npx skills add https://github.com/adaw/skills --skill fabric-gap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies critical discrepancies between your project's vision, its planned work (backlog), and its actual implementation in code, tests, and documentation, ensuring alignment and preventing drift.

Core Features & Use Cases

  • Vision vs. Reality Check: Compares stated goals with existing code, tests, and documentation.
  • Backlog Health: Detects planned work that is missing code, or code that lacks tests/documentation.
  • Security & Operational Audits: Scans for common security vulnerabilities and operational issues.
  • Actionable Intake Items: Generates prioritized tasks for the most significant gaps found.
  • Use Case: After a sprint, use this Skill to automatically verify that all new features have corresponding tests and documentation, and that no critical security vulnerabilities were introduced.

Quick Start

Run the fabric-gap skill to detect discrepancies between the project vision and the current codebase.

Frequently Asked Questions about fabric-gap

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

FAQPage Schema
How do I find gaps between project vision and actual codebase implementation?

A gap analysis detects discrepancies between project vision, backlog, and actual codebase implementation. It compares stated goals against existing code, tests, and documentation to identify missing capabilities and prevent project drift.

What is the best way to check backlog health for missing tests and documentation?

Backlog health checks map planned work items against actual code to detect planned features lacking tests or documentation. This ensures implementation coverage aligns with backlog items and project requirements.

How do I automate security audits and operational issue detection after a sprint?

Automate security audits by scanning the codebase after a sprint to detect common vulnerabilities and operational issues. This verifies new features do not introduce critical security gaps or operational deficiencies.

Can I generate actionable intake items for backlog management from code analysis?

You can generate actionable intake items by analyzing capabilities and prioritizing findings based on impact and effort. This creates targeted backlog tasks for identified deficiencies in code, tests, and documentation.

Does gap analysis work for aligning documentation with existing code capabilities?

Gap analysis aligns documentation by checking code and test existence against expected capabilities. It identifies missing documentation and generates prioritized intake items to resolve coverage deficiencies.