brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Select the right Proof of Life (PoL) probe based on hypothesis, risk, and resources. Use this to match the validation method to the real learning goal, not tooling comfort.
$ npx -y skills add getcrew44/crew44 --skill pol-probe-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pol-probe-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
Select the right Proof of Life (PoL) probe based on hypothesis, risk, and resources. Use this to match the validation method to the real learning goal, not tooling comfort.
name: pol-probe-advisor description: Select the right Proof of Life (PoL) probe based on hypothesis, risk, and resources. Use this to match the validation method to the real learning goal, not tooling comfort. intent: >- Guide product managers through selecting the right **Proof of Life (PoL) probe** type (of 5 flavors) based on their hypothesis, risk, and available resources. Use this when you need to eliminate a specific risk or test a narrow hypothesis, but aren't sure which validation method to use. This interactive skill ensures you match the cheapest prototype to the harshest truth—not the prototype you're most comfortable building. type: interactive best_for: - "Choosing the cheapest useful validation method for a risky idea" - "Matching a hypothesis to the right Proof of Life probe" - "Avoiding overbuilding before learning the harsh truth" scenarios: - "Which Proof of Life probe should I use to test demand for this idea?" - "Help me pick the right validation method for an onboarding hypothesis" - "I have a risky AI concept. What PoL probe should I run first?"
Guide product managers through selecting the right **Proof of Life (PoL) probe** type (of 5 flavors) based on their hypothesis, risk, and available resources. Use this when you need to eliminate a specific risk or test a narrow hypothesis, but aren't sure which validation method to use. This interactive skill ensures you match the cheapest prototype to the harshest truth—not the prototype you're most comfortable building.
This is **not** a tool for deciding *if* you should validate (you should). It's a decision framework for choosing *how* to validate most effectively.
**Common failure mode:** PMs choose validation methods based on tooling comfort ("I know Figma, so I'll design a prototype") rather than learning goal. Result: validate the wrong thing, miss the actual risk.
**Solution:** Work backwards from the hypothesis. Ask: "What specific risk am I eliminating? What's the cheapest path to harsh truth?"
---
| Type | Core Question | Best For | Timeline | |------|---------------|----------|----------| | **Feasibility Check** | "Can we build this?" | Technical unknowns, API dependencies, data integrity | 1-2 days | | **Task-Focused Test** | "Can users complete this job without friction?" | Critical UI moments, field labels, decision points | 2-5 days | | **Narrative Prototype** | "Does this workflow earn stakeholder buy-in?" | Storytelling, explaining complex flows, alignment | 1-3 days | | **Synthetic Data Simulation** | "Can we model this without production risk?" | Edge cases, unknown-unknowns, statistical modeling | 2-4 days | | **Vibe-Coded PoL Probe** | "Will this solution survive real user contact?" | Workflow/UX validation with real interactions | 2-3 days |
**Golden Rule:** *"Use the cheapest prototype that tells the harshest truth."*
---
---
✅ **Use this when:**
❌ **Don't use this when:**
---
Use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the default interaction protocol for this skill.
It defines:
This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
This interactive skill uses **adaptive questioning** to recommend the right PoL probe type based on your context.
---
**Agent asks:**
Let's figure out which PoL probe type is right for your validation needs. First, I need some context:
**1. What hypothesis are you testing?** (Describe in one sentence, or use "If [we do X] for [persona], then [outcome]" format)
**2. What specific risk are you trying to eliminate?** Examples:
**3. What's your timeline?**
**4. What resources do you have available?** Examples:
---
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