-
-
Notifications
You must be signed in to change notification settings - Fork 234
Expand file tree
/
Copy pathskill-tiers.json
More file actions
69 lines (69 loc) · 1.84 KB
/
Copy pathskill-tiers.json
File metadata and controls
69 lines (69 loc) · 1.84 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"_comment": "Machine-readable source for skill tiers. Keep in sync with TIERS.md. Any skill not listed here is 'stable'. Consumed by web/build-skills.mjs to tag skills.json.",
"productionReady": [
"writing-great-skills",
"content-repurposer",
"creator-brand-kit",
"prd-template",
"meeting-notes",
"stakeholder-update",
"user-research-synthesis",
"competitive-analysis",
"rice-prioritisation",
"feature-prioritisation",
"okr-builder",
"roadmap-narrative",
"rice-impact-matrix",
"sprint-planning",
"sprint-brief",
"user-story-writer",
"retro-analysis",
"ab-test-planner",
"product-launch-checklist",
"technical-spec-template",
"customer-journey-map",
"assumption-mapper",
"user-interview-synthesis",
"discovery-interview-guide",
"job-story-mapper",
"data-analysis-standard",
"retention-analysis",
"cohort-analysis",
"metrics-framework",
"product-health-analysis",
"cs-health-scorecard",
"churn-analysis",
"qbr-deck",
"renewal-playbook",
"customer-success-plan",
"cs-escalation-brief",
"code-review-checklist",
"incident-postmortem",
"architecture-decision-record",
"api-docs-writer",
"runbook-writer",
"changelog-generator",
"pr-description-writer",
"technical-debt-register",
"go-to-market",
"competitor-teardown",
"product-positioning-doc",
"executive-summary",
"press-release",
"skill-security-auditor"
],
"experimental": [
"professional-brain",
"action-runner",
"instagram-post-downloader",
"substack-notes-scraper",
"thumbnail-creator",
"notebooklm-connector",
"email-triage",
"morning-intelligence",
"last-30-days-research",
"competitor-signal-tracker",
"multi-source-signal-synthesiser",
"youtube-script-writer"
]
}