Testing
# Testing Module
Use this when the project needs a lean test plan.
Focus on:
- critical path smoke tests;
- auth and permission boundaries;
- webhook or callback idempotency;
- rate limits and abuse controls;
- migration rollback smoke;
- AI or LLM cost limits where relevant.
Return tests that are stack-appropriate, not maximum-volume boilerplate.when to use it
Community prompt sourced from the open-source GitHub repo Gudvin82/vibe-coding-protocols (NOASSERTION). A "Testing" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
Gudvin82/vibe-coding-protocols · NOASSERTION