Post-generation verification

Every generated artifact MUST be verified:

  1. Build: Compile for all target platforms (xcodebuild, ./gradlew build, npm run build, dotnet build)
  2. Test: Run the full test suite — all tests MUST pass
  3. Lint: Run the platform linter (see agenticdevelopercookbook://guidelines/implementing/code-quality/linting)
  4. Log verification: Build, run, and grep for expected log messages from the Logging section
  5. Accessibility audit: Verify VoiceOver/TalkBack labels, tap target minimums (44pt iOS, 48dp Android), contrast ratios
  6. Code review against best practices: Check against platform best practices references

If any step fails, the issue MUST be fixed before considering the work complete.

version
1.0.3
platforms
ios, kotlin, typescript
tags
post-generation-verification, testing
author
Mike Fullerton
modified
2026-06-09

Change History

Version Date Author Summary
1.0.3 2026-06-09 Mike Fullerton Repair stale cross-reference link scheme
1.0.2 2026-04-09 Mike Fullerton Add trigger tags
1.0.1 2026-04-09 Mike Fullerton Reorganize into use-case directory
1.0.0 2026-03-27 Mike Fullerton Initial creation