- Session 1: Smart OCR (60min, 36x speedup) ✓ - Session 2: Multi-format uploads (90min, JPG/DOCX/XLSX/TXT/MD) ✓ - Session 3: Timeline feature (120min, activity feed) ✓ - Session 4: UI polish & testing (90min, integration) ✓ - Session 5: Deployment & docs (90min, production ready) ✓ All prompts accessible via GitHub URLs. Fresh handover doc with current status. Sessions 1-2: Started (user confirmed) Sessions 3-5: Ready to launch |
||
|---|---|---|
| .. | ||
| current | ||
| implementation | ||
| research | ||
| README.md | ||
NaviDocs Cloud Session Prompts
Created: 2025-11-13 Purpose: Centralized prompt library for cloud-based development sessions Access: https://github.com/dannystocker/navidocs/tree/navidocs-cloud-coordination/builder/prompts
Directory Structure
builder/prompts/
├── README.md (this file)
├── current/ # Active feature development (PRIORITY)
├── implementation/ # MVP feature builds
└── research/ # Strategy and planning sessions
🚀 Current Sessions (Start Here!)
Location: builder/prompts/current/
These are the ACTIVE sessions for the v0.5 → v1.0 feature roadmap:
Session 1: Smart OCR Optimization
File: current/session-1-smart-ocr.md
Branch: feature/smart-ocr
Duration: 60 minutes
Priority: P0 (36x performance improvement)
Goal: Extract native PDF text first, only OCR scanned pages
Performance: 180s → 5s for text-heavy PDFs
Dependencies: npm install pdfjs-dist
Quick Start:
git checkout -b feature/smart-ocr
# Follow prompt instructions
Session 2: Multi-Format Upload
File: current/session-2-multiformat.md
Branch: feature/multiformat
Duration: 90 minutes
Priority: P1 (Feature expansion)
Goal: Support JPG, PNG, DOCX, XLSX, TXT, MD uploads
Dependencies: npm install mammoth xlsx
Quick Start:
git checkout -b feature/multiformat
# Follow prompt instructions
Session 3: Timeline Feature (TBD)
File: current/session-3-timeline.md
Branch: feature/timeline
Duration: 2 hours (backend + frontend)
Priority: P1 (Core demo feature)
Goal: Organization activity timeline (uploads, maintenance, events)
Spec: /home/setup/navidocs/FEATURE_SPEC_TIMELINE.md
📦 Implementation Sessions
Location: builder/prompts/implementation/
These prompts build MVP features for the Riviera Plaisance demo:
- Photo Inventory - Boat photo upload with tag filtering
- Document Search - Smart classifier + ranking
- Maintenance Timeline - Service alerts + history
- Demo Polish - UI/UX optimization
- Integration Testing - Quality gate + sign-off
Use Case: Sequential deployment for demo readiness (7.5 hours total)
Index File: See CLOUD_PROMPTS_INDEX.md for full details
🔬 Research Sessions
Location: builder/prompts/research/
These prompts perform deep analysis and strategic planning:
- Market Research - Competitive intelligence + TAM/SAM
- Technical Integration - Architecture + API design
- UX + Sales Enablement - Pitch deck + ROI calculator
- Implementation Planning - 4-week sprint breakdown
- Synthesis + Validation - Guardian review + dossier
Use Case: Strategic planning before feature builds
🔄 Polling for Updates
Cloud sessions should poll this directory for updated instructions:
# Check for new prompts or updates every 15 minutes
git fetch origin
git diff origin/navidocs-cloud-coordination -- builder/prompts/
Update Notifications:
- New files indicate new sessions available
- Modified files indicate updated instructions
- Check
README.mdfor announcements
📋 Session Launch Protocol
For Cloud Session Operators:
- Read the prompt file - Understand mission + success criteria
- Create feature branch - Use naming convention:
feature/[name] - Follow implementation steps - Code, test, document
- Commit with tag - Use
[SESSION-N]prefix - Report completion - Create
SESSION-N-COMPLETE.mdsummary - Push to GitHub -
git push origin feature/[name]
Communication:
- Progress updates every 30 minutes
- Blockers escalated within 15 minutes
- Completion report required before next session
🎯 Success Criteria
Each prompt includes specific success criteria. General requirements:
- ✅ All code committed to feature branch
- ✅ Tests passing (if applicable)
- ✅ No regressions in existing functionality
- ✅ Documentation updated
- ✅ Session completion report created
🚨 If Blocked
Check these resources:
/home/setup/navidocs/SESSION_DEBUG_BLOCKERS.md- Known issues/home/setup/navidocs/ARCHITECTURE-SUMMARY.md- System overview- GitHub Issues - Open issue with
[BLOCKER]tag
Escalation Path:
- Try 2 workarounds first (15 min max)
- Document blocker clearly
- Signal for help via GitHub Issue or session report
📊 Status Dashboard
| Session | Status | Branch | Completion |
|---|---|---|---|
| Session 1: Smart OCR | ⏳ Ready | feature/smart-ocr |
0% |
| Session 2: Multi-format | ⏳ Ready | feature/multiformat |
0% |
| Session 3: Timeline | 📝 Planning | feature/timeline |
0% |
| Session 4: TBD | 💤 Pending | - | 0% |
| Session 5: TBD | 💤 Pending | - | 0% |
Last Updated: 2025-11-13 13:05 UTC Next Review: After Session 1 completion
🔗 Key Links
- GitHub Repo: https://github.com/dannystocker/navidocs
- Working Branch:
navidocs-cloud-coordination - Demo Tag:
v0.5-demo-ready - Local Dev:
/home/setup/navidocs
API Endpoints:
- Backend: http://localhost:8001
- Frontend: http://localhost:8081
- Meilisearch: http://localhost:7700
Test Credentials:
- User: test2@navidocs.test
- Pass: TestPassword123
- Org ID: 6ce0dfc7-f754-4122-afde-85154bc4d0ae
📝 Version History
| Date | Change | Commit |
|---|---|---|
| 2025-11-13 | Initial prompts directory created | TBD |
| 2025-11-13 | Added current/ implementation/ research/ structure | TBD |
Welcome to NaviDocs builder system! 🚢
Start with current/session-1-smart-ocr.md for immediate impact.