aiblueprint-cli 1.4.82 → 1.4.84

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.
Files changed (32) hide show
  1. package/README.md +4 -1
  2. package/agents-config/skills/apex/SKILL.md +61 -0
  3. package/agents-config/skills/app-icon/SKILL.md +161 -0
  4. package/agents-config/skills/appstore-connect/SKILL.md +2 -2
  5. package/agents-config/skills/{appstore-connect-setup/SKILL.md → appstore-connect/references/setup.md} +3 -6
  6. package/agents-config/skills/ios-testflight/SKILL.md +2 -2
  7. package/dist/cli.js +39 -38
  8. package/package.json +1 -1
  9. package/agents-config/skills/create-vitejs-app/SKILL.md +0 -273
  10. package/agents-config/skills/nextjs-add-prisma-db/SKILL.md +0 -137
  11. package/agents-config/skills/nextjs-setup-better-auth/SKILL.md +0 -174
  12. package/agents-config/skills/nextjs-setup-project/SKILL.md +0 -201
  13. package/agents-config/skills/saas-challenge-idea/SKILL.md +0 -136
  14. package/agents-config/skills/saas-create-architecture/SKILL.md +0 -243
  15. package/agents-config/skills/saas-create-headline/SKILL.md +0 -133
  16. package/agents-config/skills/saas-create-landing-copywritting/SKILL.md +0 -268
  17. package/agents-config/skills/saas-create-legals-docs/SKILL.md +0 -177
  18. package/agents-config/skills/saas-create-logos/SKILL.md +0 -241
  19. package/agents-config/skills/saas-create-prd/SKILL.md +0 -196
  20. package/agents-config/skills/saas-create-tasks/SKILL.md +0 -241
  21. package/agents-config/skills/saas-define-pricing/SKILL.md +0 -294
  22. package/agents-config/skills/saas-find-domain-name/SKILL.md +0 -191
  23. package/agents-config/skills/saas-implement-landing-page/SKILL.md +0 -258
  24. package/agents-config/skills/setup-tmux/SKILL.md +0 -165
  25. /package/agents-config/skills/{agents-managers → agents-manager}/SKILL.md +0 -0
  26. /package/agents-config/skills/{agents-managers → agents-manager}/references/agents.md +0 -0
  27. /package/agents-config/skills/{agents-managers → agents-manager}/references/context-management.md +0 -0
  28. /package/agents-config/skills/{agents-managers → agents-manager}/references/debugging-agents.md +0 -0
  29. /package/agents-config/skills/{agents-managers → agents-manager}/references/error-handling-and-recovery.md +0 -0
  30. /package/agents-config/skills/{agents-managers → agents-manager}/references/evaluation-and-testing.md +0 -0
  31. /package/agents-config/skills/{agents-managers → agents-manager}/references/orchestration-patterns.md +0 -0
  32. /package/agents-config/skills/{agents-managers → agents-manager}/references/writing-agent-prompts.md +0 -0
@@ -1,294 +0,0 @@
1
- ---
2
- name: saas-define-pricing
3
- description: Create a data-driven SaaS pricing strategy with competitor research and value-based pricing
4
- ---
5
-
6
- <objective>
7
- Create a comprehensive pricing strategy for a SaaS application using value-based pricing frameworks.
8
-
9
- Research competitors, select the optimal value metric, calculate price points using proven frameworks, and design a tier structure that aligns with customer success. This comes AFTER the PRD and ARCHI - both must be read first.
10
- </objective>
11
-
12
- <process>
13
- ## Phase 1: Read Foundation Documents
14
-
15
- 1. **Ask for PRD location**, then read completely:
16
- - Core features and value proposition
17
- - Target users and personas
18
- - Problem solved and outcomes delivered
19
- - Differentiation from competitors
20
-
21
- 2. **Ask for ARCHI location**, then read completely:
22
- - Technical capabilities and scale
23
- - Infrastructure costs (variable costs)
24
- - Feature complexity (premium justification)
25
-
26
- 3. **Note pricing implications**:
27
- - Enterprise target → Higher prices, annual contracts
28
- - Self-serve PLG → Need free/starter tier
29
- - AI features → Usage-based or tiered by capabilities
30
- - Multi-user → Per-seat or team pricing
31
- - High infrastructure costs → Usage-based component
32
-
33
- ## Phase 2: Information Gathering
34
-
35
- 4. **Ask questions progressively** (not all at once):
36
-
37
- **Pricing Goals**:
38
-
39
- - Primary goal? (Fast growth, profitability, market share)
40
- - Target segments? (SMB, mid-market, enterprise, or all)
41
- - Target ARPU?
42
- - Any constraints? (Must be under $X, must have free tier)
43
-
44
- **Competitive Context**:
45
-
46
- - Top 3-5 direct competitors?
47
- - Mature market or new category?
48
- - Positioning goal? (Premium, competitive, penetration)
49
-
50
- **Customer Value**:
51
-
52
- - What value does product deliver? (Time saved, revenue, costs reduced)
53
- - Can you quantify? (e.g., "Saves 10 hours/week")
54
- - What do current solutions cost?
55
- - Cost of the problem you solve?
56
-
57
- **Usage Patterns**:
58
-
59
- - How do users naturally scale? (More projects, users, data)
60
- - Main resource constraint? (Storage, API calls, seats, features)
61
- - Do different users get different value?
62
-
63
- ## Phase 3: Competitor Research
64
-
65
- 5. **Research 5-10 competitors** using web search:
66
- - Search: "[Competitor] pricing"
67
- - Document for each:
68
- - Pricing model (Freemium, tiered, usage-based)
69
- - Value metric (What they charge for)
70
- - Tier names and exact prices
71
- - Features per tier
72
- - Free tier limits
73
-
74
- 6. **Create comparison table**:
75
-
76
- ```
77
- | Competitor | Model | Value Metric | Starter | Pro | Enterprise |
78
- |------------|-------|--------------|---------|-----|------------|
79
- ```
80
-
81
- ## Phase 4: Value Metric Selection
82
-
83
- 7. **List potential metrics** for the product:
84
- - Per-seat/users
85
- - Usage-based (API calls, operations)
86
- - Storage/data (GB, records)
87
- - Projects/workspaces
88
- - Features/tiers
89
- - Outcomes (revenue %, savings)
90
-
91
- 8. **Score each metric** using Todd Gardner's 7 Criteria (1-10):
92
- 1. Easy to Understand: Can explain in elevator ride?
93
- 2. Fair Perception: Does customer feel it's equitable?
94
- 3. Competitive Alignment: Familiar in category?
95
- 4. Measurable: Can track automatically?
96
- 5. Correlates with Value: Grows as customer succeeds?
97
- 6. Scalable: No artificial ceilings?
98
- 7. Predictable Revenue: Enables forecasting?
99
-
100
- 9. **Select metric** scoring 7+ on ALL criteria
101
-
102
- ## Phase 5: Price Calculation
103
-
104
- 10. **Apply Lincoln Murphy's 10x Rule**:
105
- - Price = 10-30% of value created
106
-
107
- 11. **Calculate for each persona**:
108
- - Quantify customer value (time saved, revenue, costs)
109
- - Calculate: Value × 10-20%
110
-
111
- 12. **Apply competitive context**:
112
- - Premium: 110-150% of market leader
113
- - Competitive: 90-110% of leader
114
- - Penetration: 60-90% of leader
115
-
116
- 13. **Apply psychological pricing**:
117
- - SMB/PLG: Charm pricing ($29, $99, $299)
118
- - Enterprise: Round numbers ($500, $1000)
119
-
120
- ## Phase 6: Tier Structure
121
-
122
- 14. **Design 3-4 tiers**:
123
-
124
- **Free/Starter** ($0 or $19-49):
125
-
126
- - Purpose: Lead generation, product validation
127
- - Limits: Entry level (can demonstrate value)
128
- - Features: Core only
129
-
130
- **Professional** ($Y - TARGET 50-60% of customers):
131
-
132
- - Purpose: Primary revenue driver
133
- - Price: 2-3x Starter
134
- - Limits: 2-5x Starter
135
- - Features: Full core + key differentiators
136
-
137
- **Business** ($Z):
138
-
139
- - Purpose: High-value customers
140
- - Price: 2-3x Pro
141
- - Limits: 5-10x Starter or unlimited
142
- - Features: Everything + advanced
143
-
144
- **Enterprise** (Custom):
145
-
146
- - Purpose: Strategic accounts
147
- - Features: SSO, dedicated support, custom SLAs
148
-
149
- ## Phase 7: Generate PRICING.md
150
-
151
- 15. **Create PRICING.md** in same directory as PRD:
152
-
153
- ```markdown
154
- # SaaS Pricing Strategy: [Product Name]
155
-
156
- ## Executive Summary
157
-
158
- [2-3 paragraphs: approach, value metric, positioning, expected outcomes]
159
-
160
- ## Value Metric
161
-
162
- **Selected**: [Primary metric]
163
- **Justification** (7 Criteria scores):
164
-
165
- 1. Easy to Understand: [Score]
166
- 2. Fair Perception: [Score]
167
- 3. Competitive Alignment: [Score]
168
- 4. Measurable: [Score]
169
- 5. Correlates with Value: [Score]
170
- 6. Scalable: [Score]
171
- 7. Predictable Revenue: [Score]
172
-
173
- ## Pricing Tiers
174
-
175
- ### Free/Starter - $X/month
176
-
177
- **Target**: [Segment]
178
- **Limits**: [Primary metric limit]
179
- **Features**: [List]
180
- **Best for**: [Use case]
181
-
182
- ### Professional - $Y/month ⭐ RECOMMENDED
183
-
184
- **Target**: [Segment]
185
- **Limits**: [Limits]
186
- **Features**: [List]
187
- **Upgrade trigger**: [What makes users outgrow Starter]
188
-
189
- ### Business - $Z/month
190
-
191
- **Target**: [Segment]
192
- **Limits**: [Limits]
193
- **Features**: [List]
194
-
195
- ### Enterprise - Custom
196
-
197
- **Target**: Large organizations
198
- **Features**: SSO, dedicated support, custom SLAs
199
-
200
- ## Competitive Positioning
201
-
202
- **Strategy**: [Premium/Competitive/Value]
203
- **Rationale**: [Based on research and PRD]
204
-
205
- | Competitor | Model | Metric | Starter | Pro | Enterprise |
206
- | ---------- | ---------- | ------------ | ------- | ------ | ---------- |
207
- | [Name] | [Type] | [Metric] | $X | $Y | $Z |
208
- | **Ours** | **[Type]** | **[Metric]** | **$X** | **$Y** | **$Z** |
209
-
210
- ## Pricing Justification
211
-
212
- ### Value Calculation (10x Rule)
213
-
214
- **[Persona 1]**:
215
-
216
- - Value created: $[Amount]/month
217
- - Our price: $[Amount] ([X]% of value)
218
- - Customer ROI: [X]x
219
-
220
- ## Implementation Roadmap
221
-
222
- ### Phase 1: Launch (Month 1-3)
223
-
224
- - Launch tiers: [Which]
225
- - Free trial: [Duration]
226
-
227
- ### Phase 2: Validation (Month 4-6)
228
-
229
- - A/B tests: [What]
230
- - Metrics: Conversion, ARPU, churn by tier
231
-
232
- ### Phase 3: Optimization (Month 7-12)
233
-
234
- - Price adjustments
235
- - Feature migration
236
-
237
- ## Success Metrics
238
-
239
- - Pricing page → trial: [X]%
240
- - Trial → paid: [X]%
241
- - ARPU: $[X]
242
- - [50-60]% in Pro tier
243
- - Monthly churn: <[X]%
244
- ```
245
-
246
- </process>
247
-
248
- <constraints>
249
- **MANDATORY STEPS**:
250
- - ALWAYS read PRD and ARCHI first
251
- - ALWAYS research 5-10 competitors with actual prices
252
- - ALWAYS use Todd Gardner's 7 Criteria for metric selection
253
- - ALWAYS use Lincoln Murphy's 10x Rule for calculation
254
- - ALWAYS design 3-4 tiers (not more)
255
-
256
- **VALUE-BASED PRICING**:
257
-
258
- - Price on customer value, NOT your costs
259
- - 1% pricing improvement = 11% profit increase
260
- - Value metric selection > price point
261
-
262
- **DO NOT**:
263
-
264
- - Recommend pricing without competitor research
265
- - Skip value metric scoring
266
- - Copy competitors without understanding why
267
- - Create more than 4 tiers
268
- - Generate PRICING.md with gaps in research
269
- </constraints>
270
-
271
- <output>
272
- **File created**: `PRICING.md` in same directory as PRD
273
-
274
- **Contains**:
275
-
276
- - Executive summary
277
- - Value metric with 7-criteria scoring
278
- - 3-4 tier structure with limits and features
279
- - Competitor comparison table
280
- - Pricing justification using 10x Rule
281
- - Implementation roadmap
282
- - Success metrics to track
283
- </output>
284
-
285
- <success_criteria>
286
-
287
- - PRD and ARCHI read and understood
288
- - 5-10 competitors researched with actual prices
289
- - Value metric scored on all 7 criteria (all 7+)
290
- - Price calculated using 10x Rule
291
- - 3-4 tiers designed with clear upgrade triggers
292
- - Competitive positioning defined
293
- - PRICING.md created with complete research
294
- </success_criteria>
@@ -1,191 +0,0 @@
1
- ---
2
- name: saas-find-domain-name
3
- description: Generate and validate domain name options with availability checking for brand and utility domains
4
- ---
5
-
6
- <objective>
7
- Find the perfect domain name for a SaaS application through strategic generation and availability validation.
8
-
9
- Generate 15-25 domain options mixing brand names (memorable, unique) and utility names (descriptive, SEO-friendly), check availability via WHOIS, and provide top recommendations. This comes AFTER PRD and ARCHI.
10
- </objective>
11
-
12
- <process>
13
- ## Phase 1: Read Foundation Documents
14
-
15
- 1. **Ask for PRD and ARCHI file paths**, then read completely
16
-
17
- 2. **Extract from PRD**:
18
- - Core problem (informs utility names)
19
- - Target users (informs tone)
20
- - Unique value (informs brand positioning)
21
- - Product category (informs naming conventions)
22
-
23
- 3. **Extract from ARCHI**:
24
- - Tech positioning (affects TLD choice)
25
- - Developer focus (makes .dev, .io acceptable)
26
- - Target market B2C/B2B/B2D (affects TLD priority)
27
-
28
- 4. **Note naming implications**:
29
- - B2C → Prefer .com
30
- - Developer tool → .dev, .io acceptable
31
- - Speed focus → Include Fast, Quick, Instant
32
- - Monitoring → Include Watch, Monitor, Track
33
- - AI-powered → Modern, tech-forward naming
34
-
35
- ## Phase 2: Strategy Discussion
36
-
37
- 5. **Ask user preferences**:
38
-
39
- **Brand vs Utility**:
40
- - Memorable brand or clear utility?
41
- - Serious company or fun tool tone?
42
- - Long-term brand or specific tool?
43
-
44
- **Domain Preferences**:
45
- - TLD priority: .com, .io, .dev, .app?
46
- - Budget: Standard ($10-50) or premium ($500+)?
47
- - Words to avoid or must include?
48
-
49
- **Tone**:
50
- - Professional (Stripe, Linear)?
51
- - Fun (Notion, Slack)?
52
- - Technical (Vercel, Supabase)?
53
- - Abstract (Aura, Flux)?
54
-
55
- ## Phase 3: Generate Domain Options
56
-
57
- 6. **Generate 15-25 domains** (40% brand, 60% utility):
58
-
59
- **Brand Domain Techniques**:
60
- - Invented words: Syllable combinations (Figma, Vercel)
61
- - Modified real words: Twisted existing words (Slack, Stripe)
62
- - Abstract concepts: Evocative words (Notion, Linear)
63
- - Short real words: Simple, memorable (Bolt, Frame)
64
-
65
- **Utility Domain Patterns**:
66
- - [Action][Noun]: MonitorFast, CheckPage
67
- - [Adjective][Noun]: FastMonitor, QuickCheck
68
- - [Noun][Action]: PageMonitor, SiteChecker
69
- - [Noun][Noun]: PageWatch, WebPulse
70
-
71
- **Word Banks by Category**:
72
- - Monitoring: Sentinel, Beacon, Pulse, Radar, Watch
73
- - Speed: Rapid, Swift, Bolt, Flash, Instant
74
- - Simplicity: Plain, Clear, Simple, Stark
75
- - AI/Intelligence: Sage, Cortex, Neural, Prism
76
- - Building: Forge, Craft, Build, Studio, Lab
77
-
78
- ## Phase 4: Check Availability
79
-
80
- 7. **Use WHOIS for each domain**:
81
- ```bash
82
- whois example.com | grep -E "No match|NOT FOUND|Status: free"
83
- ```
84
-
85
- 8. **Check TLDs in priority order**:
86
- - B2C SaaS: .com > .io > .app
87
- - Developer Tools: .dev > .io > .com
88
- - Modern Web Apps: .app > .io > .com
89
-
90
- 9. **Document availability**:
91
- - ✅ Available: Can register immediately
92
- - ❌ Taken: Already registered
93
- - ⚠️ Premium: Available at premium price
94
-
95
- ## Phase 5: Generate Names.md
96
-
97
- 10. **Create Names.md** in project directory:
98
-
99
- ```markdown
100
- # Domain Names for [Project Name]
101
-
102
- ## Brand Domains
103
-
104
- ### Available
105
-
106
- **DomainName.com** - Available
107
- Short description of brand feeling.
108
-
109
- **DomainName.dev** - Available
110
- Short description of brand feeling.
111
-
112
- ### Unavailable (Reference)
113
-
114
- **DomainName.io** - Taken
115
- Description for context.
116
-
117
- ## Utility Domains
118
-
119
- ### Available
120
-
121
- **DomainName.app** - Available
122
- Short description of what it communicates.
123
-
124
- ### Unavailable (Reference)
125
-
126
- **DomainName.com** - Taken
127
- Description for reference.
128
-
129
- ## Top Recommendations
130
-
131
- 1. **[Domain.tld]** - [One sentence why best choice]
132
- 2. **[Domain.tld]** - [One sentence why second]
133
- 3. **[Domain.tld]** - [One sentence why third]
134
- ```
135
- </process>
136
-
137
- <constraints>
138
- **DOMAIN QUALITY CRITERIA**:
139
-
140
- Brand Domains:
141
- - ✅ Easy to pronounce (phone test)
142
- - ✅ Easy to spell (no weird spellings)
143
- - ✅ Memorable and distinctive
144
- - ✅ No negative connotations
145
- - ✅ 2-3 syllables (5-10 chars)
146
-
147
- Utility Domains:
148
- - ✅ Immediately clear what it does
149
- - ✅ Contains relevant keywords
150
- - ✅ Professional and trustworthy
151
- - ✅ Length: 12-18 chars max
152
-
153
- **MANDATORY**:
154
- - ALWAYS read PRD and ARCHI first
155
- - ALWAYS check availability via WHOIS (don't guess)
156
- - ALWAYS generate 15-25 options
157
- - ALWAYS provide top 3 recommendations
158
-
159
- **DO NOT**:
160
- - Suggest domains without checking availability
161
- - Skip the strategy discussion
162
- - Generate only brand OR only utility (mix both)
163
- - Create overly long output file
164
- </constraints>
165
-
166
- <output>
167
- **File created**: `Names.md` in project directory
168
-
169
- **Contains**:
170
- - Brand domains (available + unavailable for reference)
171
- - Utility domains (available + unavailable for reference)
172
- - Top 3 recommendations with rationale
173
- - Clean, scannable format
174
-
175
- **Formatting**:
176
- - Domain names in bold
177
- - TLD included in name
178
- - Availability status on same line
179
- - One short sentence description (max 15 words)
180
- - Grouped by type and availability
181
- </output>
182
-
183
- <success_criteria>
184
- - PRD and ARCHI read and naming implications extracted
185
- - Strategy discussion completed (tone, TLD, budget)
186
- - 15-25 domain options generated (40% brand, 60% utility)
187
- - All domains checked via WHOIS
188
- - Names.md created with clean format
189
- - Top 3 recommendations with clear rationale
190
- - Available domains clearly separated from taken
191
- </success_criteria>