tessl install tessl-labs/spec-driven-development@1.0.5Spec-driven workflow covering task intake, spec format, styleguide, and manual verification practices.
Spec verification ensures code and tests still reflect the documented requirements. Rely on deliberate review and targeted testing to detect drift.
[@test] paths referenced in the spec. Add or adjust tests when requirements shift.targets: and skim for logic that might now contradict the spec (edge cases, error handling, data contracts).targets: entries or [@test] links point to missing files.targets: or test linksMaintaining tight alignment between specs, tests, and implementation keeps specs useful and trustworthy.