Loading...
Loading...
Backend-agnostic task management. Use when: (1) creating, listing, updating, or archiving tasks; (2) analysing task status; (3) setting up task backend. NOT for: memory population (use memory); session management (use memory session).
npx skill4agent add andreadellacorte/groove task.groove/index.mdgit rev-parse --show-toplevel.groove/index.md.beans.yml| Command | Description |
|---|---|
| Show active, ready tasks from configured backend |
| Create task with title, type, parent, status |
| Update task status, body, or metadata |
| Archive all completed/scrapped tasks (user confirms) |
| Summarise tasks by status for closeout/daily memory |
| Install configured task backend |
| Show or update task backend configuration |
| $ARGUMENTS | Action |
|---|---|
| → |
| → |
| → |
| → |
| → |
| → |
| → |
| → |
| → |
| (empty) | → |
.groove/index.mdtemplates/groove-config.md.groove/
└── index.md # shared groove config (frontmatter: tasks, sessions, finder, memory, git)
.beans.yml # beans CLI config (at git root, owned by beans)
skills/task/
├── SKILL.md
├── commands/
│ ├── list.md
│ ├── create.md
│ ├── update.md
│ ├── archive.md
│ ├── analyse.md
│ ├── install.md
│ └── config.md
├── references/
│ └── backends.md
└── templates/
├── beans-config.md
└── groove-config.md