What problem does it solve?
This skill enables teams to rapidly explore multiple prototype directions by proposing concrete options, isolating each option in its own git worktree, and landing the chosen prototype back into the main worktree. It speeds decision-making and reduces polish-time while validating design directions.
Core Features & Use Cases
- Propose 2-4 concrete prototype directions for a request.
- Create separate git worktrees for each option under .worktrees with descriptive names.
- Write a short prototype-spec.md per option detailing goal, happy path, assumptions, mocked data, and explicit shortcuts.
- Implement one happy path per chosen option, then land the selected slice into the main worktree.
- Cleanup: remove temporary worktrees and report completion to the user.
- Use Case: Dashboard prototype, onboarding flow, booking MVP to demonstrate different flows and design directions.
Quick Start
Provide a design goal and I will generate 2–4 prototype options and create separate worktrees for each option.