gspec 1.18.0 → 1.19.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/README.md +2 -2
- package/bin/emitters.js +41 -8
- package/bin/gspec.js +55 -4
- package/commands/gspec.profile.md +4 -51
- package/dist/antigravity/gspec-analyze/SKILL.md +2 -2
- package/dist/antigravity/gspec-architect/SKILL.md +2 -2
- package/dist/antigravity/gspec-audit/SKILL.md +2 -2
- package/dist/antigravity/gspec-feature/SKILL.md +2 -2
- package/dist/antigravity/gspec-implement/SKILL.md +2 -2
- package/dist/antigravity/gspec-migrate/SKILL.md +2 -2
- package/dist/antigravity/gspec-plan/SKILL.md +2 -2
- package/dist/antigravity/gspec-practices/SKILL.md +2 -2
- package/dist/antigravity/gspec-profile/SKILL.md +6 -53
- package/dist/antigravity/gspec-research/SKILL.md +2 -2
- package/dist/antigravity/gspec-stack/SKILL.md +2 -2
- package/dist/antigravity/gspec-style/SKILL.md +2 -2
- package/dist/claude/gspec-analyze/SKILL.md +2 -2
- package/dist/claude/gspec-architect/SKILL.md +2 -2
- package/dist/claude/gspec-audit/SKILL.md +2 -2
- package/dist/claude/gspec-feature/SKILL.md +2 -2
- package/dist/claude/gspec-implement/SKILL.md +2 -2
- package/dist/claude/gspec-migrate/SKILL.md +2 -2
- package/dist/claude/gspec-plan/SKILL.md +2 -2
- package/dist/claude/gspec-practices/SKILL.md +2 -2
- package/dist/claude/gspec-profile/SKILL.md +6 -53
- package/dist/claude/gspec-research/SKILL.md +2 -2
- package/dist/claude/gspec-stack/SKILL.md +2 -2
- package/dist/claude/gspec-style/SKILL.md +2 -2
- package/dist/codex/gspec-analyze/SKILL.md +2 -2
- package/dist/codex/gspec-architect/SKILL.md +2 -2
- package/dist/codex/gspec-audit/SKILL.md +2 -2
- package/dist/codex/gspec-feature/SKILL.md +2 -2
- package/dist/codex/gspec-implement/SKILL.md +2 -2
- package/dist/codex/gspec-migrate/SKILL.md +2 -2
- package/dist/codex/gspec-plan/SKILL.md +2 -2
- package/dist/codex/gspec-practices/SKILL.md +2 -2
- package/dist/codex/gspec-profile/SKILL.md +6 -53
- package/dist/codex/gspec-research/SKILL.md +2 -2
- package/dist/codex/gspec-stack/SKILL.md +2 -2
- package/dist/codex/gspec-style/SKILL.md +2 -2
- package/dist/cursor/gspec-analyze.mdc +1 -1
- package/dist/cursor/gspec-architect.mdc +1 -1
- package/dist/cursor/gspec-audit.mdc +1 -1
- package/dist/cursor/gspec-feature.mdc +1 -1
- package/dist/cursor/gspec-implement.mdc +1 -1
- package/dist/cursor/gspec-migrate.mdc +1 -1
- package/dist/cursor/gspec-plan.mdc +1 -1
- package/dist/cursor/gspec-practices.mdc +1 -1
- package/dist/cursor/gspec-profile.mdc +5 -52
- package/dist/cursor/gspec-research.mdc +1 -1
- package/dist/cursor/gspec-stack.mdc +1 -1
- package/dist/cursor/gspec-style.mdc +1 -1
- package/dist/opencode/commands/gspec-analyze.md +253 -0
- package/dist/opencode/commands/gspec-architect.md +363 -0
- package/dist/opencode/commands/gspec-audit.md +281 -0
- package/dist/opencode/commands/gspec-feature.md +214 -0
- package/dist/opencode/commands/gspec-implement.md +229 -0
- package/dist/opencode/commands/gspec-migrate.md +142 -0
- package/dist/opencode/commands/gspec-plan.md +156 -0
- package/dist/opencode/commands/gspec-practices.md +137 -0
- package/dist/opencode/commands/gspec-profile.md +194 -0
- package/dist/opencode/commands/gspec-research.md +303 -0
- package/dist/opencode/commands/gspec-stack.md +301 -0
- package/dist/opencode/commands/gspec-style.md +276 -0
- package/dist/opencode/{gspec-analyze → skills/gspec-analyze}/SKILL.md +2 -2
- package/dist/opencode/{gspec-architect → skills/gspec-architect}/SKILL.md +2 -2
- package/dist/opencode/{gspec-audit → skills/gspec-audit}/SKILL.md +2 -2
- package/dist/opencode/{gspec-feature → skills/gspec-feature}/SKILL.md +2 -2
- package/dist/opencode/{gspec-implement → skills/gspec-implement}/SKILL.md +2 -2
- package/dist/opencode/{gspec-migrate → skills/gspec-migrate}/SKILL.md +2 -2
- package/dist/opencode/{gspec-plan → skills/gspec-plan}/SKILL.md +2 -2
- package/dist/opencode/{gspec-practices → skills/gspec-practices}/SKILL.md +2 -2
- package/dist/opencode/{gspec-profile → skills/gspec-profile}/SKILL.md +6 -53
- package/dist/opencode/{gspec-research → skills/gspec-research}/SKILL.md +2 -2
- package/dist/opencode/{gspec-stack → skills/gspec-stack}/SKILL.md +2 -2
- package/dist/opencode/{gspec-style → skills/gspec-style}/SKILL.md +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-profile
|
|
3
|
-
description: Generate or update
|
|
2
|
+
name: "gspec-profile"
|
|
3
|
+
description: "Generate or update gspec/profile.md — what the product is, who it serves, and why. TRIGGER when the user wants to define or refine product identity, users, audience, vision, or value proposition — e.g. \"define my product\", \"what is this app\"."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a Product Strategist.
|
|
@@ -36,7 +36,6 @@ You should:
|
|
|
36
36
|
- The product type is ambiguous
|
|
37
37
|
- The target audience or user is unclear
|
|
38
38
|
- The core value proposition is ambiguous
|
|
39
|
-
- *(Commercial products only)* The business model or monetization strategy is unspecified
|
|
40
39
|
- *(Commercial products only)* Competitive positioning is unknown
|
|
41
40
|
- **When asking questions**, offer 2-3 specific suggestions to guide the discussion
|
|
42
41
|
- Write for the audience the product actually has (internal stakeholders, end users, contributors, the public, etc.)
|
|
@@ -44,6 +43,7 @@ You should:
|
|
|
44
43
|
- Focus on the "what" and "why", not the "how"
|
|
45
44
|
- Use clear, jargon-free language where possible
|
|
46
45
|
- **Mark sections as "Not Applicable"** when they don't apply to this product, and briefly note why (e.g., "Not applicable — internal tool, no external market"). Do not fabricate content to fill a section.
|
|
46
|
+
- **Do not include business model, pricing, or success metrics sections** unless the user explicitly asks for them — those are go-to-market concerns, not product identity.
|
|
47
47
|
|
|
48
48
|
---
|
|
49
49
|
|
|
@@ -129,23 +129,7 @@ You should:
|
|
|
129
129
|
- Indirect competitors, alternatives, or incumbent approaches
|
|
130
130
|
- White space or gaps this product fills
|
|
131
131
|
|
|
132
|
-
### 8.
|
|
133
|
-
|
|
134
|
-
*Skip or mark "Not Applicable" for non-commercial products (internal tools, open source, personal projects, research). For OSS, consider replacing this section with a "Sustainability & Governance" note covering funding, maintainership, and contribution model if relevant.*
|
|
135
|
-
|
|
136
|
-
#### Revenue Model
|
|
137
|
-
- How the product makes money (subscription, transaction fees, freemium, ads, etc.)
|
|
138
|
-
- Pricing strategy (high-level)
|
|
139
|
-
|
|
140
|
-
#### Customer Acquisition
|
|
141
|
-
- How customers discover and adopt the product
|
|
142
|
-
- Key channels
|
|
143
|
-
|
|
144
|
-
#### Growth Strategy
|
|
145
|
-
- How the product plans to scale
|
|
146
|
-
- Expansion opportunities
|
|
147
|
-
|
|
148
|
-
### 9. Brand & Positioning
|
|
132
|
+
### 8. Brand & Positioning
|
|
149
133
|
|
|
150
134
|
*Skip or simplify for internal tools and products with no external-facing presence. Most products still benefit from a positioning statement even if they skip brand personality and messaging.*
|
|
151
135
|
|
|
@@ -160,24 +144,7 @@ You should:
|
|
|
160
144
|
- Core messages to communicate consistently
|
|
161
145
|
- Elevator pitch
|
|
162
146
|
|
|
163
|
-
###
|
|
164
|
-
|
|
165
|
-
*Adapt to the product type. Always include user/adoption metrics if meaningful. Include business metrics only for commercial products.*
|
|
166
|
-
|
|
167
|
-
#### Adoption & Engagement Metrics
|
|
168
|
-
- Adoption or usage rates (installs, active users, repo stars, internal rollout percentage, etc.)
|
|
169
|
-
- Engagement metrics appropriate to the product
|
|
170
|
-
- User satisfaction (NPS, CSAT, contributor sentiment, internal feedback, etc.)
|
|
171
|
-
|
|
172
|
-
#### Business Metrics *(commercial products only)*
|
|
173
|
-
- Revenue targets
|
|
174
|
-
- Paid user growth goals
|
|
175
|
-
- Market share objectives
|
|
176
|
-
|
|
177
|
-
#### Project Health Metrics *(optional, especially for OSS / internal tools)*
|
|
178
|
-
- Contributor count, issue response time, release cadence, uptime, etc.
|
|
179
|
-
|
|
180
|
-
### 11. Public-Facing Information (Optional)
|
|
147
|
+
### 9. Public-Facing Information (Optional)
|
|
181
148
|
|
|
182
149
|
*Skip entirely for internal tools, private projects, or anything without a public presence.*
|
|
183
150
|
|
|
@@ -196,21 +163,7 @@ You should:
|
|
|
196
163
|
- Media kit essentials
|
|
197
164
|
- Key talking points
|
|
198
165
|
|
|
199
|
-
###
|
|
200
|
-
|
|
201
|
-
#### Current Focus
|
|
202
|
-
- What's being built now
|
|
203
|
-
- Immediate priorities
|
|
204
|
-
|
|
205
|
-
#### Near-Term (Next)
|
|
206
|
-
- Planned enhancements
|
|
207
|
-
- Next major milestones
|
|
208
|
-
|
|
209
|
-
#### Long-Term Vision (Later)
|
|
210
|
-
- Future capabilities
|
|
211
|
-
- Strategic direction
|
|
212
|
-
|
|
213
|
-
### 13. Risks & Assumptions
|
|
166
|
+
### 10. Risks & Assumptions
|
|
214
167
|
|
|
215
168
|
#### Key Assumptions
|
|
216
169
|
- What we believe to be true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-research
|
|
3
|
-
description: Research competitors
|
|
2
|
+
name: "gspec-research"
|
|
3
|
+
description: "Research competitors from gspec/profile.md and produce a competitive analysis with feature gap identification. TRIGGER when the user wants market research, competitor teardown, or feature parity — e.g. \"research competitors\", \"find feature gaps\"."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a Senior Product Strategist and Competitive Intelligence Analyst at a high-performing software company.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-stack
|
|
3
|
-
description: Define or update
|
|
2
|
+
name: "gspec-stack"
|
|
3
|
+
description: "Define or update gspec/stack.md — frameworks, libraries, databases, hosting, CI/CD, and infrastructure. TRIGGER when the user wants to pick, define, or revise technology choices — e.g. \"what stack should I use\", \"pick a framework\"."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a Senior Software Architect at a high-performing software company.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-style
|
|
3
|
-
description: Generate or update the visual style guide
|
|
2
|
+
name: "gspec-style"
|
|
3
|
+
description: "Generate or update the visual style guide (gspec/style.html or gspec/style.md) — tokens, palette, typography, spacing, components. TRIGGER when the user wants to define or revise the design system, theme, or look — e.g. \"pick brand colors\"."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a senior UI/UX Designer and Design Systems Architect at a high-performing software company.
|