context-gap-analysis

Verify required context before executing tasks by searching codebase and GTM documents.

104|31|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/jacob-dietle/context-os --skill context-gap-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-gap-analysis
Source: https://github.com/jacob-dietle/context-os/tree/main/.claude/skills/context-gap-analysis
Command: npx skills add https://github.com/jacob-dietle/context-os --skill context-gap-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that the necessary context is understood and verified before implementing any task, thereby preventing missteps and inefficiencies.

Core Features & Use Cases

  • Context Enumeration: Systematically identify and verify all required context before starting any task.
  • Gap Classification: Determine the type of context gap and recommend the simplest path forward.
  • Codebase and GTM Search: Search within the codebase and GTM documents to check for existing implementations or relevant information.
  • Quick Reference: Provides a structured approach and quick reference for different task types and contexts.

Quick Start

To start the context-gap-analysis Skill, run the following command: claude run context-gap-analysis --enumerate-for-task [Task Name]

Frequently Asked Questions about context-gap-analysis

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

FAQPage Schema
What is context gap analysis for task planning?

Context gap analysis is a pre-task verification process that systematically identifies missing requirements within codebase and GTM documents. It prevents wasted effort by classifying context gaps and recommending the simplest path forward before execution begins.

How do I verify context readiness before starting feature development?

To verify context readiness, run the context-gap-analysis Skill against your target task. It searches the codebase and GTM documents to check for existing implementations and enumerates all required context to ensure comprehensive readiness.

Can I use gap analysis for GTM documentation and research tasks?

Yes, context gap analysis applies to various scenarios including GTM documentation, feature development, knowledge tasks, and research. It systematically verifies that all relevant existing information is identified before you proceed with the task.

What is the best way to prevent wasted effort from missing task context?

The best way to prevent wasted effort is performing systematic context enumeration before task execution. By classifying identified context gaps and searching existing codebase implementations, you can resolve missing information early and choose the simplest path forward.