Hivemind Goals provides an agent with a filesystem-backed goal and KPI tracking system. Goals and KPIs are stored as Markdown files in a Deeplake virtual filesystem (memory/goal/ and memory/kpi/). The SKILL documents path conventions, file formats, and CLI patterns so the agent can create, list, move between statuses (opened → in_progress → closed), and update KPI progress reliably. It also covers a capture workflow for parked tasks and an auto-progress hook tied to git commits.
Activate when users ask to track objectives, add KPIs, capture a task or todo, mark goals done, or query their open/in-progress goals. Use for measurable targets (PRs, demos, ship dates) and when the agent should persist structured progress across sessions.
Intended for agents with VFS and Bash capabilities (Claude Code, claude-code-plugin style agents) that can run simple shell commands and manage files in the Deeplake VFS. The skill expects uuidgen, ls, cat, and basic bash builtins to be available.
This skill has not been reviewed by our automated audit pipeline yet.