How this skill is triggered — by the user, by Claude, or both
Slash command
/planning-plugin:bundleThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rebuild bundle for: **$ARGUMENTS**
Rebuild bundle for: $ARGUMENTS
feature from arguments (required, kebab-case)prototypes/{feature}/package.json exists. If not, stop with:
"No prototype found for '{feature}'. Run
/planning-plugin:prototype {feature}first."
docs/specs/{feature}/.progress/{feature}.json. If it does not exist, stop with:
"No progress file found for '{feature}'."
${CLAUDE_PLUGIN_ROOT}/scripts/bundle-artifact.sh prototypes/{feature}
On success:
design.stages.prototype.bundleStatus to "current"design.stages.prototype.generatedAt to the current ISO-8601 UTC timestampOn failure:
bundleStatusOn success, display:
Bundle rebuilt successfully for '{feature}'.
File: prototypes/{feature}/bundle.html
Size: {size} KB
Status: current
On failure, display the error and suggest checking build logs.
npx claudepluginhub ohmyhotelco/hare-cc-plugins --plugin planning-pluginGenerates or adapts local-first web app prototypes from Buildable app specs, archetypes, UI patterns, and design playbooks. Activates when building or adapting a web app/prototype with Buildable guidance.
Creates frozen snapshot of validated prototype, CLAUDE.md guardrails to prevent file modifications, PreToolUse hook, and git tag before development overwrites shared sources.
Generates interactive UI prototypes in frontend repositories from PRD and User Journey to validate interaction flows, states, and navigation before HLD/API contracts.