# Pitfalls Research Template Template for `.planning/research/PITFALLS.md` — common mistakes to avoid in the project domain. **Critical Pitfalls:** - Focus on domain-specific issues, not generic mistakes - Include warning signs — early detection prevents disasters - Link to specific phases — makes pitfalls actionable **Technical Debt:** - Be realistic — some shortcuts are acceptable - Note when shortcuts are "never acceptable" vs. "only in MVP" - Include the long-term cost to inform tradeoff decisions **Performance Traps:** - Include scale thresholds ("breaks at 10k users") - Focus on what's relevant for this project's expected scale - Don't over-engineer for hypothetical scale **Security Mistakes:** - Beyond OWASP basics — domain-specific issues - Example: Community platforms have different security concerns than e-commerce - Include risk level to prioritize **"Looks Done But Isn't":** - Checklist format for verification during execution - Common in demos vs. production - Prevents "it works on my machine" issues **Pitfall-to-Phase Mapping:** - Critical for roadmap creation - Each pitfall should map to a phase that prevents it - Informs phase ordering and success criteria