pomodoro
Installation
SKILL.md
Pomodoro Timer Skill
Overview
A 25-minute timer for focused work sessions that saves every session to SQLite. Enables history tracking, productivity analytics, and pattern recognition over time.
This is a System Skill - it provides handles to operate a personal data system. As commands run and sessions accumulate, context builds and compounds. The system learns patterns and provides increasingly valuable insights through an OODA loop of observation, orientation, decision, and action.
Mental Model: The OODA Loop
Operating this skill involves running a continuous cycle:
- Observe → Check current status (
./pomodoro status) and review history (./pomodoro history) - Orient → Analyze patterns in the data (
./pomodoro stats --period week) - Decide → Determine optimal actions (e.g., "Morning sessions have 95% completion - schedule deep work then")
- Act → Start sessions (
./pomodoro start), provide recommendations, celebrate milestones
Each cycle builds on accumulated data, making insights more valuable over time.