swot-analysis

Solid

Use when analyzing strengths/weaknesses/opportunities/threats, strategic planning, decision-making support, problem diagnosis, or when user mentions 'SWOT', '优劣势分析', '战略分析', '机会威胁', '态势分析', '战略规划', '竞品分析', '技术选型', '方案对比', '风险评估', '项目立项', '决策支持'.

AI & Automation 7 stars 2 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

## 前置协议 ### 环境检测 ```bash PROJECT_ROOT=$(git rev-parse --show-toplevel 2>/dev/null || echo "unknown") BRANCH=$(git branch --show-current 2>/dev/null || echo "unknown") COMMIT=$(git rev-parse --short HEAD 2>/dev/null || echo "unknown") echo "PROJECT: $PROJECT_ROOT" echo "BRANCH: $BRANCH" echo "COMMIT: $COMMIT" ``` ### 前置技能检查 ```bash # 检查前置工件 GOAL_ARTIFACT="memory/artifacts/goal-oriented/latest.json" FP_ARTIFACT="memory/artifacts/first-principles/latest.json" if [ -f "$GOAL_ARTIFACT" ]; then echo "FOUND: goal-oriented artifact" fi if [ -f "$FP_ARTIFACT" ]; then echo "FOUND: first-principles artifact" fi mkdir -p memory/artifacts/swot-analysis ``` ## Overview SWOT分析是一种战略规划工具,通过系统性地分析对象的**内部优势**和**劣势**,外部**机会**和**威胁**,帮助做出更明智的决策。 **核心价值**: - 提供全景式现状评估,避免片面判断 - 内外因素结合,平衡客观与主观 - 从分析到策略,直接产出可执行方案 - 适用广泛,从产品规划到技术选型均可使用 **两阶段模式**: 1. **分析阶段**:识别并填充S、W、O、T四个维度 2. **策略阶段**:通过TOWS矩阵交叉分析,生成SO/WO/ST/WT四类策略 **关键区别**: - 简单列表式SWOT:只列出四个象限,无后续行动 - 战略式SWOT:分析→策略→行动,形成闭环 ## When to Use **适用场景**: - 项目立项或新功能规划(评估可行性和风险) - 技术选型和架构决策(对比多个方案) - 竞品分析和市场进入策略 - 问题诊断和瓶颈突破 - 资源分配和优先级排序 - 战略规划和业务决策 - 用户明确要求"SWOT分析"或"优劣势分析" **不适用场景**: - 简单明确的小决策(杀鸡用牛刀) - 纯技术问题调试(需要debugging skill) - 已有明确最优方案的选择 - 数据驱动的A/B测试(SWOT是定性分析) ### 快速判断是否使用SWOT ``` 是否需要决策? ├─ 否 → 不需要SWOT └─ 是 └─ 问题是否复杂多因素? ├─ 否 → 简单决策框架即可 └─ 是 └─ 是否涉及内外部因素? ├─ 仅内部 → 考虑根因分析/5Whys ├─ 仅外部 → 考虑PESTEL/波特五力 └─ 内外都有 → ✅ 适合SWOT ``` ## The Process ```dot digraph swot_analysis {...

Details

Author
konglong87
Repository
konglong87/methodology-skills
Created
4 months ago
Last Updated
6 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

swot-analysis

Perform a detailed SWOT analysis — strengths, weaknesses, opportunities, and threats with actionable recommendations. Use when doing strategic assessment, competitive analysis, or evaluating a product or business position.

1 Updated 1 weeks ago
MARUCIE
AI & Automation Listed

strategic-analysis

Use when the user must CHOOSE between two or more named approaches, technologies, or design decisions before committing. Compares options with explicit trade-off tables and a recommendation. Trigger on "X or Y", "should we use A or B", "compare approaches", "trade-offs", "pros and cons", "which is better", "what do you recommend", "I'm torn between", "the team is split on", "I need to decide between", "keep X or switch to Y", "evaluate options for", "monorepo vs separate repos", "REST vs GraphQL". DECIDES between named alternatives with trade-off analysis — not for sizing complexity (use complexity-assessment), not for code review (use code-review-guide), not for creating plans, not for searching existing code (use codebase-scan).

0 Updated today
emrecdr
AI & Automation Solid

product-strategy

一次性产出产品策略三件套:定位声明、优先级排序(RICE/MoSCoW)与产品路线图,三段一条主线(定位定权重、权重定排序、排序定排期)。当用户需要产品定位、差异化策略、定义价值主张,或需要对待办事项排序、决定先构建什么、用 RICE/MoSCoW 给功能排名,或需要创建路线图、定义里程碑、规划产品方向,或说"我们如何定位 X"、"我们有什么不同"、"给这个排优先级"、"我们应该先构建什么"、"创建路线图"、"我们的计划是什么"、"下季度路线图"时使用。即使没有明确说"定位"、"优先级排序"或"路线图",当用户正在制定产品战略、对竞争项目进行排名、规划产品时间线或向干系人沟通产品方向时也应激活。

2 Updated today
kelegele