with one click
tsh-implementation-gap-analysing
// Implementation gap analysis. Verify what has to be implemented. Verify what was implemented. Compare plan to current state.
// Implementation gap analysis. Verify what has to be implemented. Verify what was implemented. Compare plan to current state.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | tsh-implementation-gap-analysing |
| description | Implementation gap analysis. Verify what has to be implemented. Verify what was implemented. Compare plan to current state. |
| user-invocable | false |
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.