Post-generation verification
Every generated artifact MUST be verified:
- Build: Compile for all target platforms (
xcodebuild,./gradlew build,npm run build,dotnet build) - Test: Run the full test suite — all tests MUST pass
- Lint: Run the platform linter (see agentic-cookbook://guidelines/code-quality/linting)
- Log verification: Build, run, and grep for expected log messages from the Logging section
- Accessibility audit: Verify VoiceOver/TalkBack labels, tap target minimums (44pt iOS, 48dp Android), contrast ratios
- 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.