File contents 💼 Business Context Skill
name: business-context
description: Understand and apply business requirements, user needs, and market context to development decisions
🎯 Purpose
This skill helps understand business requirements, user personas, market positioning, and translate them into technical decisions.
📋 When to Use
Starting a new project
Making architecture decisions
Prioritizing features
Understanding user requirements
Creating MVP specifications
🔧 Capabilities
1. Requirements Analysis
Extract functional requirements from natural language
Identify non-functional requirements (performance, security, scalability)
Map user stories to technical tasks
2. User Persona Understanding
Define target user demographics
Understand user pain points
Map user journeys
3. Market Context
Analyze competitor features
Identify market gaps
Suggest differentiating features
4. MVP Definition
Prioritize core features
Define minimum viable scope
Create phased roadmap
📝 Process
1. GATHER: Collect business requirements
- What problem are we solving?
- Who is the target user?
- What are the success metrics?
2. ANALYZE: Break down requirements
- Core features (must-have)
- Nice-to-have features
- Future considerations
3. TRANSLATE: Convert to technical specs
- Data models needed
- API endpoints required
- UI/UX requirements
4. PRIORITIZE: Create implementation order
- Phase 1: MVP core
- Phase 2: Essential additions
- Phase 3: Nice-to-haves
💡 Key Questions to Ask
Category
Questions
Users
Who uses this? What's their skill level?
Problem
What pain point does this solve?
Value
Why would someone pay for this?
Competition
What alternatives exist?
Success
How do we measure success?
📊 Output Format
## Business Requirements Summary
### Target Users
- Primary: [description]
- Secondary: [description]
### Core Problem
[Problem statement]
### Success Metrics
- [ ] Metric 1
- [ ] Metric 2
### Feature Priority
| Priority | Feature | Rationale |
|----------|---------|-----------|
| P0 | ... | ... |
| P1 | ... | ... |
| P2 | ... | ... |
🔗 Related Skills
project-setup - After understanding context
api-design - Designing APIs based on requirements
documentation - Documenting business logic
1 --- 2 name: business-context 3 description: 💼 Business Context Skill 4 --- 5 # 💼 Business Context Skill 6 7 --- 8 name: business-context 9 description: Understand and apply business requirements, user needs, and market context to development decisions 10 --- 11 12 ## 🎯 Purpose 13 14 This skill helps understand business requirements, user personas, market positioning, and translate them into technical decisions. 15 16 ## 📋 When to Use 17 18 - Starting a new project 19 - Making architecture decisions 20 - Prioritizing features 21 - Understanding user requirements 22 - Creating MVP specifications 23 24 ## 🔧 Capabilities 25 26 ### 1. Requirements Analysis 27 - Extract functional requirements from natural language 28 - Identify non-functional requirements (performance, security, scalability) 29 - Map user stories to technical tasks 30 31 ### 2. User Persona Understanding 32 - Define target user demographics 33 - Understand user pain points 34 - Map user journeys 35 36 ### 3. Market Context 37 - Analyze competitor features 38 - Identify market gaps 39 - Suggest differentiating features 40 41 ### 4. MVP Definition 42 - Prioritize core features 43 - Define minimum viable scope 44 - Create phased roadmap 45 46 ## 📝 Process 47 48 ``` 49 1. GATHER: Collect business requirements 50 - What problem are we solving? 51 - Who is the target user? 52 - What are the success metrics? 53 54 2. ANALYZE: Break down requirements 55 - Core features (must-have) 56 - Nice-to-have features 57 - Future considerations 58 59 3. TRANSLATE: Convert to technical specs 60 - Data models needed 61 - API endpoints required 62 - UI/UX requirements 63 64 4. PRIORITIZE: Create implementation order 65 - Phase 1: MVP core 66 - Phase 2: Essential additions 67 - Phase 3: Nice-to-haves 68 ``` 69 70 ## 💡 Key Questions to Ask 71 72 | Category | Questions | 73 |----------|-----------| 74 | **Users** | Who uses this? What's their skill level? | 75 | **Problem** | What pain point does this solve? | 76 | **Value** | Why would someone pay for this? | 77 | **Competition** | What alternatives exist? | 78 | **Success** | How do we measure success? | 79 80 ## 📊 Output Format 81 82 ```markdown 83 ## Business Requirements Summary 84 85 ### Target Users 86 - Primary: [description] 87 - Secondary: [description] 88 89 ### Core Problem 90 [Problem statement] 91 92 ### Success Metrics 93 - [ ] Metric 1 94 - [ ] Metric 2 95 96 ### Feature Priority 97 | Priority | Feature | Rationale | 98 |----------|---------|-----------| 99 | P0 | ... | ... | 100 | P1 | ... | ... | 101 | P2 | ... | ... | 102 ``` 103 104 ## 🔗 Related Skills 105 106 - `project-setup` - After understanding context 107 - `api-design` - Designing APIs based on requirements 108 - `documentation` - Documenting business logic
sir-chawakorn/power-ranger-toolkit/tree/main/src/skills/business-context commit 7eb122f251
Frequently asked questions How do I install the Business Context skill? Run npx skillmds@latest add sir-chawakorn/business-context in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Business Context skill do? 💼 Business Context Skill It is listed under Coding & Dev Tools on SkillMD.
Is Business Context safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Business Context? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Business Context free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Business Context? sir-chawakorn (@sir-chawakorn) published this skill. Their other Agent Skills are listed on their SkillMD profile.