.cursor/skills/implementation-gap-analysis/SKILL.md
Implementation gap analysis. Verify what has to be implemented. Verify what was implemented. Compare plan to current state.
npx skillsauth add imvanzen/strava-kudosik implementation-gap-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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.
development
Discover and establish technical context before implementing any feature. Prioritize project instructions, existing codebase patterns, and external documentation in that order. Use for any task requiring understanding of project conventions, coding standards, architecture patterns, and established practices before writing code.
development
Analyse task description, performs gap analysis, expand the context for the task, analyse the current state of the system in the context of the task, helps build PRD, creates a context for the task, gathers information about the task from different sources.
testing
Resolves dependency audit (security) issues and updates outdated packages with prioritization by breaking-change risk and security/value. Prefer security fixes and non-breaking updates; defer or flag major upgrades. Use when the user asks to fix audit, update packages, resolve vulnerabilities, or run maintenance.
development
E2E testing patterns, verification procedures, and CI readiness checklists using Playwright. Use for writing, debugging, or reviewing end-to-end tests, fixing flaky tests, creating Page Objects, mocking external APIs.