docs: add spec, plan, and tasks for filters task wording fix (#12)

This commit is contained in:
2026-03-29 23:24:32 +02:00
parent c5641a8364
commit b25e6a4e20
3 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Tasks
## Phase 1: Core Implementation
- [ ] Task 1.1: Rewrite filters-1 (Blur) task and validations [P]
- [ ] Task 1.2: Rewrite filters-2 (Grayscale) task and validations [P]
- [ ] Task 1.3: Rewrite filters-3 (Brightness) task and validations [P]
- [ ] Task 1.4: Rewrite filters-4 (Drop Shadow) task and validations [P]
## Phase 2: Validation
- [ ] Task 2.1: Validate JSON against schema
- [ ] Task 2.2: Run existing test suite
- [ ] Task 2.3: Format lesson file with Prettier