Files
resolutionflow/docs/archive/MICHAEL-NOTES.md
chihlasm a955888acf chore: clean up root directory — archive completed docs, add marketing assets
Move 9 completed/historical docs from root to docs/archive/:
- ARCHITECTURE.md, BACKLOG.md, CLAUDE-SETUP.md, MICHAEL-NOTES.md
- IMPLEMENTATION-SUMMARY-ISSUE-34.md, PHASE-2.5-PERSONAL-BRANCHING.md
- REBRAND-IMPLEMENTATION-GUIDE.md, TS-EXAMPLES.md, WORKSPACE-REMOVAL-PLAN.md

Move QUICK-START.md to docs/

Add previously untracked files:
- DEV-ENV.md (devserver01 setup guide)
- docs/marketing/ (one-pager HTML + PDF)
- docs/ResolutionFlow_Pivot_Architecture.docx

Update CLAUDE.md rebrand guide reference path.

Deleted temp files: .temp_fixed.py, .temp_fixed2.py, ai_provider_*.py,
ai_provider.patch, test_write.txt

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 15:12:07 +00:00

2.6 KiB

Notes/Thoughts/Ideas

This file is ignored by Claude (see .clauignore). Use this for personal thoughts, todos, and reminders.

📝 Quick Thoughts

  • Read CLAUDE.md and CURRENT-STATE.md before starting work on [your task].
  • Update CURRENT-STATE.md with what was completed and update CLAUDE.md if we encountered any new issues.

Personal TODO

  • Answer the 5 key questions in docs/05-QUESTIONS-AND-ACTION-ITEMS.md
  • Decide on app name (TroubleTree? DecisionPath? MSP Navigator?)
  • Set up Render account for free tier testing
  • Add patherly.com to my namecheap account for dynamic dns

💡 Feature Ideas (Future)

  • Voice-guided troubleshooting for hands-free operation
  • Integration with Teams/Slack for notifications
  • AI suggestions based on past sessions
  • Mobile app for on-site work
  • Make an import plan function. Something where it can be written in text or formatted in such a way, and then imported as a plan.

🐛 Bugs to Track

  • Sessions are not picking up where they left off. You get put back to the beginning of the tree you're working on.

🎯 This Week's Focus

Goal:

Tasks:

💬 Questions for the Team

📊 Metrics to Watch

  • How many tickets am I using this on?
  • Time saved per ticket?
  • Are exports actually useful?

🔧 Technical Debt

🎨 Design Ideas

1. Custom note formatting

  • Add a feature that allows the formatting of the ticket notes when they've been finished. For instance, if we have a 'send notes as email' feature, it would be a good idea to allow the customization of the ticket notes to include the ticket number, the client, the engineer who worked on it, and any other fields that are chosen to be added to the notes template.

2. Options on the go

  • I think another valuable idea would be to allow users to select a troubleshooting step while in the midst of their tree. For instance, if they're in the middle of troubleshooting and they decide to try something outside of the current available options, allow them to select a pre-made troubleshooting technique and then take them to a point in the tree that makes sense. If more context is needed, I can provide it when we decide to work on this.

💰 Budget Tracking

Current Hosting Cost: $0 (Render free tier) Expected Cost in Production: ~$25-35/month (Railway Pro)

📅 Timeline Tracking

Week 1: Project planning Week 2: Backend development Week 3: Frontend + testing Week 4: Deploy and dogfood

🎓 Things I'm Learning