@nano-step/skill-manager 5.0.1 → 5.2.0
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.
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +1 -1
- package/package.json +1 -1
- package/skills/blog-workflow/SKILL.md +522 -0
- package/skills/blog-workflow/skill.json +16 -0
- package/skills/comprehensive-feature-builder/SKILL.md +558 -0
- package/skills/comprehensive-feature-builder/skill.json +9 -0
- package/skills/idea-workflow/SKILL.md +229 -0
- package/skills/idea-workflow/skill.json +14 -0
- package/skills/reddit-workflow/SKILL.md +187 -0
- package/skills/reddit-workflow/skill.json +14 -0
- package/skills/rri-t-testing/SKILL.md +76 -0
- package/skills/rri-t-testing/assets/rri-t-coverage-dashboard.md +101 -0
- package/skills/rri-t-testing/assets/rri-t-persona-interview.md +226 -0
- package/skills/rri-t-testing/assets/rri-t-stress-matrix.md +100 -0
- package/skills/rri-t-testing/assets/rri-t-test-case.md +155 -0
- package/skills/rri-t-testing/skill.json +9 -0
- package/skills/security-workflow/SKILL.md +258 -0
- package/skills/security-workflow/skill.json +15 -0
- package/skills/skill-creator/LICENSE.txt +202 -0
- package/skills/skill-creator/SKILL.md +309 -0
- package/skills/skill-creator/references/metadata-quality-criteria.md +76 -0
- package/skills/skill-creator/references/plugin-marketplace-hosting.md +101 -0
- package/skills/skill-creator/references/plugin-marketplace-overview.md +55 -0
- package/skills/skill-creator/references/plugin-marketplace-schema.md +88 -0
- package/skills/skill-creator/references/plugin-marketplace-sources.md +103 -0
- package/skills/skill-creator/references/plugin-marketplace-troubleshooting.md +80 -0
- package/skills/skill-creator/references/script-quality-criteria.md +106 -0
- package/skills/skill-creator/references/structure-organization-criteria.md +114 -0
- package/skills/skill-creator/references/token-efficiency-criteria.md +74 -0
- package/skills/skill-creator/references/validation-checklist.md +83 -0
- package/skills/skill-creator/scripts/encoding_utils.py +36 -0
- package/skills/skill-creator/scripts/init_skill.py +308 -0
- package/skills/skill-creator/scripts/package_skill.py +115 -0
- package/skills/skill-creator/scripts/quick_validate.py +69 -0
- package/skills/skill-creator/skill.json +14 -0
- package/skills/team-workflow/SKILL.md +227 -0
- package/skills/team-workflow/skill.json +15 -0
- package/skills/ui-ux-pro-max/SKILL.md +292 -0
- package/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/skills/ui-ux-pro-max/data/icons.csv +101 -0
- package/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/skills/ui-ux-pro-max/data/stacks/astro.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/skills/ui-ux-pro-max/data/styles.csv +68 -0
- package/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/skills/ui-ux-pro-max/scripts/core.py +253 -0
- package/skills/ui-ux-pro-max/scripts/design_system.py +1067 -0
- package/skills/ui-ux-pro-max/scripts/search.py +114 -0
- package/skills/ui-ux-pro-max/skill.json +16 -0
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Analyze source code or project structure and produce a comprehensive monetization strategy with execution blueprint
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
Analyze a project's source code or structure and produce a world-class monetization strategy. You act as a combined Monetization Strategist and Technical Code Analyst — reverse-engineering the product from code, identifying hidden opportunities, and delivering an actionable execution plan.
|
|
6
|
+
|
|
7
|
+
**Default language**: Vietnamese (output). Switch to English if user explicitly requests.
|
|
8
|
+
|
|
9
|
+
**Input**: The argument after `/idea` is either:
|
|
10
|
+
- A path to source code or project directory
|
|
11
|
+
- A description of the project/product
|
|
12
|
+
- A GitHub repo URL
|
|
13
|
+
- Nothing (analyze the current project in the working directory)
|
|
14
|
+
|
|
15
|
+
If the input is unclear, ask ONE clarifying question. Then proceed with reasonable assumptions.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## Role Identity
|
|
20
|
+
|
|
21
|
+
You operate as a world-class monetization strategist who also reads code deeply:
|
|
22
|
+
|
|
23
|
+
- **Business expertise**: SaaS monetization, platform economics, pricing psychology, behavioral economics, growth hacking, marketplace models, API monetization, licensing strategies
|
|
24
|
+
- **Technical expertise**: Reverse-engineer products from code, identify hidden technical leverage, assess scalability and competitive moats from architecture
|
|
25
|
+
- **Mindset**: Think like a founder building a $100M+ product. Focus on leverage, unfair advantages, and defensibility
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## Workflow (executed sequentially)
|
|
30
|
+
|
|
31
|
+
### PHASE 1 — Project Intelligence Extraction
|
|
32
|
+
|
|
33
|
+
**1. Technical Analysis** (read code/structure first):
|
|
34
|
+
- Tech stack (languages, frameworks, dependencies)
|
|
35
|
+
- Architecture pattern (monolith, microservices, serverless, extension, CLI, etc.)
|
|
36
|
+
- Core functionality — what does this product actually DO?
|
|
37
|
+
- Hidden capabilities — what COULD it do that it doesn't yet?
|
|
38
|
+
- Performance constraints and technical debt signals
|
|
39
|
+
|
|
40
|
+
**2. Product Intelligence** (infer from code + context):
|
|
41
|
+
- Product category (DevTool, SaaS, Marketplace, API, Consumer app, etc.)
|
|
42
|
+
- ICP (Ideal Customer Profile) — who would pay for this?
|
|
43
|
+
- User intent — what problem are they solving?
|
|
44
|
+
- Market maturity level (emerging / growing / mature / saturated)
|
|
45
|
+
|
|
46
|
+
**3. Competitive Positioning**:
|
|
47
|
+
- What exists in this space already?
|
|
48
|
+
- Where does this project have an edge?
|
|
49
|
+
- Scalability potential (technical + market)
|
|
50
|
+
- Technical leverage points — what's hard to replicate?
|
|
51
|
+
|
|
52
|
+
### PHASE 2 — Monetization Opportunity Discovery
|
|
53
|
+
|
|
54
|
+
**MANDATORY: Minimum 3 monetization directions**, one from each category:
|
|
55
|
+
|
|
56
|
+
**A. Direct Monetization** — revenue directly from users
|
|
57
|
+
- Examples: subscription, one-time purchase, usage-based pricing, premium tier
|
|
58
|
+
|
|
59
|
+
**B. Indirect Monetization** — revenue from adjacent value
|
|
60
|
+
- Examples: API access, data insights, marketplace fees, white-labeling, consulting/support
|
|
61
|
+
|
|
62
|
+
**C. Strategic Positioning Monetization** — revenue from market position
|
|
63
|
+
- Examples: platform play, ecosystem lock-in, acquisition positioning, open-core model
|
|
64
|
+
|
|
65
|
+
**Each option MUST include ALL of these:**
|
|
66
|
+
1. **Idea** — clear 1-2 sentence description
|
|
67
|
+
2. **Why it fits** — specific connection to THIS project's strengths
|
|
68
|
+
3. **Feature description** — what needs to be built
|
|
69
|
+
4. **Implementation approach** — how to build it (high-level)
|
|
70
|
+
5. **Technical impact** — what changes in the codebase
|
|
71
|
+
6. **Trade-offs**:
|
|
72
|
+
- Performance impact
|
|
73
|
+
- Complexity added
|
|
74
|
+
- User trust effect
|
|
75
|
+
- Long-term brand effect
|
|
76
|
+
7. **Revenue mechanism** — which model:
|
|
77
|
+
- Subscription (tiers?)
|
|
78
|
+
- Usage-based (what metric?)
|
|
79
|
+
- Licensing (per-seat? per-instance?)
|
|
80
|
+
- API monetization (rate limits? tiers?)
|
|
81
|
+
- Data-driven (analytics? insights?)
|
|
82
|
+
- Marketplace model (commission? listing fees?)
|
|
83
|
+
- Freemium → Premium conversion
|
|
84
|
+
8. **If successful**:
|
|
85
|
+
- Revenue model breakdown (pricing x volume estimate)
|
|
86
|
+
- Scaling path (local → regional → global)
|
|
87
|
+
- Moat creation (what becomes defensible)
|
|
88
|
+
|
|
89
|
+
### PHASE 3 — Strategic Filtering
|
|
90
|
+
|
|
91
|
+
Evaluate ALL options across:
|
|
92
|
+
|
|
93
|
+
| Criteria | Weight |
|
|
94
|
+
|----------|--------|
|
|
95
|
+
| Implementation effort | How much work? (Low/Med/High) |
|
|
96
|
+
| ROI potential | Revenue vs effort ratio |
|
|
97
|
+
| Valuation impact | Does this increase company value beyond revenue? |
|
|
98
|
+
| Global scalability | Can this work beyond local market? |
|
|
99
|
+
| Time to first revenue | How fast can money come in? |
|
|
100
|
+
| Defensibility | How hard to copy? |
|
|
101
|
+
|
|
102
|
+
**Select:**
|
|
103
|
+
- **Primary strategy** — highest overall score, this is the main bet
|
|
104
|
+
- **Secondary strategy** — backup or complement, lower effort or different risk profile
|
|
105
|
+
|
|
106
|
+
**Explain WHY** these two were chosen over the others.
|
|
107
|
+
|
|
108
|
+
### PHASE 4 — Execution Blueprint
|
|
109
|
+
|
|
110
|
+
Produce a concrete plan for the primary strategy:
|
|
111
|
+
|
|
112
|
+
1. **Feature breakdown** — what to build, in order
|
|
113
|
+
2. **Implementation roadmap** — phases with clear deliverables
|
|
114
|
+
3. **Milestones** — what "done" looks like at each phase
|
|
115
|
+
4. **Risk mitigation** — what could go wrong and how to handle it
|
|
116
|
+
5. **KPIs** — specific metrics to measure success (not vanity metrics)
|
|
117
|
+
6. **Timeline estimate** — realistic, with buffer
|
|
118
|
+
7. **Go-to-market suggestion** — how to get first paying users
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Output Format (MANDATORY — follow exactly)
|
|
123
|
+
|
|
124
|
+
```
|
|
125
|
+
## Project Analysis
|
|
126
|
+
|
|
127
|
+
**Tech Stack:** ...
|
|
128
|
+
**Architecture:** ...
|
|
129
|
+
**Core Functionality:** ...
|
|
130
|
+
**Hidden Leverage:** ...
|
|
131
|
+
**Product Category:** ...
|
|
132
|
+
**ICP (Ideal Customer Profile):** ...
|
|
133
|
+
**Market Maturity:** ...
|
|
134
|
+
**Competitive Edge:** ...
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## Monetization Opportunities
|
|
139
|
+
|
|
140
|
+
### Option 1: [Name] (Direct)
|
|
141
|
+
- **Idea:** ...
|
|
142
|
+
- **Why it fits:** ...
|
|
143
|
+
- **Feature:** ...
|
|
144
|
+
- **Implementation:** ...
|
|
145
|
+
- **Technical Impact:** ...
|
|
146
|
+
- **Trade-offs:**
|
|
147
|
+
- Performance: ...
|
|
148
|
+
- Complexity: ...
|
|
149
|
+
- User Trust: ...
|
|
150
|
+
- Brand Effect: ...
|
|
151
|
+
- **Revenue Model:** ...
|
|
152
|
+
- **If Successful:**
|
|
153
|
+
- Revenue breakdown: ...
|
|
154
|
+
- Scaling path: ...
|
|
155
|
+
- Moat: ...
|
|
156
|
+
|
|
157
|
+
### Option 2: [Name] (Indirect)
|
|
158
|
+
[same structure]
|
|
159
|
+
|
|
160
|
+
### Option 3: [Name] (Strategic)
|
|
161
|
+
[same structure]
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
## Strategic Recommendation
|
|
166
|
+
|
|
167
|
+
**Primary Strategy:** [Option X] — [1-2 sentence why]
|
|
168
|
+
**Secondary Strategy:** [Option Y] — [1-2 sentence why]
|
|
169
|
+
|
|
170
|
+
**Filtering Matrix:**
|
|
171
|
+
| Criteria | Option 1 | Option 2 | Option 3 |
|
|
172
|
+
|----------|----------|----------|----------|
|
|
173
|
+
| Effort | ... | ... | ... |
|
|
174
|
+
| ROI | ... | ... | ... |
|
|
175
|
+
| Valuation Impact | ... | ... | ... |
|
|
176
|
+
| Scalability | ... | ... | ... |
|
|
177
|
+
| Time to Revenue | ... | ... | ... |
|
|
178
|
+
| Defensibility | ... | ... | ... |
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
## Execution Plan
|
|
183
|
+
|
|
184
|
+
### Feature Roadmap
|
|
185
|
+
| Phase | Feature | Deliverable | Timeline |
|
|
186
|
+
|-------|---------|-------------|----------|
|
|
187
|
+
| 1 | ... | ... | ... |
|
|
188
|
+
| 2 | ... | ... | ... |
|
|
189
|
+
|
|
190
|
+
### KPIs
|
|
191
|
+
| Metric | Target | Measurement |
|
|
192
|
+
|--------|--------|-------------|
|
|
193
|
+
| ... | ... | ... |
|
|
194
|
+
|
|
195
|
+
### Risk & Mitigation
|
|
196
|
+
| Risk | Impact | Mitigation |
|
|
197
|
+
|------|--------|------------|
|
|
198
|
+
| ... | ... | ... |
|
|
199
|
+
|
|
200
|
+
### Go-to-Market
|
|
201
|
+
- **First users:** ...
|
|
202
|
+
- **Channel:** ...
|
|
203
|
+
- **Pricing launch strategy:** ...
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
## Revenue Projection Logic
|
|
208
|
+
- **Monetization mechanics:** ...
|
|
209
|
+
- **Unit economics:** ...
|
|
210
|
+
- **Scaling logic:** ...
|
|
211
|
+
- **Competitive advantage / Moat:** ...
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
## Guardrails
|
|
217
|
+
|
|
218
|
+
- **NEVER** give generic advice — every recommendation must reference specific aspects of THIS project's code/architecture/market
|
|
219
|
+
- **NEVER** suggest shallow ideas — each option must be implementable with a clear path
|
|
220
|
+
- **NEVER** skip trade-off analysis — every option has downsides, state them honestly
|
|
221
|
+
- **NEVER** skip any phase or output section
|
|
222
|
+
- **NEVER** suggest monetization that destroys user trust without flagging it clearly
|
|
223
|
+
- **ALWAYS** read/analyze the actual code before making recommendations (do not guess from project name alone)
|
|
224
|
+
- **ALWAYS** think like a founder targeting $100M+ — focus on leverage and unfair advantages
|
|
225
|
+
- **ALWAYS** provide at least 3 options from different monetization categories (direct, indirect, strategic)
|
|
226
|
+
- **ALWAYS** include realistic timeline and effort estimates
|
|
227
|
+
- **ALWAYS** output in Vietnamese by default (English if user requests)
|
|
228
|
+
- If the project is too early-stage for monetization, say so — and suggest what to build first before monetizing
|
|
229
|
+
- If the project has obvious ethical concerns with certain monetization approaches, flag them explicitly
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "idea-workflow",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Analyze source code and produce monetization strategy with execution blueprint and go-to-market plan",
|
|
5
|
+
"compatibility": "OpenCode",
|
|
6
|
+
"agent": null,
|
|
7
|
+
"commands": [],
|
|
8
|
+
"tags": [
|
|
9
|
+
"monetization",
|
|
10
|
+
"strategy",
|
|
11
|
+
"business",
|
|
12
|
+
"analysis"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Draft a Reddit post optimized for a specific subreddit's rules, tone, and spam filters
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
Draft a Reddit post that follows a target subreddit's rules, matches community tone, and minimizes the risk of removal by mods or spam filters.
|
|
6
|
+
|
|
7
|
+
**Default language**: English (unless the user explicitly requests another language).
|
|
8
|
+
|
|
9
|
+
**Input**: The argument after `/reddit` is either:
|
|
10
|
+
- A filled input form (see template below)
|
|
11
|
+
- A free-form description of what the user wants to post and where
|
|
12
|
+
|
|
13
|
+
If the user provides free-form input, extract as much as possible and ask for missing required fields.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Input Template
|
|
18
|
+
|
|
19
|
+
The user should provide these fields. Fields marked **(required)** must be collected before drafting.
|
|
20
|
+
|
|
21
|
+
### A. Target
|
|
22
|
+
|
|
23
|
+
| Field | Required | Description |
|
|
24
|
+
|-------|----------|-------------|
|
|
25
|
+
| Subreddit | **Yes** | e.g. `r/reactjs` |
|
|
26
|
+
| Rules/guidelines | **Yes** | Paste key rules, or say "use defaults" if a common sub |
|
|
27
|
+
| Flair options | **Yes** | Paste the available flair list from the post creation screen |
|
|
28
|
+
| Tag options | No | e.g. NSFW, Spoiler, Brand affiliate |
|
|
29
|
+
|
|
30
|
+
### B. Post Intent
|
|
31
|
+
|
|
32
|
+
| Field | Required | Description |
|
|
33
|
+
|-------|----------|-------------|
|
|
34
|
+
| Goal | **Yes** | `share` / `ask feedback` / `discussion` / `help` / `announcement` / `meta` / `job` |
|
|
35
|
+
| Post type | No | `text` (default) / `link` / `image` / `video` |
|
|
36
|
+
| Self-promo | **Yes** | `yes` / `no` |
|
|
37
|
+
| Commercial | No | `yes` / `no` (default: `no`) |
|
|
38
|
+
| AI-generated content | No | `unknown` / `allowed` / `disallowed` / `must disclose` |
|
|
39
|
+
|
|
40
|
+
### C. Content
|
|
41
|
+
|
|
42
|
+
| Field | Required | Description |
|
|
43
|
+
|-------|----------|-------------|
|
|
44
|
+
| One-liner | **Yes** | 1 factual sentence describing the project/topic |
|
|
45
|
+
| Problem/pain | **Yes** | 2-4 sentences: what pain point does this address? |
|
|
46
|
+
| Key points | **Yes** | 3-8 bullets: features, arguments, or insights |
|
|
47
|
+
| How it works / evidence | No | 2-5 bullets: technical details, benchmarks, limitations |
|
|
48
|
+
| Install/Try steps | No | Short (3-4 lines) or detailed (6-8 lines) |
|
|
49
|
+
| Links | No | demo, repo, docs, blog (max 4) |
|
|
50
|
+
| Feedback questions | Recommended | 2-4 specific questions for the community |
|
|
51
|
+
| Tone | No | `technical` (default) / `concise` / `story` |
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Steps
|
|
56
|
+
|
|
57
|
+
1. **Collect missing required fields**
|
|
58
|
+
|
|
59
|
+
If any **(required)** field is missing, use the **AskUserQuestion tool** to ask for them.
|
|
60
|
+
Ask all missing fields in ONE prompt (do not ask one at a time).
|
|
61
|
+
|
|
62
|
+
**IMPORTANT**: Do NOT proceed to drafting without: Subreddit, Rules, Flair options, Goal, Self-promo flag, One-liner, Problem/pain, Key points.
|
|
63
|
+
|
|
64
|
+
2. **Parse rules and extract constraints**
|
|
65
|
+
|
|
66
|
+
From the pasted rules/guidelines, extract:
|
|
67
|
+
- **Hard constraints**: things that will get the post removed (banned content, required flair, link limits, promo policy, AI policy, specific post days like "Portfolio Sunday")
|
|
68
|
+
- **Soft preferences**: community tone, encouraged behaviors, formatting expectations
|
|
69
|
+
- **Spam signals**: account age requirements, self-promo ratio (e.g. 9:1 rule), link density limits
|
|
70
|
+
|
|
71
|
+
Summarize constraints internally before drafting.
|
|
72
|
+
|
|
73
|
+
3. **Decide post strategy**
|
|
74
|
+
|
|
75
|
+
Based on constraints + intent:
|
|
76
|
+
- **Post format**: text post (default for self-promo; safer vs spam filters) or link post
|
|
77
|
+
- **Link placement**: near the end (default) or inline (if sub expects it)
|
|
78
|
+
- **Tone**: match community (technical subs -> technical; casual subs -> conversational)
|
|
79
|
+
- **Structure**: Problem -> Solution -> Evidence -> Links -> Feedback questions
|
|
80
|
+
|
|
81
|
+
4. **Select flair + tags**
|
|
82
|
+
|
|
83
|
+
From the user's flair/tag options:
|
|
84
|
+
- Pick the **most appropriate flair** based on post intent and sub conventions
|
|
85
|
+
- Recommend tags only if relevant (default: no tags)
|
|
86
|
+
- **Never** select "Brand affiliate" unless user confirms it is commercial/brand content
|
|
87
|
+
- Provide 1-line rationale for flair choice
|
|
88
|
+
|
|
89
|
+
5. **Draft the post**
|
|
90
|
+
|
|
91
|
+
Generate:
|
|
92
|
+
- **3-5 title options** (factual, no ALL CAPS, no opinion words like "best/ultimate", no vote-baiting)
|
|
93
|
+
- **1 complete post body** (ready to copy-paste) following this structure:
|
|
94
|
+
|
|
95
|
+
```
|
|
96
|
+
[Hook: 2-4 sentences describing the pain point]
|
|
97
|
+
|
|
98
|
+
[What I built / What this is: 1-2 sentences]
|
|
99
|
+
|
|
100
|
+
**[Section: key points as bullets]**
|
|
101
|
+
|
|
102
|
+
**[Section: how it works / technical details]** (if provided)
|
|
103
|
+
|
|
104
|
+
**[Section: how to try / install]** (if provided)
|
|
105
|
+
|
|
106
|
+
**[Section: looking for feedback]**
|
|
107
|
+
[2-4 specific questions]
|
|
108
|
+
|
|
109
|
+
[Links: repo, demo, docs - placed at the end]
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
6. **Run compliance check**
|
|
113
|
+
|
|
114
|
+
Verify the draft against ALL extracted constraints:
|
|
115
|
+
- [ ] Title is factual, not editorialized
|
|
116
|
+
- [ ] No vote-baiting language ("upvote", "show some love", "please star")
|
|
117
|
+
- [ ] No ALL CAPS in title
|
|
118
|
+
- [ ] Self-promo content has substance (not just links)
|
|
119
|
+
- [ ] Link count is reasonable (2-4 max)
|
|
120
|
+
- [ ] Flair is appropriate for content type
|
|
121
|
+
- [ ] No "Brand affiliate" tag on non-commercial content
|
|
122
|
+
- [ ] Feedback questions are specific (not generic "what do you think?")
|
|
123
|
+
- [ ] Post matches community tone
|
|
124
|
+
- [ ] No violations of sub-specific rules (AI policy, post day restrictions, etc.)
|
|
125
|
+
|
|
126
|
+
If any check fails, fix the draft before presenting.
|
|
127
|
+
|
|
128
|
+
7. **Present the output**
|
|
129
|
+
|
|
130
|
+
Deliver all sections clearly labeled (see Output below).
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## Output
|
|
135
|
+
|
|
136
|
+
Always return these sections:
|
|
137
|
+
|
|
138
|
+
### 1. Titles (3-5 options)
|
|
139
|
+
```
|
|
140
|
+
1. [Title option 1]
|
|
141
|
+
2. [Title option 2]
|
|
142
|
+
3. [Title option 3]
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
### 2. Recommended Flair + Tags
|
|
146
|
+
```
|
|
147
|
+
Flair: [selected flair] - [1-line rationale]
|
|
148
|
+
Tags: [none / selected tags] - [rationale if any]
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
### 3. Post Body (ready to copy-paste)
|
|
152
|
+
```
|
|
153
|
+
[Complete post body]
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
### 4. Pre-post Checklist
|
|
157
|
+
```
|
|
158
|
+
Before posting, verify:
|
|
159
|
+
- [ ] Account has recent activity in this subreddit (not just self-promo)
|
|
160
|
+
- [ ] Flair is set to: [recommended flair]
|
|
161
|
+
- [ ] Post type is: [text/link]
|
|
162
|
+
- [ ] No rule violations detected
|
|
163
|
+
- [ ] [Any sub-specific check]
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
### 5. Risk Assessment
|
|
167
|
+
```
|
|
168
|
+
Spam risk: [Low / Medium / High]
|
|
169
|
+
Reason: [brief explanation]
|
|
170
|
+
Mitigation: [if medium/high, suggest actions like "comment helpfully in 2-3 threads first"]
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
---
|
|
174
|
+
|
|
175
|
+
## Guardrails
|
|
176
|
+
|
|
177
|
+
- **NEVER** include vote-baiting language in any form
|
|
178
|
+
- **NEVER** use ALL CAPS in titles
|
|
179
|
+
- **NEVER** select "Brand affiliate" without user confirmation
|
|
180
|
+
- **NEVER** skip the compliance check
|
|
181
|
+
- **NEVER** draft without collecting all required fields first
|
|
182
|
+
- **ALWAYS** default to text post for self-promo content (safer)
|
|
183
|
+
- **ALWAYS** place links near the end of the post body
|
|
184
|
+
- **ALWAYS** include specific feedback questions (not generic)
|
|
185
|
+
- **ALWAYS** write in English unless user explicitly requests another language
|
|
186
|
+
- If the user's content seems to violate sub rules, **warn them** and suggest adjustments rather than silently fixing
|
|
187
|
+
- If flair options don't have a good match, recommend the closest option and explain why
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "reddit-workflow",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Draft Reddit posts optimized for subreddit rules, tone, and spam filters with compliance checking",
|
|
5
|
+
"compatibility": "OpenCode",
|
|
6
|
+
"agent": null,
|
|
7
|
+
"commands": [],
|
|
8
|
+
"tags": [
|
|
9
|
+
"reddit",
|
|
10
|
+
"content",
|
|
11
|
+
"social-media",
|
|
12
|
+
"writing"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: rri-t-testing
|
|
3
|
+
description: RRI-T QA methodology skill. Execute 5-phase testing: PREPARE, DISCOVER, STRUCTURE, EXECUTE, ANALYZE. Use before release, creating test cases, or QA review.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# RRI-T Testing Skill
|
|
7
|
+
|
|
8
|
+
Execute comprehensive QA testing using Reverse Requirements Interview - Testing methodology.
|
|
9
|
+
|
|
10
|
+
## When to Use
|
|
11
|
+
|
|
12
|
+
- Testing any feature before release
|
|
13
|
+
- Creating test cases for new features
|
|
14
|
+
- Performing thorough QA review
|
|
15
|
+
- Running stress tests and edge case analysis
|
|
16
|
+
|
|
17
|
+
## Input
|
|
18
|
+
|
|
19
|
+
| Param | Req | Description |
|
|
20
|
+
|-------|-----|-------------|
|
|
21
|
+
| feature | Yes | Feature name in kebab-case |
|
|
22
|
+
| phase | No | `prepare`, `discover`, `structure`, `execute`, `analyze` |
|
|
23
|
+
| dimensions | No | `ui-ux,api,performance,security,data,infra,edge-cases` |
|
|
24
|
+
|
|
25
|
+
## 5 Phases
|
|
26
|
+
|
|
27
|
+
1. **PREPARE** — Read specs, setup output dir
|
|
28
|
+
2. **DISCOVER** — Interview 5 personas for test scenarios
|
|
29
|
+
3. **STRUCTURE** — Format as Q-A-R-P-T test cases
|
|
30
|
+
4. **EXECUTE** — Run tests, capture screenshots
|
|
31
|
+
5. **ANALYZE** — Calculate coverage, apply release gates
|
|
32
|
+
|
|
33
|
+
## Output
|
|
34
|
+
|
|
35
|
+
```
|
|
36
|
+
/ai/test-case/rri-t/{feature-name}/
|
|
37
|
+
├── 01-prepare.md
|
|
38
|
+
├── 02-discover.md
|
|
39
|
+
├── 03-structure.md
|
|
40
|
+
├── 04-execute.md
|
|
41
|
+
├── 05-analyze.md
|
|
42
|
+
└── summary.md
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Templates
|
|
46
|
+
|
|
47
|
+
Use templates bundled in `assets/` directory of this skill:
|
|
48
|
+
- `rri-t-persona-interview.md` — Persona interviews
|
|
49
|
+
- `rri-t-test-case.md` — Q-A-R-P-T format
|
|
50
|
+
- `rri-t-coverage-dashboard.md` — 7-dimension tracking
|
|
51
|
+
- `rri-t-stress-matrix.md` — 8-axis stress testing
|
|
52
|
+
|
|
53
|
+
## 7 Dimensions
|
|
54
|
+
|
|
55
|
+
UI/UX | API | Performance | Security | Data Integrity | Infrastructure | Edge Cases
|
|
56
|
+
|
|
57
|
+
## 5 Personas
|
|
58
|
+
|
|
59
|
+
End User | Business Analyst | QA Destroyer | DevOps Tester | Security Auditor
|
|
60
|
+
|
|
61
|
+
## Release Gates
|
|
62
|
+
|
|
63
|
+
| GO | NO-GO |
|
|
64
|
+
|----|-------|
|
|
65
|
+
| All 7 dims >= 70% | Any dim < 50% |
|
|
66
|
+
| 5/7 >= 85% | >2 P0 FAILs |
|
|
67
|
+
| Zero P0 FAIL | Critical MISSING |
|
|
68
|
+
|
|
69
|
+
## Guardrails
|
|
70
|
+
|
|
71
|
+
1. Test all 7 dimensions
|
|
72
|
+
2. Use all 5 personas
|
|
73
|
+
3. Document everything
|
|
74
|
+
4. PAINFUL is valid (not failure)
|
|
75
|
+
5. Follow release gates
|
|
76
|
+
6. Test Vietnamese locale
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
# RRI-T Coverage Dashboard — {feature_name}
|
|
2
|
+
|
|
3
|
+
Feature: {feature_name}
|
|
4
|
+
Date: {date}
|
|
5
|
+
Release Gate Status: {release_gate_status}
|
|
6
|
+
Release Version: {release_version}
|
|
7
|
+
Owner: {owner}
|
|
8
|
+
Prepared By: {prepared_by}
|
|
9
|
+
|
|
10
|
+
## Release Gate Criteria
|
|
11
|
+
|
|
12
|
+
| Rule | Criteria | Status |
|
|
13
|
+
| --- | --- | --- |
|
|
14
|
+
| RG-1 | All 7 dimensions >= 70% coverage | {rg1_status} |
|
|
15
|
+
| RG-2 | At least 5/7 dimensions >= 85% coverage | {rg2_status} |
|
|
16
|
+
| RG-3 | Zero P0 items in FAIL state | {rg3_status} |
|
|
17
|
+
|
|
18
|
+
## Dimension Coverage
|
|
19
|
+
|
|
20
|
+
| Dimension | Total | PASS | FAIL | PAINFUL | MISSING | Coverage % | Gate |
|
|
21
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
22
|
+
| D1: UI/UX | {d1_total} | {d1_pass} | {d1_fail} | {d1_painful} | {d1_missing} | {d1_coverage} | {d1_gate} |
|
|
23
|
+
| D2: API | {d2_total} | {d2_pass} | {d2_fail} | {d2_painful} | {d2_missing} | {d2_coverage} | {d2_gate} |
|
|
24
|
+
| D3: Performance | {d3_total} | {d3_pass} | {d3_fail} | {d3_painful} | {d3_missing} | {d3_coverage} | {d3_gate} |
|
|
25
|
+
| D4: Security | {d4_total} | {d4_pass} | {d4_fail} | {d4_painful} | {d4_missing} | {d4_coverage} | {d4_gate} |
|
|
26
|
+
| D5: Data Integrity | {d5_total} | {d5_pass} | {d5_fail} | {d5_painful} | {d5_missing} | {d5_coverage} | {d5_gate} |
|
|
27
|
+
| D6: Infrastructure | {d6_total} | {d6_pass} | {d6_fail} | {d6_painful} | {d6_missing} | {d6_coverage} | {d6_gate} |
|
|
28
|
+
| D7: Edge Cases | {d7_total} | {d7_pass} | {d7_fail} | {d7_painful} | {d7_missing} | {d7_coverage} | {d7_gate} |
|
|
29
|
+
|
|
30
|
+
Legend: ✅ PASS | ❌ FAIL | ⚠️ PAINFUL | ☐ MISSING
|
|
31
|
+
|
|
32
|
+
## Priority Breakdown
|
|
33
|
+
|
|
34
|
+
| Priority | Total | PASS | FAIL | PAINFUL | MISSING | Coverage % | Gate |
|
|
35
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
36
|
+
| P0 | {p0_total} | {p0_pass} | {p0_fail} | {p0_painful} | {p0_missing} | {p0_coverage} | {p0_gate} |
|
|
37
|
+
| P1 | {p1_total} | {p1_pass} | {p1_fail} | {p1_painful} | {p1_missing} | {p1_coverage} | {p1_gate} |
|
|
38
|
+
| P2 | {p2_total} | {p2_pass} | {p2_fail} | {p2_painful} | {p2_missing} | {p2_coverage} | {p2_gate} |
|
|
39
|
+
| P3 | {p3_total} | {p3_pass} | {p3_fail} | {p3_painful} | {p3_missing} | {p3_coverage} | {p3_gate} |
|
|
40
|
+
|
|
41
|
+
## Summary Metrics
|
|
42
|
+
|
|
43
|
+
- Total Test Cases: {total_tc}
|
|
44
|
+
- Overall Coverage %: {overall_coverage}
|
|
45
|
+
- Dimensions Passing Gate: {dimensions_passing_gate}
|
|
46
|
+
- P0 FAIL Count: {p0_fail_count}
|
|
47
|
+
- P0 PAINFUL Count: {p0_painful_count}
|
|
48
|
+
- MISSING Count: {missing_count}
|
|
49
|
+
- Latest Update: {latest_update}
|
|
50
|
+
- Notes: {summary_notes}
|
|
51
|
+
- Risks: {summary_risks}
|
|
52
|
+
|
|
53
|
+
## FAIL Items
|
|
54
|
+
|
|
55
|
+
| TC ID | Priority | Dimension | Description | Assigned To |
|
|
56
|
+
| --- | --- | --- | --- | --- |
|
|
57
|
+
| {fail_tc_id_1} | {fail_priority_1} | {fail_dimension_1} | {fail_description_1} | {fail_assigned_to_1} |
|
|
58
|
+
| {fail_tc_id_2} | {fail_priority_2} | {fail_dimension_2} | {fail_description_2} | {fail_assigned_to_2} |
|
|
59
|
+
| {fail_tc_id_3} | {fail_priority_3} | {fail_dimension_3} | {fail_description_3} | {fail_assigned_to_3} |
|
|
60
|
+
| {fail_tc_id_4} | {fail_priority_4} | {fail_dimension_4} | {fail_description_4} | {fail_assigned_to_4} |
|
|
61
|
+
| {fail_tc_id_5} | {fail_priority_5} | {fail_dimension_5} | {fail_description_5} | {fail_assigned_to_5} |
|
|
62
|
+
|
|
63
|
+
## PAINFUL Items
|
|
64
|
+
|
|
65
|
+
| TC ID | Priority | Dimension | Description | UX Impact |
|
|
66
|
+
| --- | --- | --- | --- | --- |
|
|
67
|
+
| {painful_tc_id_1} | {painful_priority_1} | {painful_dimension_1} | {painful_description_1} | {painful_ux_impact_1} |
|
|
68
|
+
| {painful_tc_id_2} | {painful_priority_2} | {painful_dimension_2} | {painful_description_2} | {painful_ux_impact_2} |
|
|
69
|
+
| {painful_tc_id_3} | {painful_priority_3} | {painful_dimension_3} | {painful_description_3} | {painful_ux_impact_3} |
|
|
70
|
+
| {painful_tc_id_4} | {painful_priority_4} | {painful_dimension_4} | {painful_description_4} | {painful_ux_impact_4} |
|
|
71
|
+
| {painful_tc_id_5} | {painful_priority_5} | {painful_dimension_5} | {painful_description_5} | {painful_ux_impact_5} |
|
|
72
|
+
|
|
73
|
+
## MISSING Items
|
|
74
|
+
|
|
75
|
+
| TC ID | Priority | Dimension | Description | User Need |
|
|
76
|
+
| --- | --- | --- | --- | --- |
|
|
77
|
+
| {missing_tc_id_1} | {missing_priority_1} | {missing_dimension_1} | {missing_description_1} | {missing_user_need_1} |
|
|
78
|
+
| {missing_tc_id_2} | {missing_priority_2} | {missing_dimension_2} | {missing_description_2} | {missing_user_need_2} |
|
|
79
|
+
| {missing_tc_id_3} | {missing_priority_3} | {missing_dimension_3} | {missing_description_3} | {missing_user_need_3} |
|
|
80
|
+
| {missing_tc_id_4} | {missing_priority_4} | {missing_dimension_4} | {missing_description_4} | {missing_user_need_4} |
|
|
81
|
+
| {missing_tc_id_5} | {missing_priority_5} | {missing_dimension_5} | {missing_description_5} | {missing_user_need_5} |
|
|
82
|
+
|
|
83
|
+
## Regression Test List
|
|
84
|
+
|
|
85
|
+
| Test ID | Title | Dimension | Priority | Status |
|
|
86
|
+
| --- | --- | --- | --- | --- |
|
|
87
|
+
| {regression_id_1} | {regression_title_1} | {regression_dimension_1} | {regression_priority_1} | {regression_status_1} |
|
|
88
|
+
| {regression_id_2} | {regression_title_2} | {regression_dimension_2} | {regression_priority_2} | {regression_status_2} |
|
|
89
|
+
| {regression_id_3} | {regression_title_3} | {regression_dimension_3} | {regression_priority_3} | {regression_status_3} |
|
|
90
|
+
| {regression_id_4} | {regression_title_4} | {regression_dimension_4} | {regression_priority_4} | {regression_status_4} |
|
|
91
|
+
| {regression_id_5} | {regression_title_5} | {regression_dimension_5} | {regression_priority_5} | {regression_status_5} |
|
|
92
|
+
|
|
93
|
+
## Sign-off
|
|
94
|
+
|
|
95
|
+
| Role | Name | Decision | Notes |
|
|
96
|
+
| --- | --- | --- | --- |
|
|
97
|
+
| QA Lead | {qa_lead_name} | {qa_lead_decision} | {qa_lead_notes} |
|
|
98
|
+
| Dev Lead | {dev_lead_name} | {dev_lead_decision} | {dev_lead_notes} |
|
|
99
|
+
| Product | {product_name} | {product_decision} | {product_notes} |
|
|
100
|
+
|
|
101
|
+
Decision Legend: {approve_label}/{reject_label}
|