@compilr-dev/sdk 0.7.4 → 0.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1532,11 +1532,18 @@ Based on the competitor analysis, what are YOUR advantages?
|
|
|
1532
1532
|
|
|
1533
1533
|
Save: \`business_model_update\` with op: "set_competitive_advantages", advantages: [...]
|
|
1534
1534
|
|
|
1535
|
-
## Step 5: Positioning
|
|
1536
|
-
Help the user
|
|
1537
|
-
-
|
|
1538
|
-
-
|
|
1539
|
-
-
|
|
1535
|
+
## Step 5: Positioning Matrix
|
|
1536
|
+
Help the user define a 2D positioning matrix:
|
|
1537
|
+
- Ask: "What are the two most important dimensions in your market?" (e.g., price vs. features, simplicity vs. power, general vs. specialized)
|
|
1538
|
+
- Define axes with labels
|
|
1539
|
+
- Score each competitor (0-100) on both axes
|
|
1540
|
+
- Score the user's business position
|
|
1541
|
+
|
|
1542
|
+
Save positioning: \`business_model_update\` op: "set_positioning", positioning: { xAxis: "Domain Specialization", yAxis: "Multi-Agent Capability", xLow: "General", xHigh: "Specialized", yLow: "Single", yHigh: "Multi-Agent", selfX: 85, selfY: 90 }
|
|
1543
|
+
|
|
1544
|
+
Then update each competitor with position: \`business_model_update\` op: "competitor_update", competitor_id: "...", updates: { positionX: 30, positionY: 70 }
|
|
1545
|
+
|
|
1546
|
+
This generates a visual positioning chart in the Business Model Viewer.
|
|
1540
1547
|
|
|
1541
1548
|
## Step 6: Generate Work Items
|
|
1542
1549
|
Create work items for:
|