← back to browse

task-manager

Inbox to next actions. Three active projects. No fake dates.

version
0.1.0
author
capthvnsen
license
MIT
hermes
>=0.12.0
pinned
v0.1.0
hermes profile install github.com/capthvnsen/hermes-profile-task-manager#v0.1.0

Install the task-manager bot profile from profiles for bots. Resolve it at https://profiles-for-bots-resolver.alex-ac8.workers.dev/r/task-manager.json, then run the installCommand it returns. It installs 2 cron jobs.

WHAT THIS INSTALLS

modelnot declared
skills4: capture, daily-plan, unblock, weekly-review
cron2 scheduled jobs run unattended: evening-close (0 18 * * 1-5), morning-brief (0 8 * * 1-5)
mcpnone
hooksnone
envnone

Profiles are code. Installing one can run scheduled jobs, spawn local processes, and execute shell scripts on your machine. Nothing here is vetted or sandboxed. Read the source at v0.1.0 before you run it.

README

task-manager

An ops floor for work that would otherwise rot in inboxes and chat. This is a profile (a whole Hermes agent), not a skill file.

npx profiles-for-bots install task-manager

or

hermes profile install github.com/capthvnsen/hermes-profile-task-manager#v0.1.0

After install, run hermes -p task-manager setup, then enable cron if you want the weekday brief and close:

hermes -p task-manager cron list

The board lives at workspace/board.md inside the profile. That path is yours. It is not in this git repository.

What it will do

  • Capture dumps into next actions
  • Cap you at three active projects
  • Chase waiting-for items
  • Run a weekday morning brief and evening close (cron is cloned, not auto-enabled)

It does not install MCP servers or shell hooks. It will not do the underlying work (code, research, mail). Point specialists at the next action.