plugins
All plugins

wondelai-design-sprint

v1.0.0

Google Ventures Design Sprint methodology for rapid prototyping

Claude Code1 skill

by Wondel.aiMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/wondelai-design-sprint/ inside the repository.

Layout

plugins/productivity/wondelai-design-sprint/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

design-sprintSKILL.md

Run a structured 5-day process to prototype, test, and validate product ideas with real users. Use when the user mentions "design sprint", "validate before we build", "rapid prototype", "test with users", or "should we build this". Also trigger when a team is stuck in endless debate over a high-stakes product decision, or wants to de-risk a costly idea before investing in development. Covers mapping, sketching, deciding, prototyping, and testing across Monday-Friday. For ongoing experimentation and MVPs, see lean-startup. For customer job analysis, see jobs-to-be-done. For non-leading user interviews, see mom-test.

Manifests1

plugins/productivity/wondelai-design-sprint/.claude-plugin/plugin.json
{
  "name": "wondelai-design-sprint",
  "version": "1.0.0",
  "description": "Google Ventures Design Sprint methodology for rapid prototyping",
  "author": {
    "name": "Wondel.ai"
  },
  "license": "MIT",
  "repository": "https://github.com/wondelai/skills",
  "keywords": [
    "productivity",
    "wondelai",
    "skills"
  ]
}