SaaS JTBD PRDs
Using Your PRD Effectively
Once your PRD is complete:
- Share it with the AI and instruct it to tackle one step at a time
- Create multiple prompts or chats, each dedicated to a single step
- Test each implemented feature before moving to the next one
- Include the PRD file in your codebase for reference
Best Practices
- Be less specific in some areas to allow for AI creativity - vibe coding is about getting things "almost right" and accepting compromises
- Start over when things go wrong rather than trying to fix complex issues
- Utilize Test-Driven Development (TDD) to get the AI to test its own code
- Ask AI to explain the code to help you understand the technical architecture