What problem does it solve?
SpotMe turns passive coding sessions into guided learning by intercepting code writing and presenting scaffolded exercises that humans complete.
This enables hands-on practice, review, and gradual skill-building without relying on fully automated code generation.
Core Features & Use Cases
- Live scaffolding: The system intercepts code writes and generates scaffold templates for the human to implement.
- Exercise lifecycle: Tracks unit name, file path, and difficulty; records exercises via spotme_exercise; waits for human completion and reviews.
- Review-driven flow: After implementation, the human submits for review; SpotMe resumes normal coding afterwards.
Quick Start
Enable SpotMe, then perform your first code write to trigger a scaffolded exercise.