opencode-goopspec 0.1.5 → 0.1.6

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 (90) hide show
  1. package/README.md +7 -7
  2. package/agents/goop-debugger.md +2 -2
  3. package/agents/goop-designer.md +2 -2
  4. package/agents/goop-executor.md +17 -7
  5. package/agents/goop-explorer.md +2 -2
  6. package/agents/goop-librarian.md +1 -1
  7. package/agents/goop-orchestrator.md +47 -5
  8. package/agents/goop-planner.md +3 -3
  9. package/agents/goop-researcher.md +2 -2
  10. package/agents/goop-tester.md +1 -1
  11. package/agents/goop-verifier.md +2 -2
  12. package/agents/goop-writer.md +1 -1
  13. package/agents/memory-distiller.md +2 -2
  14. package/commands/goop-accept.md +27 -401
  15. package/commands/goop-discuss.md +29 -393
  16. package/commands/goop-execute.md +22 -356
  17. package/commands/goop-map-codebase.md +44 -478
  18. package/commands/goop-plan.md +23 -499
  19. package/commands/goop-quick.md +58 -31
  20. package/commands/goop-setup.md +7 -4
  21. package/commands/goop-specify.md +26 -291
  22. package/commands/goop-status.md +26 -261
  23. package/dist/index.js +808 -182
  24. package/dist/worker/index.js +1 -1
  25. package/package.json +2 -1
  26. package/references/accept-process.md +402 -0
  27. package/references/context-injection.md +1 -1
  28. package/references/discovery-interview.md +1 -1
  29. package/references/discuss-process.md +383 -0
  30. package/references/dispatch-patterns.md +46 -21
  31. package/references/enforcement-system.md +1 -1
  32. package/references/execute-process.md +358 -0
  33. package/references/git-workflow.md +349 -0
  34. package/references/handoff-protocol.md +1 -1
  35. package/references/map-codebase-process.md +353 -0
  36. package/references/model-profiles.md +16 -16
  37. package/references/orchestrator-philosophy.md +1 -1
  38. package/references/phase-gates.md +1 -1
  39. package/references/plan-process.md +397 -0
  40. package/references/plugin-architecture.md +1 -1
  41. package/references/quick-process.md +343 -0
  42. package/references/response-format.md +2 -2
  43. package/references/specify-process.md +251 -0
  44. package/references/status-process.md +253 -0
  45. package/references/subagent-protocol.md +2 -2
  46. package/references/team-coordination.md +183 -0
  47. package/references/xml-response-schema.md +5 -5
  48. package/skills/accessibility/skill.md +1 -1
  49. package/skills/accessibility-testing/skill.md +1 -1
  50. package/skills/api-docs/skill.md +1 -1
  51. package/skills/architecture-design/skill.md +1 -1
  52. package/skills/atomic-commits/skill.md +92 -15
  53. package/skills/code-review/skill.md +1 -1
  54. package/skills/codebase-mapping/skill.md +1 -1
  55. package/skills/convention-detection/skill.md +1 -1
  56. package/skills/debugging/skill.md +1 -1
  57. package/skills/deviation-handling/skill.md +1 -1
  58. package/skills/documentation/skill.md +1 -1
  59. package/skills/goop-core/skill.md +48 -11
  60. package/skills/memory-usage/skill.md +1 -1
  61. package/skills/parallel-planning/skill.md +1 -1
  62. package/skills/pattern-extraction/skill.md +1 -1
  63. package/skills/performance-optimization/skill.md +1 -1
  64. package/skills/playwright/skill.md +1 -1
  65. package/skills/playwright-testing/skill.md +1 -1
  66. package/skills/progress-tracking/skill.md +1 -1
  67. package/skills/readme-generation/skill.md +1 -1
  68. package/skills/research/skill.md +1 -1
  69. package/skills/responsive-design/skill.md +1 -1
  70. package/skills/scientific-method/skill.md +1 -1
  71. package/skills/security-audit/skill.md +1 -1
  72. package/skills/task-decomposition/skill.md +1 -1
  73. package/skills/task-delegation/skill.md +60 -34
  74. package/skills/technical-writing/skill.md +1 -1
  75. package/skills/testing/skill.md +1 -1
  76. package/skills/ui-design/skill.md +1 -1
  77. package/skills/ux-patterns/skill.md +1 -1
  78. package/skills/verification/skill.md +1 -1
  79. package/skills/visual-regression/skill.md +1 -1
  80. package/templates/blueprint.md +1 -1
  81. package/templates/chronicle.md +1 -1
  82. package/templates/handoff.md +1 -1
  83. package/templates/milestone.md +1 -1
  84. package/templates/project.md +1 -1
  85. package/templates/requirements.md +1 -1
  86. package/templates/research.md +1 -1
  87. package/templates/retrospective.md +1 -1
  88. package/templates/spec.md +1 -1
  89. package/templates/state.md +1 -1
  90. package/templates/summary.md +1 -1
@@ -7,7 +7,7 @@ triggers:
7
7
  - check
8
8
  - validate
9
9
  - audit
10
- version: 0.1.5
10
+ version: 0.1.6
11
11
  requires:
12
12
  - goop-core
13
13
  ---
@@ -7,7 +7,7 @@ triggers:
7
7
  - screenshots
8
8
  - ui testing
9
9
  - diff
10
- version: 0.1.5
10
+ version: 0.1.6
11
11
  ---
12
12
 
13
13
  # Visual Regression Testing Skill
@@ -185,4 +185,4 @@ At wave boundaries:
185
185
 
186
186
  *Blueprint derived from SPEC.md*
187
187
  *Execute with confidence — the plan is the contract*
188
- *GoopSpec v0.1.5*
188
+ *GoopSpec v0.1.6*
@@ -267,4 +267,4 @@ No handoffs generated yet.
267
267
 
268
268
  *Chronicle auto-updated by GoopSpec after each action*
269
269
  *This is your journey log — decisions persist, context flows*
270
- *GoopSpec v0.1.5*
270
+ *GoopSpec v0.1.6*
@@ -137,4 +137,4 @@ For the next session:
137
137
  *Start a new session for fresh 200k context window.*
138
138
  *All state is preserved in GoopSpec files.*
139
139
 
140
- *Session Handoff — GoopSpec v0.1.5*
140
+ *Session Handoff — GoopSpec v0.1.6*
@@ -128,4 +128,4 @@ When this milestone completes:
128
128
 
129
129
  *Milestone tracking by GoopSpec*
130
130
  *Complete milestones are archived with learnings extracted*
131
- *GoopSpec v0.1.5*
131
+ *GoopSpec v0.1.6*
@@ -111,4 +111,4 @@ When complete, we will have:
111
111
 
112
112
  ---
113
113
 
114
- *Project foundation document - GoopSpec v0.1.5*
114
+ *Project foundation document - GoopSpec v0.1.6*
@@ -117,5 +117,5 @@ Questions that need answers before or during planning:
117
117
 
118
118
  ---
119
119
 
120
- *Discovery interview output - GoopSpec v0.1.5*
120
+ *Discovery interview output - GoopSpec v0.1.6*
121
121
  *Run `/goop-plan` when ready for planning.*
@@ -114,4 +114,4 @@ Key findings to persist:
114
114
  *Research conducted by GoopSpec Intel Agents*
115
115
  *Synthesized from {{source_count}} sources*
116
116
  *Persisted to memory for future recall*
117
- *GoopSpec v0.1.5*
117
+ *GoopSpec v0.1.6*
@@ -185,4 +185,4 @@ The following will be persisted to memory:
185
185
  *Retrospective generated on milestone completion*
186
186
  *Learnings extracted and persisted to memory*
187
187
  *Search with: /goop-recall "{{milestone_name}}"*
188
- *GoopSpec v0.1.5*
188
+ *GoopSpec v0.1.6*
package/templates/spec.md CHANGED
@@ -165,4 +165,4 @@ Before acceptance, verify:
165
165
  ---
166
166
 
167
167
  *This specification is a CONTRACT. Changes require explicit amendment via `/goop-amend`.*
168
- *GoopSpec v0.1.5*
168
+ *GoopSpec v0.1.6*
@@ -99,5 +99,5 @@ No pending decisions.
99
99
 
100
100
  ---
101
101
 
102
- *Human-readable state mirror - GoopSpec v0.1.5*
102
+ *Human-readable state mirror - GoopSpec v0.1.6*
103
103
  *See also: state.json for machine-readable state*
@@ -199,4 +199,4 @@ Learnings to persist from this task:
199
199
  **View chronicle:** `.goopspec/CHRONICLE.md`
200
200
  **Status:** Complete
201
201
 
202
- *GoopSpec v0.1.5*
202
+ *GoopSpec v0.1.6*