-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.json
More file actions
34 lines (34 loc) · 961 Bytes
/
Copy pathindex.json
File metadata and controls
34 lines (34 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "lumen",
"version": "2.3.0",
"description": "AI Product Operating System — 18 specialist agents for PMF, strategy, experiments, launches, and growth.",
"author": "ishwarjha",
"repository": "https://github.com/ishwarjha/lumen-product-management",
"plugin": ".claude-plugin/plugin.json",
"marketplace": ".claude-plugin/marketplace.json",
"install": "install.sh",
"agents": 18,
"commands": 9,
"skills": 4,
"schemas": 3,
"mcp_servers": 10,
"tiers": ["starter", "growth", "scale", "enterprise"],
"workflows": {
"W1": "PMF Discovery",
"W2": "PMF Recovery",
"W3": "Strategy Formation",
"W4": "Feature Validation",
"W5": "GTM Launch",
"W6": "Churn Crisis"
},
"requires_credentials": false,
"starter_agents": [
"SignalMonitor",
"EventIQ",
"DiscoveryOS",
"NorthStar",
"HypothesisLab"
],
"entrypoint": "/lumen:pmf-discovery",
"changelog_url": ".claude-plugin/plugin.json"
}