Agent skill
four-risks
Run Marty Cagan's Four Risks assessment on an issue (value, usability, feasibility, viability). Use when evaluating features before building.
Install this agent skill to your Project
npx add-skill https://github.com/breethomas/bette-think/tree/main/plugins/bette-think/skills/four-risks
SKILL.md
Four Risks Assessment
Apply Marty Cagan's Four Risks Framework to assess an issue before building.
Works with:
- Linear MCP - Reads issue details and adds assessment as comment
- GitHub MCP - Reads issue details and adds assessment as comment
- Manual - Describe the feature directly
Entry Point
When this skill is invoked, start with:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
FOUR RISKS ASSESSMENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
What are you assessing?
1. Specific issue/feature
→ Provide issue ID or describe the feature
2. Current sprint issues
→ Assess all issues in current sprint
3. Quick risk check
→ Fast assessment on something you're considering
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
What This Does
Evaluates a feature/project against the four critical risks:
- Value: Will customers use/buy this?
- Usability: Can users figure it out?
- Feasibility: Can we build it?
- Viability: Does it work for our business?
Usage
/four-risks [issue-id]
Examples:
/four-risks ENG-245- Assess specific issue/four-risks --current-sprint- Assess all current sprint issues/four-risks --add-comment- Add assessment as Linear comment
What Happens
- Fetches issue details from Linear or GitHub (if MCPs configured)
- Applies Four Risks framework:
- Analyzes issue description
- Asks clarifying questions if needed
- Assesses each risk dimension
- Returns risk assessment with:
- Risk level for each dimension (High/Medium/Low)
- Key questions to de-risk
- Recommended discovery activities
- Optionally adds comment to source issue with assessment (if using Linear)
Example Output
🎯 Four Risks Assessment: [ENG-245] AI-powered email composer
📊 RISK SUMMARY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1️⃣ VALUE RISK: 🔴 HIGH
Will customers use/buy this?
⚠️ Concerns:
- No customer interviews validating demand
- Competitive AI email tools exist (Grammarly, Jasper)
- Unclear differentiation
✅ To de-risk:
- Run 10 customer interviews about email pain points
- Test prototype with 5 users
- Validate willingness to pay
2️⃣ USABILITY RISK: 🟡 MEDIUM
Can users figure it out?
⚠️ Concerns:
- AI output needs review UX
- Tone/voice customization complexity
✅ To de-risk:
- Create clickable prototype
- Run usability tests with 5 users
- Test with non-technical users
3️⃣ FEASIBILITY RISK: 🟢 LOW
Can we build it?
✅ Confidence:
- Team has AI integration experience
- OpenAI API well-documented
- Spike completed successfully
⚠️ Minor concerns:
- Inference costs at scale (needs modeling)
4️⃣ VIABILITY RISK: 🟡 MEDIUM
Does it work for our business?
⚠️ Concerns:
- Unit economics unclear (AI costs)
- Legal review needed for AI-generated content
- Competitive differentiation weak
✅ To de-risk:
- Model costs at 10K, 100K, 1M emails/month
- Legal review of AI content liability
- Define unique value prop
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 RECOMMENDATION: DO NOT BUILD YET
Highest risk: VALUE (customers may not want/pay for this)
📋 Discovery Plan:
Week 1: Customer interviews (10 users)
Week 2: Build throwaway prototype
Week 3: Usability testing (5 users)
Week 4: Unit economics modeling
Only proceed if:
✓ 60%+ of interviews validate strong need
✓ Prototype test shows clear value
✓ Unit economics support freemium model
Integration Options
With Linear MCP: Automatically fetches Linear issue details and can add assessment as comment.
With GitHub MCP: Automatically fetches GitHub issue details and can add assessment as comment.
Manual mode: Describe the feature and the command will assess it:
Run a four risks assessment on this feature: [describe feature]
Learn More
See the full Four Risks framework at:
frameworks/discovery/four-risks.md
Framework: Marty Cagan (SVPG) Best for: Pre-build validation, discovery planning, reducing waste AI-era adaptation: Prototype to test risks in hours, not weeks
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
four-fits
Find which fit is broken before you burn cash scaling. Brian Balfour's framework for validating sustainable growth readiness.
project-health
Deep-dive health check on a single Linear project. Produces assessment with 7 dimensions - On Track / At Risk / Stalled.
prompt-engineering
Expert prompt optimization system for building production-ready AI features. Use when users request help improving prompts, want to create system prompts, need prompt review/critique, ask for prompt optimization strategies, want to analyze prompt effectiveness, mention prompt engineering best practices, request prompt templates, or need guidance on structuring AI instructions. Also use when users provide prompts and want suggestions for improvement.
strategy-session
Your product soundboard. Work through product decisions conversationally - Claude gathers context, challenges assumptions, captures decisions, and creates Linear issues.
ai-debug
Diagnose why an AI feature is underperforming, hallucinating, or behaving inconsistently. Uses 4D audit to work backwards from symptoms to root cause.
shape-up
Shape work using the Shape Up methodology (Ryan Singer, Basecamp). Walk through the 4-step shaping process to create pitches ready for betting. Distinguishes between established product mode (fixed time, variable scope) and new product mode (looser constraints). Use when planning cycle work, writing pitches, or coaching PMs on shaping.
Didn't find tool you were looking for?