brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Frame an epic as a testable hypothesis with target user, expected outcome, and validation method. Use when defining a major initiative before roadmap, discovery, or delivery planning.
$ npx -y skills add getcrew44/crew44 --skill epic-hypothesis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/epic-hypothesisContext preview
The summary Claude sees to decide when to auto-load this skill.
Frame an epic as a testable hypothesis with target user, expected outcome, and validation method. Use when defining a major initiative before roadmap, discovery, or delivery planning.
name: epic-hypothesis
description: Frame an epic as a testable hypothesis with target user, expected outcome, and validation method. Use when defining a major initiative before roadmap, discovery, or delivery planning.
intent: >-
Frame epics as testable hypotheses using an if/then structure that articulates the action or solution, the target beneficiary, the expected outcome, and how you'll validate success. Use this to manage uncertainty in product development by making assumptions explicit, defining lightweight experiments ("tiny acts of discovery"), and establishing measurable success criteria before committing to full build-out.
type: componentFrame epics as testable hypotheses using an if/then structure that articulates the action or solution, the target beneficiary, the expected outcome, and how you'll validate success. Use this to manage uncertainty in product development by making assumptions explicit, defining lightweight experiments ("tiny acts of discovery"), and establishing measurable success criteria before committing to full build-out.
This is not a requirements spec—it's a hypothesis you're testing, not a feature you're committed to shipping.
Inspired by Tim Herbig's Lean UX hypothesis format, the structure is:
**If/Then Hypothesis:**
**Tiny Acts of Discovery Experiments:**
**Validation Measures:**
---
Use `template.md` for the full fill-in structure.
Before drafting an epic hypothesis, ensure you have:
**If missing context:** Run discovery interviews or problem validation work first.
---
Fill in the template:
### If/Then Hypothesis **If we** [action or solution on behalf of the target persona] **for** [target persona] **Then we will** [attain or achieve a desirable outcome or job-to-be-done for the persona]
**Quality checks:**
**Examples:**
---
Before building the full epic, define lightweight experiments to test the hypothesis:
### Tiny Acts of Discovery Experiments **We will test our assumption by:** - [Experiment 1: low-cost, fast test] - [Experiment 2: another low-cost, fast test] - [Add more as necessary]
**Experiment types:**
**Quality checks:**
Orchestrate a crew of specialist AI agents in one local-first workspace. Each role on its best model, with memory and skills that compound. Free, MIT.
Repo: getcrew44/crew44
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting…
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical…
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes