benman1
- 2 skills
- 0 followers
- 14 hours ago last updated
- ▌
- ▌ Test First Verifier · benman1Implement a code change with trustworthy verification — plan and list the files that change, verify assumptions (APIs exist, imports resolve, config values), write tests first when none cover the change, then gate completion on tests + lint + type-check + happy/edge/failure spot checks. Use when implementing or fixing code and you want it actually verified, not assumed.