Instead of writing 100% of the code for you, the agent scaffolds a logical unit, hands it off, watches you implement it, and reviews your work before resuming.
___ Keep your edge
___
Heavy AI usage makes you stupid.
When BIG BAD AI COMPANY™ warns us about the negative effects of its own product, we should probably pay attention.
Much like sitting on your ass all day makes you weak and sad, keeping your brain in powersave mode all day makes you lazy and dumb.
The first you fix by going to the gym.
The second you fix by using SpotMe.
- Enable SpotMe at the start of a session:
/spotme:on [lite|medium|hard] [--every N] - Every N code-writing actions, the agent scaffolds the next unit instead of completing it
- You implement the marked section (
# SPOTME: ...) directly in your editor /spotme:done→ agent checks your work and gives brief, calibrated feedback- Agent resumes the original task
| Command | Description |
|---|---|
/spotme:on [lite|medium|hard] [--every N] |
Enable gym mode. Default: medium, every 2 |
/spotme:off |
Disable — agent writes code normally |
/spotme:status |
Show current state |
/spotme:rep |
Request an exercise on-demand |
/spotme:done |
Submit your implementation for review |
/spotme:hint |
Get one targeted hint |
/spotme:solve |
Concede — agent completes the exercise |
/spotme:skip |
Skip this exercise, no note |
| Level | Agent writes | You write |
|---|---|---|
lite |
Signature + docstring + structure | Just the body |
medium |
Signature + # SPOTME: spec comment |
All logic |
hard |
Plain English spec comment only | Everything |
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["spotme"]
}Warning
Pi integration is currently Work In Progress and has NOT been tested.
Install as a Pi package once published:
pi install npm:spotmeCopy SKILL.md into your harness's skills directory. This gives the prompt layer without the automated tool interception — commands still work, but the counter-based trigger won't fire automatically.
The agent is your spotter. It sets up the lift, stands by while you push, catches you if you call for help. The work is yours.


