Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Skill: Regression Check
Purpose: Validate that a change has not broken existing functionality, especially in legacy stacks lacking automated test coverage.
Steps
- Re-read the spec's Acceptance Criteria and Verification Plan.
- Confirm TDD was actually followed, not just that tests exist: for each implementation task in the spec's Implementation Plan, its paired test/manual-verification task should appear before it and there should be no implementation task without one. Check the red/green timestamp note recorded against each pair (per
specs/templates/tasks-template.md) — the test task's completion time must precede the implementation task's. If a test was clearly written after its implementation, or no timestamp note was recorded, flag it as a process gap for the retrospective.
- For legacy ASP/VB6/Access code, manually trace affected queries, forms, and reports.
- For modern stacks, run the existing automated test suite plus any new tests.
- Check any known dependent features listed in
.devfoundry/references/data-dictionary.md.
- Record verification results in the spec's Verification & Regression Plan checklist.