From grovv stack
Kick off grovv stack scaffolding in the current project. Auto-detects new vs existing. Optional argument — new | adopt — to force the mode.
How this command is triggered — by the user, by Claude, or both
Slash command
/grovv-stack:grovv new|adoptThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /grovv — start grovv stack scaffolding You are kicking off the **gro\\/\\/ stack** scaffolding process for the project in the current working directory. ## Step 1 — Read the directive Read the master directive bundled with this plugin before writing any file: It defines the full workflow (Steps 0–9). It is authoritative — follow it end to end. Also honor the conventions in this plugin's `CLAUDE.md` and `.claude/CLAUDE.md`. ## Step 2 — Determine the mode The argument is: `$ARGUMENTS` - `new` — treat this as a brand-new project; start at Step 1. - `adopt` — treat this as an existin...
You are kicking off the gro\/\/ stack scaffolding process for the project in the current working directory.
Read the master directive bundled with this plugin before writing any file:
${CLAUDE_PLUGIN_ROOT}/grovv-stack-scaffold.md
It defines the full workflow (Steps 0–9). It is authoritative — follow it end to end. Also honor the conventions in this plugin's CLAUDE.md and .claude/CLAUDE.md.
The argument is: $ARGUMENTS
new — treat this as a brand-new project; start at Step 1.adopt — treat this as an existing project; start at Step 0 (assess the codebase, then propose an adoption plan and wait for approval before changing anything).package.json, go.mod, tsconfig.json, etc.), or a populated docs/, treat it as existing and start at Step 0. If the directory is essentially empty (or only this plugin/config is present), treat it as new and start at Step 1.State which mode you detected and why before proceeding.
Follow the directive's steps in order, pausing for confirmation at each major artifact. Do not generate ahead of understanding:
@TODO and revisit them.The pipeline includes the team-design (harness) step after the skills repository is built — it designs a project-specific agent team additive to the six grovv defaults. See docs/prompts/team-design.md.
Begin now.
npx claudepluginhub constructyourself/grovv-stack --plugin grovv-stack