Continuous Discovery Habits
Implements Teresa Torres' continuous discovery habits for weekly customer contact, opportunity solution trees, and assumption testing. Use when building discovery processes, conducting user research, validating assumptions, or establishing product trio workflows.
When to Use
- The request matches the skill description: Implements Teresa Torres' continuous discovery habits for weekly customer contact, opportunity solution trees, and assumption testing. Use when building discovery processes, conducting user research, validating assumptions, or establishing product trio workflows.
- The task needs the implementation patterns, examples, validation checks, or edge cases listed in the topic map.
- The work would benefit from the complete guidance preserved in
references/full-guidance.md.
Core Workflow
- Confirm the request matches this skill's trigger, scope, and risk profile.
- Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.
- Load
references/full-guidance.md when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.
- Apply only the relevant guidance instead of loading or repeating the entire reference by default.
- Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.
Topic Map
- When This Skill Activates
- Core Frameworks
- Continuous Discovery Habits (Source: Teresa Torres)
- The Product Trio
- Opportunity Solution Trees
- Interview Snapshot
- Assumption Testing
- Decision Trees
- Should I Build This Feature?
- How Should I Test This Assumption?
- Action Templates
- Template: Weekly Discovery Plan
- Outcome We're Pursuing
- This Week's Focus
- Discovery Activities (Minimum 1 per week)
- Monday-Wednesday: Research
- Thursday: Synthesis
- Friday: Planning
Reference Map
references/full-guidance.md preserves the complete original guidance, including examples and detailed edge cases.
Progressive Loading
Keep this SKILL.md as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.
1---2name: continuous-discovery3description: Implements Teresa Torres' continuous discovery habits for weekly customer contact, opportunity solution trees, and assumption testing. Use when building discovery processes, conducting user research, validating assumptions, or establishing product trio workflows.4license: MIT5---67# Continuous Discovery Habits89Implements Teresa Torres' continuous discovery habits for weekly customer contact, opportunity solution trees, and assumption testing. Use when building discovery processes, conducting user research, validating assumptions, or establishing product trio workflows.1011## When to Use12- The request matches the skill description: Implements Teresa Torres' continuous discovery habits for weekly customer contact, opportunity solution trees, and assumption testing. Use when building discovery processes, conducting user research, validating assumptions, or establishing product trio workflows.13- The task needs the implementation patterns, examples, validation checks, or edge cases listed in the topic map.14- The work would benefit from the complete guidance preserved in `references/full-guidance.md`.1516## Core Workflow171. Confirm the request matches this skill's trigger, scope, and risk profile.182. Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.193. Load `references/full-guidance.md` when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.204. Apply only the relevant guidance instead of loading or repeating the entire reference by default.215. Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.2223## Topic Map24- When This Skill Activates25- Core Frameworks26- Continuous Discovery Habits (Source: Teresa Torres)27- The Product Trio28- Opportunity Solution Trees29- Interview Snapshot30- Assumption Testing31- Decision Trees32- Should I Build This Feature?33- How Should I Test This Assumption?34- Action Templates35- Template: Weekly Discovery Plan36- Outcome We're Pursuing37- This Week's Focus38- Discovery Activities (Minimum 1 per week)39- Monday-Wednesday: Research40- Thursday: Synthesis41- Friday: Planning4243## Reference Map44- `references/full-guidance.md` preserves the complete original guidance, including examples and detailed edge cases.4546## Progressive Loading47Keep this `SKILL.md` as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.