gspec 1.3.0 → 1.4.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.
Files changed (51) hide show
  1. package/README.md +4 -1
  2. package/bin/gspec.js +11 -3
  3. package/dist/antigravity/gspec-architect/SKILL.md +1 -1
  4. package/dist/antigravity/gspec-dor/SKILL.md +2 -2
  5. package/dist/antigravity/gspec-epic/SKILL.md +1 -1
  6. package/dist/antigravity/gspec-feature/SKILL.md +1 -1
  7. package/dist/antigravity/gspec-implement/SKILL.md +2 -2
  8. package/dist/antigravity/gspec-migrate/SKILL.md +5 -5
  9. package/dist/antigravity/gspec-practices/SKILL.md +1 -1
  10. package/dist/antigravity/gspec-profile/SKILL.md +1 -1
  11. package/dist/antigravity/gspec-record/SKILL.md +2 -2
  12. package/dist/antigravity/gspec-research/SKILL.md +3 -3
  13. package/dist/antigravity/gspec-stack/SKILL.md +1 -1
  14. package/dist/antigravity/gspec-style/SKILL.md +1 -1
  15. package/dist/claude/gspec-architect/SKILL.md +1 -1
  16. package/dist/claude/gspec-dor/SKILL.md +2 -2
  17. package/dist/claude/gspec-epic/SKILL.md +1 -1
  18. package/dist/claude/gspec-feature/SKILL.md +1 -1
  19. package/dist/claude/gspec-implement/SKILL.md +2 -2
  20. package/dist/claude/gspec-migrate/SKILL.md +5 -5
  21. package/dist/claude/gspec-practices/SKILL.md +1 -1
  22. package/dist/claude/gspec-profile/SKILL.md +1 -1
  23. package/dist/claude/gspec-record/SKILL.md +2 -2
  24. package/dist/claude/gspec-research/SKILL.md +3 -3
  25. package/dist/claude/gspec-stack/SKILL.md +1 -1
  26. package/dist/claude/gspec-style/SKILL.md +1 -1
  27. package/dist/codex/gspec-architect/SKILL.md +337 -0
  28. package/dist/codex/gspec-dor/SKILL.md +224 -0
  29. package/dist/codex/gspec-epic/SKILL.md +232 -0
  30. package/dist/codex/gspec-feature/SKILL.md +174 -0
  31. package/dist/codex/gspec-implement/SKILL.md +325 -0
  32. package/dist/codex/gspec-migrate/SKILL.md +119 -0
  33. package/dist/codex/gspec-practices/SKILL.md +135 -0
  34. package/dist/codex/gspec-profile/SKILL.md +221 -0
  35. package/dist/codex/gspec-record/SKILL.md +172 -0
  36. package/dist/codex/gspec-research/SKILL.md +280 -0
  37. package/dist/codex/gspec-stack/SKILL.md +300 -0
  38. package/dist/codex/gspec-style/SKILL.md +229 -0
  39. package/dist/cursor/gspec-architect.mdc +1 -1
  40. package/dist/cursor/gspec-dor.mdc +2 -2
  41. package/dist/cursor/gspec-epic.mdc +1 -1
  42. package/dist/cursor/gspec-feature.mdc +1 -1
  43. package/dist/cursor/gspec-implement.mdc +2 -2
  44. package/dist/cursor/gspec-migrate.mdc +5 -5
  45. package/dist/cursor/gspec-practices.mdc +1 -1
  46. package/dist/cursor/gspec-profile.mdc +1 -1
  47. package/dist/cursor/gspec-record.mdc +2 -2
  48. package/dist/cursor/gspec-research.mdc +3 -3
  49. package/dist/cursor/gspec-stack.mdc +1 -1
  50. package/dist/cursor/gspec-style.mdc +1 -1
  51. package/package.json +2 -1
@@ -146,7 +146,7 @@ After writing `gspec/research.md`, ask the user:
146
146
  - Assumptions & Risks (assumptions, open questions, key risks and mitigations)
147
147
  - Success Metrics
148
148
  - Implementation Context (standard portability note)
149
- - Begin the file with YAML frontmatter: `---\ngspec-version: 1.3.0\n---`
149
+ - Begin the file with YAML frontmatter: `---\ngspec-version: 1.4.0\n---`
150
150
  2. **Name the file** descriptively based on the feature (e.g., `gspec/features/csv-export.md`, `gspec/features/onboarding-wizard.md`)
151
151
  3. **Keep the PRD portable** — use generic role descriptions (not project-specific persona names), define success metrics in terms of the feature's own outcomes (not project-level KPIs), and describe UX behavior generically (not tied to a specific design system). The PRD should be reusable across projects.
152
152
  4. **Keep the PRD product-focused** — describe *what* and *why*, not *how*. Implementation details belong in the code, not the PRD.
@@ -165,7 +165,7 @@ After writing `gspec/research.md`, ask the user:
165
165
  - Begin `gspec/research.md` with YAML frontmatter containing the gspec version:
166
166
  ```
167
167
  ---
168
- gspec-version: 1.3.0
168
+ gspec-version: 1.4.0
169
169
  ---
170
170
  ```
171
171
  The frontmatter must be the very first content in the file, before the main heading.
@@ -182,7 +182,7 @@ The `gspec/research.md` file must follow this structure:
182
182
 
183
183
  ```markdown
184
184
  ---
185
- gspec-version: 1.3.0
185
+ gspec-version: 1.4.0
186
186
  ---
187
187
 
188
188
  # Competitive Research
@@ -24,7 +24,7 @@ You should:
24
24
  - Begin the file with YAML frontmatter containing the gspec version:
25
25
  ```
26
26
  ---
27
- gspec-version: 1.3.0
27
+ gspec-version: 1.4.0
28
28
  ---
29
29
  ```
30
30
  The frontmatter must be the very first content in the file, before the main heading.
@@ -26,7 +26,7 @@ You should:
26
26
  - Begin the file with YAML frontmatter containing the gspec version:
27
27
  ```
28
28
  ---
29
- gspec-version: 1.3.0
29
+ gspec-version: 1.4.0
30
30
  ---
31
31
  ```
32
32
  The frontmatter must be the very first content in the file, before the main heading.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gspec",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Install gspec specification commands for Claude Code, Cursor, and other AI tools",
5
5
  "main": "bin/gspec.js",
6
6
  "type": "module",
@@ -17,6 +17,7 @@
17
17
  "build:claude": "node scripts/build.js claude",
18
18
  "build:cursor": "node scripts/build.js cursor",
19
19
  "build:antigravity": "node scripts/build.js antigravity",
20
+ "build:codex": "node scripts/build.js codex",
20
21
  "prepublishOnly": "npm run build"
21
22
  },
22
23
  "author": "Baller Software",