Commit 3982400
fix: address PR #21 review feedback (round 2)
Six findings verified; four required fixes, two were correct as-shipped:
VERIFIED + FIXED:
- gds-create-prd/steps-c/step-12-complete.md: body referenced an undefined
variable {checkImplementationReadinessWorkflow}. Frontmatter had the
wrong variable (validationWorkflow, leftover from Phase 2a split, never
consumed). Replaced with checkImplementationReadinessWorkflow pointing
to skill:gds-check-implementation-readiness, matching upstream's
Option-1 readiness-check semantics.
- gds-edit-gdd and gds-validate-gdd: previously delegated to the PRD
variants, which doesn't work — neither gds-edit-prd nor gds-validate-prd
accepts a target-document parameter. Replaced both placeholder stubs
with full GDD-specific implementations modeled on the PRD variants
but rewritten for game-design content (mechanics, gameplay loop,
pillars, genre conventions, engine constraints). 23 new files,
~5,000 lines:
* gds-edit-gdd: 5-step edit flow + gdd-purpose data
* gds-validate-gdd: 13-step validation flow + gdd-purpose +
genre-complexity.csv (24 genres mapped to complexity tiers,
signals, key concerns)
Validate-gdd reuses gds-create-gdd/game-types.csv via {module_root}
rather than duplicating it.
TODO.md: removed the GDD-specific step bodies entry now that they
exist.
- gds-code-review/steps/step-04-present.md: bucket name inconsistent
with step-03-triage.md. Triage uses decision_needed (underscore);
step-04 mixed underscore and hyphen forms. Normalized all 8
occurrences in step-04 to underscore form.
- gds-sprint-status/workflow.md: next_agent was hardcoded to "DEV"
for all five recommendation paths and never exported as a
template-output. Now sets per-path role labels (DEVELOPER, REVIEWER,
STORY_AUTHOR, FACILITATOR) and adds {{next_agent}} to the
template-output exports. Note clarifies that in the consolidated
Phase 4 model all role labels resolve to the same agent
(gds-agent-game-dev), kept distinct for downstream semantic use.
VERIFIED + NO FIX NEEDED:
- spec-template.md context-prefix guidance: matches upstream exactly.
The reviewer's "implement validateContextPaths()" suggestion doesn't
fit upstream's LLM-driven workflow architecture (no JS validators,
prefix contract is the inline frontmatter comment). Diverging from
upstream to add prose validators would conflict with the upstream-
mirror directive.
- gds-quick-dev/step-05-present.md spec-vs-sprint status: upstream
intent is two distinct lifecycles. {spec_file} status=done means the
artifact is finished from quick-dev's perspective; sprint-status
story status=review means the story still needs human/code review
before being marked done. sync-sprint-status.md line 15 explicitly
codifies this ordering (review > in-progress, done > review).
- gds-create-gdd "create-gdd" -> "gds-create-gdd" rename: grep
returns zero bare references; rename was fully propagated in Phase 2b.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 33aae88 commit 3982400
28 files changed
Lines changed: 5244 additions & 71 deletions
File tree
- src/workflows
- 2-design
- gds-create-prd/steps-c
- gds-edit-gdd
- data
- steps-e
- gds-validate-gdd
- data
- steps-v
- 4-production
- gds-code-review/steps
- gds-sprint-status
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
0 commit comments