用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MatrixFounder/Agentic-development --skill skill-product-analysis命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Standards for code documentation, comments, and artifact updates.
Detailed checklist for verifying System Architecture and Data Models.
Structured checklist for code review: bugs, style, performance, security, docs.
正在显示 SKILL.md
基于 SOC 职业分类
| name | skill-product-analysis |
| description | Guidelines for creating and refining Product Vision and Strategy. |
| tier | 2 |
| version | 1.1 |
To define what we are building and why, before writing code. This skill powers the Product Analyst (p02) role.
You MUST use the provided Python script to scaffold the Vision document.
DO NOT write the PRODUCT_VISION.md header/structure manually.
Run the following command (Headless mode):
python3 [skill_path]/scripts/init_product.py --name "Product Name" --problem "Problem description" --audience "Users" --metrics "KPI1, KPI2"
Note:
[skill_path]is the path to this skill (e.g..agent/skills/skill-product-analysis).
Before drafting the Vision, you MUST score the idea to determine viability.
Run the scoring script with your estimated values (1-10, where 10 is Best/Easiest):
# Example: High problem intensity (9), but weak moat (3)
python3 [skill_path]/scripts/score_product.py --problem_intensity 9 --moat_durability 3 --market_size 8
PRODUCT_VISION.md.PRODUCT_VISION.md)See assets/vision_template.md for the authoritative structure.
All sections are mandatory.
When breaking down the vision into the Backlog:
When defining the product features, you MUST position it for the Early Majority.
Every feature implementation plan must start with:
Use the Official Template for the full structure.
examples/01_strong_go_devboost.mdexamples/02_consider_talentflow.mdexamples/03_nogo_quickbites.md