skills/groove-utilities-onboard/SKILL.md
Generate a GROOVE.md onboarding guide for contributors to a groove-enabled project. Explains the compound loop, commands, and conventions.
npx skillsauth add andreadellacorte/groove groove-utilities-onboardInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a GROOVE.md file at the project root — a concise onboarding guide for contributors joining a project that uses groove. Also optionally appends a groove section to CONTRIBUTING.md if it exists.
New contributors understand how groove works in this project: which commands to run, where logs live, and what the compound loop expects of them.
GROOVE.md exists at the project root with project-specific config values substitutedCONTRIBUTING.md exists, it contains a "## Using groove" section linking to GROOVE.mdtasks.backend, memory.review_days, git.* from .groove/index.md; memory is always .groove/memory/, specs is always .groove/memory/specs/GROOVE.md from the template below, substituting live config valuesCONTRIBUTING.md exists and does not already contain <!-- groove:onboard -->:
<!-- groove:onboard -->
## Using groove
This project uses [groove](https://github.com/andreadellacorte/groove) for AI-assisted engineering workflow. See [GROOVE.md](./GROOVE.md) for setup and commands.
<!-- groove:onboard:end -->
# Groove Workflow
This project uses [groove](https://github.com/andreadellacorte/groove) — an AI-assisted engineering workflow companion.
## Quick start
```bash
npx skills add andreadellacorte/groove
/groove-admin-install
Then start every session with:
/groove-utilities-prime
/groove-daily-start — review yesterday, load tasks, set agenda
/groove-daily-end — write memory, commit logs
/groove-work-brainstorm — clarify scope
/groove-work-plan — research and plan
/groove-work-exec — implement
/groove-work-review — evaluate output
/groove-work-compound — capture lessons
| Key | Value |
|---|---|
| Task backend | <tasks.backend> |
| Memory path | .groove/memory/ |
| Specs path | .groove/memory/specs/ |
| Git strategy (memory) | <git.memory> |
YYYY-MM-DD, <Stage> — no numbers.groove/index.md.groove/memory/daily/.groove/memory/learned/.groove/memory/specs/.groove/hooks/ (start.md, end.md).groove/index.md and substitute all placeholder values before writingGROOVE.md already exists: ask "GROOVE.md exists — overwrite, update, or skip?" before touching it<custom-context> block is replaced with user-provided context or removed if noneCONTRIBUTING.md if it doesn't exist — only append to existing filesGROOVE.md should be short enough to read in 2 minutestesting
Quantified compound-loop dashboard: lessons captured vs graduated, adherence streaks, and task velocity. Use to see whether the workflow is actually compounding.
data-ai
Groove engineering workflow system. Top-level entry point. Use groove-daily-*, groove-work-*, groove-utilities-*, groove-admin-* for all workflow and admin commands.
documentation
Document lessons, update rules/templates/docs. Use to capture learnings after review.
tools
Load groove workflow context into the conversation. Run at the start of every session.