npx claudepluginhub adamfeldman/compound-workflows --plugin compound-workflowsThis skill uses the workspace's default tool permissions.
Show the current plugin version status by comparing source, installed, and latest release versions.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Show the current plugin version status by comparing source, installed, and latest release versions.
Run bash ${CLAUDE_SKILL_DIR}/../../scripts/init-values.sh version. Read the VERSION_CHECK value from output.
Then run the version check script:
if [[ -n "$VERSION_CHECK" ]]; then
bash "$VERSION_CHECK"
else
echo "NOT FOUND"
fi
If version-check.sh is not found, tell the user: "version-check.sh not found. The compound-workflows plugin may not be installed or is an older version without version checking." Then stop.
Present the script's output to the user. If the script reports any actionable items (STALE or UNRELEASED), highlight them clearly and show the exact commands to run.