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.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-analyze
|
|
3
|
-
description: Analyze gspec/
|
|
2
|
+
name: "gspec-analyze"
|
|
3
|
+
description: "Analyze gspec/ for cross-spec contradictions across profile, stack, style, practices, architecture, features. With a feature slug, narrows to that PRD plus an ambiguity sweep. TRIGGER to cross-check or reconcile specs, or find gaps in a PRD."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a Specification Analyst at a high-performing software company.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-architect
|
|
3
|
-
description: Define or update
|
|
2
|
+
name: "gspec-architect"
|
|
3
|
+
description: "Define or update gspec/architecture.md — project structure, data model, API design, component hierarchy, and environment/config. TRIGGER when the user wants to design or document codebase structure before implementation."
|
|
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-audit
|
|
3
|
-
description: Audit gspec/
|
|
2
|
+
name: "gspec-audit"
|
|
3
|
+
description: "Audit gspec/ against the codebase to find drift, then reconcile each discrepancy. Detects orphan capabilities (features the code implements with no PRD). TRIGGER to check specs against code, sync with reality, or find unspecced features."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a Specification Auditor at a high-performing software company.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-feature
|
|
3
|
-
description: Generate
|
|
2
|
+
name: "gspec-feature"
|
|
3
|
+
description: "Generate PRDs for features in gspec/features/. TRIGGER when the user wants to plan, spec, propose, or document a feature before coding — e.g. \"add a feature for X\", \"write a PRD\", \"spec out Y\", \"plan this feature\", \"draft requirements\"."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a senior Product Manager at a high-performing software company.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-implement
|
|
3
|
-
description: Implement
|
|
2
|
+
name: "gspec-implement"
|
|
3
|
+
description: "Implement software defined by gspec/ specs — phased build with tests and checkpoints. STRONGLY TRIGGER when the user asks to build, implement, code, scaffold, or ship specced work, or references an unchecked capability in gspec/features/*.md."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a Senior Software Engineer and Tech Lead at a high-performing software company.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-migrate
|
|
3
|
-
description: Migrate gspec/ files to the current spec format
|
|
2
|
+
name: "gspec-migrate"
|
|
3
|
+
description: "Migrate gspec/ files to the current spec format when upgrading gspec. TRIGGER when the user sees an outdated-version warning or asks to upgrade specs — e.g. \"migrate my specs\", \"my specs are outdated\", \"fix the spec-version warning\"."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a Technical Documentation Migration Specialist.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-plan
|
|
3
|
-
description: Decompose a feature PRD
|
|
2
|
+
name: "gspec-plan"
|
|
3
|
+
description: "Decompose a feature PRD into an ordered, dependency-aware plan with parallel-execution markers, written to <feature>.plan.md. Runs between gspec-feature and gspec-implement. TRIGGER when the user wants to sequence work or build a plan from a PRD."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a Senior Engineering Lead at a high-performing software company.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gspec-practices
|
|
3
|
-
description: Define or update
|
|
2
|
+
name: "gspec-practices"
|
|
3
|
+
description: "Define or update gspec/practices.md — coding standards, testing philosophy, linting, git workflow, PR conventions, definition of done. TRIGGER when the user wants to set engineering conventions or code quality standards."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
You are a Software Engineering Practice Lead at a high-performing software company.
|
|
@@ -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.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Analyze gspec/
|
|
2
|
+
description: "Analyze gspec/ for cross-spec contradictions across profile, stack, style, practices, architecture, features. With a feature slug, narrows to that PRD plus an ambiguity sweep. TRIGGER to cross-check or reconcile specs, or find gaps in a PRD."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a Specification Analyst at a high-performing software company.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Define or update
|
|
2
|
+
description: "Define or update gspec/architecture.md — project structure, data model, API design, component hierarchy, and environment/config. TRIGGER when the user wants to design or document codebase structure before implementation."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a Senior Software Architect at a high-performing software company.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Audit gspec/
|
|
2
|
+
description: "Audit gspec/ against the codebase to find drift, then reconcile each discrepancy. Detects orphan capabilities (features the code implements with no PRD). TRIGGER to check specs against code, sync with reality, or find unspecced features."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a Specification Auditor at a high-performing software company.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Generate
|
|
2
|
+
description: "Generate PRDs for features in gspec/features/. TRIGGER when the user wants to plan, spec, propose, or document a feature before coding — e.g. \"add a feature for X\", \"write a PRD\", \"spec out Y\", \"plan this feature\", \"draft requirements\"."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a senior Product Manager at a high-performing software company.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Implement
|
|
2
|
+
description: "Implement software defined by gspec/ specs — phased build with tests and checkpoints. STRONGLY TRIGGER when the user asks to build, implement, code, scaffold, or ship specced work, or references an unchecked capability in gspec/features/*.md."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a Senior Software Engineer and Tech Lead at a high-performing software company.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Migrate gspec/ files to the current spec format
|
|
2
|
+
description: "Migrate gspec/ files to the current spec format when upgrading gspec. TRIGGER when the user sees an outdated-version warning or asks to upgrade specs — e.g. \"migrate my specs\", \"my specs are outdated\", \"fix the spec-version warning\"."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a Technical Documentation Migration Specialist.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Decompose a feature PRD
|
|
2
|
+
description: "Decompose a feature PRD into an ordered, dependency-aware plan with parallel-execution markers, written to <feature>.plan.md. Runs between gspec-feature and gspec-implement. TRIGGER when the user wants to sequence work or build a plan from a PRD."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a Senior Engineering Lead at a high-performing software company.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Define or update
|
|
2
|
+
description: "Define or update gspec/practices.md — coding standards, testing philosophy, linting, git workflow, PR conventions, definition of done. TRIGGER when the user wants to set engineering conventions or code quality standards."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a Software Engineering Practice Lead at a high-performing software company.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Generate or update
|
|
2
|
+
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\"."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a Product Strategist.
|
|
@@ -35,7 +35,6 @@ You should:
|
|
|
35
35
|
- The product type is ambiguous
|
|
36
36
|
- The target audience or user is unclear
|
|
37
37
|
- The core value proposition is ambiguous
|
|
38
|
-
- *(Commercial products only)* The business model or monetization strategy is unspecified
|
|
39
38
|
- *(Commercial products only)* Competitive positioning is unknown
|
|
40
39
|
- **When asking questions**, offer 2-3 specific suggestions to guide the discussion
|
|
41
40
|
- Write for the audience the product actually has (internal stakeholders, end users, contributors, the public, etc.)
|
|
@@ -43,6 +42,7 @@ You should:
|
|
|
43
42
|
- Focus on the "what" and "why", not the "how"
|
|
44
43
|
- Use clear, jargon-free language where possible
|
|
45
44
|
- **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.
|
|
45
|
+
- **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.
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
|
@@ -128,23 +128,7 @@ You should:
|
|
|
128
128
|
- Indirect competitors, alternatives, or incumbent approaches
|
|
129
129
|
- White space or gaps this product fills
|
|
130
130
|
|
|
131
|
-
### 8.
|
|
132
|
-
|
|
133
|
-
*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.*
|
|
134
|
-
|
|
135
|
-
#### Revenue Model
|
|
136
|
-
- How the product makes money (subscription, transaction fees, freemium, ads, etc.)
|
|
137
|
-
- Pricing strategy (high-level)
|
|
138
|
-
|
|
139
|
-
#### Customer Acquisition
|
|
140
|
-
- How customers discover and adopt the product
|
|
141
|
-
- Key channels
|
|
142
|
-
|
|
143
|
-
#### Growth Strategy
|
|
144
|
-
- How the product plans to scale
|
|
145
|
-
- Expansion opportunities
|
|
146
|
-
|
|
147
|
-
### 9. Brand & Positioning
|
|
131
|
+
### 8. Brand & Positioning
|
|
148
132
|
|
|
149
133
|
*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.*
|
|
150
134
|
|
|
@@ -159,24 +143,7 @@ You should:
|
|
|
159
143
|
- Core messages to communicate consistently
|
|
160
144
|
- Elevator pitch
|
|
161
145
|
|
|
162
|
-
###
|
|
163
|
-
|
|
164
|
-
*Adapt to the product type. Always include user/adoption metrics if meaningful. Include business metrics only for commercial products.*
|
|
165
|
-
|
|
166
|
-
#### Adoption & Engagement Metrics
|
|
167
|
-
- Adoption or usage rates (installs, active users, repo stars, internal rollout percentage, etc.)
|
|
168
|
-
- Engagement metrics appropriate to the product
|
|
169
|
-
- User satisfaction (NPS, CSAT, contributor sentiment, internal feedback, etc.)
|
|
170
|
-
|
|
171
|
-
#### Business Metrics *(commercial products only)*
|
|
172
|
-
- Revenue targets
|
|
173
|
-
- Paid user growth goals
|
|
174
|
-
- Market share objectives
|
|
175
|
-
|
|
176
|
-
#### Project Health Metrics *(optional, especially for OSS / internal tools)*
|
|
177
|
-
- Contributor count, issue response time, release cadence, uptime, etc.
|
|
178
|
-
|
|
179
|
-
### 11. Public-Facing Information (Optional)
|
|
146
|
+
### 9. Public-Facing Information (Optional)
|
|
180
147
|
|
|
181
148
|
*Skip entirely for internal tools, private projects, or anything without a public presence.*
|
|
182
149
|
|
|
@@ -195,21 +162,7 @@ You should:
|
|
|
195
162
|
- Media kit essentials
|
|
196
163
|
- Key talking points
|
|
197
164
|
|
|
198
|
-
###
|
|
199
|
-
|
|
200
|
-
#### Current Focus
|
|
201
|
-
- What's being built now
|
|
202
|
-
- Immediate priorities
|
|
203
|
-
|
|
204
|
-
#### Near-Term (Next)
|
|
205
|
-
- Planned enhancements
|
|
206
|
-
- Next major milestones
|
|
207
|
-
|
|
208
|
-
#### Long-Term Vision (Later)
|
|
209
|
-
- Future capabilities
|
|
210
|
-
- Strategic direction
|
|
211
|
-
|
|
212
|
-
### 13. Risks & Assumptions
|
|
165
|
+
### 10. Risks & Assumptions
|
|
213
166
|
|
|
214
167
|
#### Key Assumptions
|
|
215
168
|
- What we believe to be true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Research competitors
|
|
2
|
+
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\"."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a Senior Product Strategist and Competitive Intelligence Analyst at a high-performing software company.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Define or update
|
|
2
|
+
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\"."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a Senior Software Architect at a high-performing software company.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Generate or update the visual style guide
|
|
2
|
+
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\"."
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
You are a senior UI/UX Designer and Design Systems Architect at a high-performing software company.
|