Initial commit
This commit is contained in:
32
skills/implement-feature/assets/IMPLEMENTATION.md
Normal file
32
skills/implement-feature/assets/IMPLEMENTATION.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# Implementation Summary: [Feature Name]
|
||||
|
||||
## Completed Steps
|
||||
|
||||
**Step 1:** [Description]
|
||||
- Files modified: [list]
|
||||
- Key changes: [summary]
|
||||
|
||||
**Step 2:** [Description]
|
||||
- Files modified: [list]
|
||||
- Key changes: [summary]
|
||||
|
||||
## Files Changed
|
||||
|
||||
### New Files
|
||||
- `path/to/new/file.ext` - [Purpose and key contents]
|
||||
|
||||
### Modified Files
|
||||
- `path/to/modified/file.ext` - [What was changed and why]
|
||||
|
||||
## Code Comments Added
|
||||
|
||||
- [ ] Code comments added (if requested)
|
||||
- [ ] No comments needed
|
||||
|
||||
## Deviations from Plan
|
||||
|
||||
[Any changes made during implementation that differed from the original plan, and why]
|
||||
|
||||
## Ready for Review
|
||||
|
||||
Implementation complete. All planned steps executed according to PLAN.md.
|
||||
Reference in New Issue
Block a user