From lucen-track
This skill should be used whenever the user wants to interact with a running Lucen Track timer — start a new timer ("start a timer on X", "I'm starting work on Y"), stop the current timer ("stop the timer", "I'm done"), or check the active timer ("is my timer running?", "what am I tracking?"). For logging time after the fact, use log-time instead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lucen-track:track-timerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill handles the live timer lifecycle: start, stop, and check status.
This skill handles the live timer lifecycle: start, stop, and check status.
Stopping a timer automatically saves it as a time entry — do not also call
create-time-entry.
Detect intent from what the user said.
PROJ-123, feature/login-bug, a Linear or Jira key), call search-todos
first. A match returns the project and phase.get-projects and pick the project + phase that matches.
If multiple plausible matches exist, ask before starting.search-tags if the user mentioned them.start-timer with the resolved project, phase, optional todo,
optional tag ids, and optional note.stop-timer. This automatically saves the elapsed time as an
entry. Do not also call create-time-entry — that would duplicate.get-active-timer.search-todos, get-projects, or search-tags first.get-projects and ask before starting.stop-timer, never call create-time-entry for the same work — stop
already saved the entry./fix-entry./time-report.npx claudepluginhub officetimeline/lucen-plugins --plugin lucen-trackGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.