skill-product-analysis

Solid

Guidelines for creating and refining Product Vision and Strategy.

AI & Automation 4 stars 0 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 80/100

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

Skill Content

# Product Analysis & Vision ## 1. Objective To define **what** we are building and **why**, before writing code. This skill powers the **Product Analyst (p02)** role. ## 2. Core Tooling You MUST use the provided Python script to scaffold the Vision document. **DO NOT** write the `PRODUCT_VISION.md` header/structure manually. ### How to Initialise Run the following command (Headless mode): ```bash 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`). ## 3. The 10-Factor Scoring Matrix Before drafting the Vision, you MUST score the idea to determine viability. ### Protocol Run the scoring script with your estimated values (1-10, where 10 is Best/Easiest): ```bash # 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 ``` - **Goal:** Score > 70/100. - **Output:** Application of this script must be included in `PRODUCT_VISION.md`. ## 4. Artifact Standards (`PRODUCT_VISION.md`) ### Template Structure See `assets/vision_template.md` for the authoritative structure. All sections are mandatory. ### INVEST Criteria (User Stories) When breaking down the vision into the Backlog: - **I**ndependent - **N**egotiable - **V**aluable (to the user) - **E**stimable - **S**mall - **T**estable ##...

Details

Author
MatrixFounder
Repository
MatrixFounder/Agentic-development
Created
7 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category