warisskill-workflows-feature-delivery
Installation
SKILL.md
Feature Delivery Workflow
Definition of done
Before calling a feature or fix complete, all of the following that apply:
- Build/typecheck passes — compiles or type-checks cleanly.
- Linter clean on changed files.
- Relevant tests pass — whatever tests exist for the touched logic
under
warisskill-workflows-tdd's coverage floor, run fresh. - Manually verified running — not just for UI (already a standing global rule to check UI in a browser), but for any feature: hit the actual API endpoint, run the actual CLI command, exercise the actual code path. A build that compiles and tests that pass don't prove the feature does what was asked — only running it does.