groove-utilities-task-install
Original:🇺🇸 English
Translated
Set up task backend and configuration.
12installs
Sourceandreadellacorte/groove
Added on
NPX Install
npx skill4agent add andreadellacorte/groove groove-utilities-task-installTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →groove-utilities-task-install
Outcome
The configured task backend is installed and verified reachable. User is informed of what was installed and how to use it.
Acceptance Criteria
- Backend CLI is available in PATH after install
- User is shown a confirmation with the installed version or a reachability check
- No-op if
tasks: none - If :
tasks: beanscontains aAGENTS.mdstub pointing to<!-- groove:task:start -->beans prime
Constraints
- Read from
tasks:to determine backend.groove/index.md - If , print friendly no-op message and exit
tasks: none - Backend install guidance:
- : link to https://github.com/hmans/beans for install instructions; verify with
beansbeans version - : link to https://linear.app/docs/cli for install instructions; verify with
linearor MCP availabilitylinear --version - : link to https://cli.github.com for install instructions; verify with
githubgh --version
- After install, run a simple reachability check (e.g., or
beans version)gh auth status - If CLI is already installed, report current version and skip install
- If and
tasks: beansdoes not exist at git root:.beans.yml- Derive from the git repo name (last path component of
[PROJECT_PREFIX], uppercased, non-alphanumeric stripped) — e.g.git remote get-url origin→grooveGRV - Scaffold from
.beans.ymlwith the derived prefixskills/groove-utilities-task-install/templates/beans-config.md - Create directory if it does not exist
.groove/tasks/ - Report the path written
- Derive
- If : write a minimal stub to
tasks: beansat git root:AGENTS.md- Wrap in /
<!-- groove:task:start -->fenced section<!-- groove:task:end --> - Stub content:
Task backend: beans — use `/groove-utilities-task-*` skills for all task management. Run `beans prime` to load the full beans CLI reference. - Replace section if it already exists; append if not; preserve all other content
AGENTS.md - Report the path written
- Wrap in