Implementation gap analysis. Verify what has to be implemented. Verify what was implemented. Compare plan to current state.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add aiFabricoCom/fabrico-collections --skill fabrico-implementation-gap-analysing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fabrico Implementation Gap Analysing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aifabricocom-fabrico-implementation-gap-analysing)More formats (shields.io, HTML) on the badges page.
---
name: fabrico-implementation-gap-analysing
description: Implementation gap analysis. Verify what has to be implemented. Verify what was implemented. Compare plan to current state.
---
# Implementation Gap Analysis
This skill helps compare the current state of the system to expected changes. It validates what has to be implemented, what was already implemented and what has to be modified in order to deliver the feature.
## Implementation Gap Analysis Process
Use the checklist below and track your progress:
```
Analysis progress:
- [ ] Step 1: Analyse all available information about the task
- [ ] Step 2: Analyse the current system state
- [ ] Step 3: Compare the expected result to the current system
- [ ] Step 4: Prepare the report
```
**Step 1: Analyse all available information about the task**
Check the conversation history and `.research.md` files to fully understand the goal of the task. Make sure to deeply understand what we want to implement.
**Step 2: Analyse the current system state**
Go through the current codebase and look for items that are related to the current task.
**Step 3: Compare the expected result to the current system**
Based on the current code and task information, verify which part have to be created from scratch, which have to be modified and which can be re-used as they are.
**Step 4: Prepare the report**
Prepare a analysis report following the `./implementation-gap-analysis.example.md` template.
Don't add or remove any sections from the template. Follow the structure and naming conventions strictly to ensure clarity and consistency.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!