Use these prompts to continue development in focused sessions. Each prompt is designed to build one complete feature area with TDD.
Status: ✅ All prompts (1-12) are complete! The application is ready for production deployment.
All core features, integration testing, UI polish, and deployment preparation have been completed successfully.
- ✅ Core features (Prompts 1-9)
- ✅ Integration & E2E Testing (Prompt 10)
- ✅ UI Polish & Components (Prompt 11)
- ✅ Production Deployment Preparation (Prompt 12)
- Deployment Guide: See
DEPLOYMENT.md - Deployment Readiness Report: See
docs/DEPLOYMENT_READY.md - Verification Script: Run
pnpm run verify:deployment - Railway Configuration:
railway.jsonandrailway.toml
- Review
docs/DEPLOYMENT_READY.mdfor deployment status - Run
pnpm run verify:deploymentto verify readiness - Follow
DEPLOYMENT.mdfor Railway deployment steps - Set up monitoring and alerting post-deployment
- Copy the prompt for the feature you want to build
- Start a new Roo session (or continue in current)
- Paste the prompt as your task
- Roo will build the feature with TDD
- Repeat for each feature group
- 🎨 UI Polish & Components (Prompt 11) - NEXT
- 🚀 Production Deployment (Prompt 12)
- One feature at a time - Focus on completing each fully
- Follow TDD - Tests first, then implementation
- Keep it DRY - Reuse existing utilities and components
- KISS - Simple, focused code
- Test often - Run
pnpm testfrequently - Build often - Run
pnpm run buildto catch errors
When starting a new session, mention:
- "Continue TutorLinkup.com development"
- "Core features (Prompts 1-9) and Integration Testing (Prompt 10) are complete"
- "Follow existing code patterns"
- "Use TDD, KISS, DRY principles"
- "Reference PRD-v2.md for full requirements"
Prompt for next session:
Continue building TutorLinkup.com. Core features (Prompts 1-9) and Integration Testing (Prompt 10) are complete.
Next task: Build UI Polish & Components (Prompt 11).
[Paste Prompt 11 from PROMPTS.md]
Follow the existing code patterns from:
- tests/integration/ (integration test style)
- src/lib/components/ (component style)
- Keep code DRY and KISS
- Reference PRD-v2.md for requirements
Each prompt is designed to be a focused 1-3 hour development session!