gap-analysis-framework

Structured gap analysis with automated comparison and prioritization for current vs future state analysis

509 stars

Best use case

gap-analysis-framework is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Structured gap analysis with automated comparison and prioritization for current vs future state analysis

Teams using gap-analysis-framework should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/gap-analysis-framework/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/business-analysis/skills/gap-analysis-framework/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/gap-analysis-framework/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How gap-analysis-framework Compares

Feature / Agentgap-analysis-frameworkStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Structured gap analysis with automated comparison and prioritization for current vs future state analysis

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Gap Analysis Framework

## Overview

The Gap Analysis Framework skill provides specialized capabilities for systematic comparison of current and future states, identification of gaps, root cause analysis, and prioritized improvement planning. This skill enables structured analysis that drives actionable improvement roadmaps.

## Capabilities

### Current-State vs Future-State Comparison
- Create structured current-state vs future-state comparisons
- Define comparison dimensions and criteria
- Quantify gaps with measurable metrics
- Generate visual comparison matrices

### Gap Matrix by Capability Area
- Generate gap matrices organized by capability area
- Assess maturity levels for each capability
- Calculate gap severity by dimension
- Create capability heat maps

### Root Cause Analysis
- Apply 5 Whys technique for gap root causes
- Create Fishbone (Ishikawa) diagrams
- Identify systemic vs symptomatic issues
- Link gaps to underlying causes

### Gap Severity Scoring
- Calculate gap severity scores using standardized criteria
- Weight gaps by business impact
- Factor in urgency and risk
- Generate composite severity ratings

### Impact/Effort Prioritization
- Prioritize gaps using impact/effort matrix
- Classify as Quick Wins, Major Projects, Fill-ins, or Thankless Tasks
- Calculate priority scores
- Generate prioritized gap lists

### Improvement Roadmap Generation
- Generate phased improvement roadmaps
- Define milestones and timelines
- Assign resource requirements
- Create dependency mappings

### Gap Closure Tracking
- Track gap closure progress over time
- Define closure criteria and metrics
- Monitor improvement velocity
- Generate progress dashboards

## Usage

### Create Gap Analysis
```
Perform gap analysis between current and future states:

Current State: [Description of current capabilities/processes]
Future State: [Description of desired capabilities/processes]

Identify gaps by capability area and calculate severity.
```

### Root Cause Analysis
```
Perform root cause analysis on these gaps:
[List of identified gaps]

Apply 5 Whys technique and create Fishbone diagram structure.
```

### Prioritize Gaps
```
Prioritize these gaps using impact/effort analysis:
[Gap list with descriptions]

Generate prioritization matrix and recommended sequence.
```

### Generate Improvement Roadmap
```
Create an improvement roadmap to close these gaps:
[Prioritized gap list]

Include phases, milestones, and resource requirements.
```

## Process Integration

This skill integrates with the following business analysis processes:
- process-gap-analysis.js - Core gap analysis activities
- change-readiness-assessment.js - Readiness gap identification
- change-impact-analysis.js - Impact gap assessment
- solution-options-analysis.js - Solution gap evaluation

## Dependencies

- Comparison algorithms
- Visualization libraries for matrices and diagrams
- Prioritization calculation engines
- Roadmap generation templates

## Gap Analysis Frameworks Reference

### Gap Severity Scoring Matrix
| Severity Level | Score | Description | Response |
|---------------|-------|-------------|----------|
| Critical | 5 | Prevents business operation | Immediate action |
| High | 4 | Significant business impact | Priority resolution |
| Medium | 3 | Moderate business impact | Planned resolution |
| Low | 2 | Minor business impact | Scheduled resolution |
| Minimal | 1 | Negligible impact | Monitor only |

### Impact/Effort Matrix Quadrants
| Quadrant | Impact | Effort | Strategy |
|----------|--------|--------|----------|
| Quick Wins | High | Low | Do first |
| Major Projects | High | High | Plan carefully |
| Fill-ins | Low | Low | Do if time permits |
| Thankless Tasks | Low | High | Avoid or defer |

### 5 Whys Template
```
Gap: [Statement of gap]
Why 1: [First level cause]
Why 2: [Second level cause]
Why 3: [Third level cause]
Why 4: [Fourth level cause]
Why 5: [Root cause]
```

### Fishbone Diagram Categories (6M)
1. **Manpower**: People-related causes
2. **Methods**: Process-related causes
3. **Machines**: Technology/tool causes
4. **Materials**: Input/resource causes
5. **Measurements**: Metric/monitoring causes
6. **Mother Nature**: Environmental causes

### Capability Maturity Levels
| Level | Name | Description |
|-------|------|-------------|
| 1 | Initial | Ad-hoc, unpredictable |
| 2 | Managed | Reactive, project-level |
| 3 | Defined | Proactive, organizational |
| 4 | Quantitatively Managed | Measured, controlled |
| 5 | Optimizing | Continuous improvement |

Related Skills

heatmap-analysis

509
from a5c-ai/babysitter

Analyze user interaction heatmaps for attention patterns and click behavior

static-analysis-runner

509
from a5c-ai/babysitter

Run static analysis tools including SonarQube, ESLint, and multi-language linters

Static Analysis Tools Skill

509
from a5c-ai/babysitter

Integration with security-focused static analysis tools

Smart Contract Analysis Skill

509
from a5c-ai/babysitter

Ethereum and blockchain smart contract security analysis

Network Protocol Analysis Skill

509
from a5c-ai/babysitter

Network protocol capture, analysis, and fuzzing capabilities

contract-test-framework

509
from a5c-ai/babysitter

Consumer-driven contract testing for SDK-API compatibility. Generate Pact consumer tests, verify provider contracts, configure Pact broker, and implement can-i-deploy checks.

cli-framework-builder

509
from a5c-ai/babysitter

Build command-line interfaces for SDK interaction

Code Coverage Analysis

509
from a5c-ai/babysitter

Multi-language code coverage analysis, reporting, and quality gate enforcement

memlab-analysis

509
from a5c-ai/babysitter

Expert skill for JavaScript memory leak detection using Facebook MemLab. Configure MemLab scenarios, execute memory leak detection runs, analyze heap snapshots, identify detached DOM elements, find event listener leaks, and integrate with CI pipelines.

Mobile Testing Frameworks

509
from a5c-ai/babysitter

Comprehensive mobile testing framework expertise

gpu-memory-analysis

509
from a5c-ai/babysitter

Specialized skill for GPU memory hierarchy analysis and optimization. Analyze memory access patterns, detect bank conflicts, optimize cache utilization, profile global memory bandwidth, and generate optimized memory access code patterns.

unreal-gamesframework

509
from a5c-ai/babysitter

Unreal Engine Gameplay Ability System (GAS) skill for attributes, abilities, and gameplay effects.