Reconstructed example progress
This is the original May 31, 2025 example snapshot, not current verification evidence.
Current State 📍
Last Updated: May 31, 2025 Working On: Preview screen — editable prompt + live context-size meter (characters, estimated tokens, comment count) Recently Completed: Smart thread scraping with quick filters, and the prompt builder with 5 presets + {content} custom templates Blocked By: None
Roadmap 🗺️
Phase 1: Foundation
- [x] Initialize project (Manifest V3 skeleton + load-unpacked workflow)
- [x] Set up storage (
chrome.storagefor settings — no database, no accounts) - [x] Configure lint + test scripts (
npm run lint,npm test)
Phase 2: Core Features
- [x] Smart thread scraping + quick filters (hide bots, minimum score)
- [x] Prompt presets (Summarization, Debate Analysis, Sentiment, ELI5, Key Takeaways) +
{content}custom templates - [ ] Preview screen with context budget meter ← in progress
- [ ] Send to AI platforms (auto-paste) + copy-prompt fallback overlay
Phase 3: Polish
- [ ] Error handling (failed scrapes, blocked paste, empty threads)
- [ ] Performance pass on 1,000+ comment threads
- [ ] Accessibility pass on popup, preview, and options pages
Phase 4: Launch
- [ ] Security pass (see
REVIEW-CHECKLIST.md) - [ ] Deploy to production (Chrome Web Store listing: screenshots, description, privacy notes)
- [ ] Launch checklist