finishing-grove-workspace
I'm using the finishing-grove-workspace skill to wrap up this Grove workspace.
Workflow
Step 1: Detect workspace
test -f "$(git rev-parse --show-toplevel)/.grove/workspace.json"
If .grove/workspace.json is not found: this is not a Grove workspace. Use superpowers:finishing-a-development-branch instead.
Step 2: Verify tests pass
Auto-detect the test command from marker files:
More from chrisbanes/grove
using-grove
Use when starting feature work that needs isolation from the current workspace, or before executing implementation plans in a Grove-enabled repository
9grove-doctor
Use when something in the Grove setup is not working as expected, or when a user asks to diagnose or troubleshoot their Grove installation
9grove-multi-agent
Use when multiple independent tasks need to be executed in parallel, each in an isolated workspace with warm build state
9grove-init
Use when setting up Grove for a repository that does not yet have a `.grove/config.json`, or when a user asks to initialize Grove in their project
4grove-config
Use when configuring Grove for a repository that does not yet have a `.grove/config.json`, or when a user asks to configure Grove in their project
3