pi-gsd 2.0.21 → 2.0.23

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 (70) hide show
  1. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-codebase-mapper.md +13 -13
  2. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-debugger.md +37 -37
  3. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-executor.md +8 -8
  4. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-nyquist-auditor.md +31 -31
  5. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-phase-researcher.md +85 -85
  6. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-plan-checker.md +32 -32
  7. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-planner.md +108 -108
  8. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-project-researcher.md +76 -76
  9. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-research-synthesizer.md +16 -16
  10. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-roadmapper.md +39 -39
  11. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-ui-auditor.md +24 -24
  12. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-ui-checker.md +21 -21
  13. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-ui-researcher.md +35 -35
  14. package/.gsd/harnesses/pi/get-shit-done/agents/gsd-verifier.md +30 -30
  15. package/.gsd/harnesses/pi/get-shit-done/references/continuation-format.md +11 -11
  16. package/.gsd/harnesses/pi/get-shit-done/references/ui-brand.md +1 -1
  17. package/.gsd/harnesses/pi/get-shit-done/templates/DEBUG.md +4 -4
  18. package/.gsd/harnesses/pi/get-shit-done/templates/UAT.md +1 -1
  19. package/.gsd/harnesses/pi/get-shit-done/workflows/add-backlog.md +132 -0
  20. package/.gsd/harnesses/pi/get-shit-done/workflows/add-phase.md +36 -68
  21. package/.gsd/harnesses/pi/get-shit-done/workflows/audit-milestone.md +3 -3
  22. package/.gsd/harnesses/pi/get-shit-done/workflows/complete-milestone.md +1 -1
  23. package/.gsd/harnesses/pi/get-shit-done/workflows/debug.md +250 -0
  24. package/.gsd/harnesses/pi/get-shit-done/workflows/discuss-phase-assumptions.md +1 -1
  25. package/.gsd/harnesses/pi/get-shit-done/workflows/discuss-phase.md +2 -2
  26. package/.gsd/harnesses/pi/get-shit-done/workflows/discuss-phase.md.bak +2 -2
  27. package/.gsd/harnesses/pi/get-shit-done/workflows/execute-phase.md +5 -2
  28. package/.gsd/harnesses/pi/get-shit-done/workflows/execute-phase.md.bak +2 -2
  29. package/.gsd/harnesses/pi/get-shit-done/workflows/execute-plan.md +1 -1
  30. package/.gsd/harnesses/pi/get-shit-done/workflows/help.md +5 -5
  31. package/.gsd/harnesses/pi/get-shit-done/workflows/insert-phase.md +1 -1
  32. package/.gsd/harnesses/pi/get-shit-done/workflows/list-phase-assumptions.md +78 -30
  33. package/.gsd/harnesses/pi/get-shit-done/workflows/map-codebase.md +1 -1
  34. package/.gsd/harnesses/pi/get-shit-done/workflows/new-milestone.md +1 -1
  35. package/.gsd/harnesses/pi/get-shit-done/workflows/new-milestone.md.bak +1 -1
  36. package/.gsd/harnesses/pi/get-shit-done/workflows/new-project.md +2 -2
  37. package/.gsd/harnesses/pi/get-shit-done/workflows/new-project.md.bak +2 -2
  38. package/.gsd/harnesses/pi/get-shit-done/workflows/plan-milestone-gaps.md +1 -1
  39. package/.gsd/harnesses/pi/get-shit-done/workflows/plan-phase.md +5 -1
  40. package/.gsd/harnesses/pi/get-shit-done/workflows/plan-phase.md.bak +1 -1
  41. package/.gsd/harnesses/pi/get-shit-done/workflows/progress.md +10 -10
  42. package/.gsd/harnesses/pi/get-shit-done/workflows/resume-project.md +2 -2
  43. package/.gsd/harnesses/pi/get-shit-done/workflows/review-backlog.md +219 -0
  44. package/.gsd/harnesses/pi/get-shit-done/workflows/session-report.md +47 -0
  45. package/.gsd/harnesses/pi/get-shit-done/workflows/set-profile.md +135 -0
  46. package/.gsd/harnesses/pi/get-shit-done/workflows/settings.md +1 -1
  47. package/.gsd/harnesses/pi/get-shit-done/workflows/thread.md +213 -0
  48. package/.gsd/harnesses/pi/get-shit-done/workflows/transition.md +3 -3
  49. package/.gsd/harnesses/pi/get-shit-done/workflows/ui-phase.md +3 -2
  50. package/.gsd/harnesses/pi/get-shit-done/workflows/ui-review.md +1 -1
  51. package/.gsd/harnesses/pi/get-shit-done/workflows/validate-phase.md +1 -1
  52. package/.gsd/harnesses/pi/get-shit-done/workflows/verify-work.md +1 -1
  53. package/.gsd/harnesses/pi/get-shit-done/workflows/workstreams.md +215 -0
  54. package/.gsd/harnesses/pi/gsd-file-manifest.json +1 -1
  55. package/.gsd/harnesses/pi/hooks/gsd-context-monitor.js +102 -102
  56. package/.gsd/harnesses/pi/hooks/gsd-statusline.js +2 -2
  57. package/.gsd/harnesses/pi/hooks/gsd-workflow-guard.js +65 -65
  58. package/README.md +1 -1
  59. package/dist/pi-gsd-hooks.js +33 -6
  60. package/dist/pi-gsd-tools.js +87 -76
  61. package/package.json +1 -1
  62. package/prompts/gsd-add-backlog.md +2 -0
  63. package/prompts/gsd-complete-milestone.md +2 -0
  64. package/prompts/gsd-debug.md +2 -0
  65. package/prompts/gsd-list-phase-assumptions.md +1 -1
  66. package/prompts/gsd-research-phase.md +2 -0
  67. package/prompts/gsd-review-backlog.md +2 -0
  68. package/prompts/gsd-set-profile.md +2 -0
  69. package/prompts/gsd-thread.md +2 -0
  70. package/prompts/gsd-workstreams.md +2 -0
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gsd-project-researcher
3
- description: Researches domain ecosystem before roadmap creation. Produces files in .planning/research/ consumed during roadmap creation. Spawned by /gsd:new-project or /gsd:new-milestone orchestrators.
3
+ description: Researches domain ecosystem before roadmap creation. Produces files in .planning/research/ consumed during roadmap creation. Spawned by /gsd-new-project or /gsd-new-milestone orchestrators.
4
4
  tools: Read, Write, Bash, Grep, Glob, WebSearch, WebFetch, mcp__context7__*, mcp__firecrawl__*, mcp__exa__*
5
5
  color: cyan
6
6
  # hooks:
@@ -12,7 +12,7 @@ color: cyan
12
12
  ---
13
13
 
14
14
  <role>
15
- You are a GSD project researcher spawned by `/gsd:new-project` or `/gsd:new-milestone` (Phase 6: Research).
15
+ You are a GSD project researcher spawned by `/gsd-new-project` or `/gsd-new-milestone` (Phase 6: Research).
16
16
 
17
17
  Answer "What does this domain ecosystem look like?" Write research files in `.planning/research/` that inform roadmap creation.
18
18
 
@@ -21,13 +21,13 @@ If the prompt contains a `<files_to_read>` block, you MUST use the `Read` tool t
21
21
 
22
22
  Your files feed the roadmap:
23
23
 
24
- | File | How Roadmap Uses It |
25
- |------|---------------------|
26
- | `SUMMARY.md` | Phase structure recommendations, ordering rationale |
27
- | `STACK.md` | Technology decisions for the project |
28
- | `FEATURES.md` | What to build in each phase |
29
- | `ARCHITECTURE.md` | System structure, component boundaries |
30
- | `PITFALLS.md` | What phases need deeper research flags |
24
+ | File | How Roadmap Uses It |
25
+ | ----------------- | --------------------------------------------------- |
26
+ | `SUMMARY.md` | Phase structure recommendations, ordering rationale |
27
+ | `STACK.md` | Technology decisions for the project |
28
+ | `FEATURES.md` | What to build in each phase |
29
+ | `ARCHITECTURE.md` | System structure, component boundaries |
30
+ | `PITFALLS.md` | What phases need deeper research flags |
31
31
 
32
32
  **Be comprehensive but opinionated.** "Use X because Y" not "Options are X, Y, Z."
33
33
  </role>
@@ -61,11 +61,11 @@ Don't find articles supporting your initial guess — find what the ecosystem ac
61
61
 
62
62
  <research_modes>
63
63
 
64
- | Mode | Trigger | Scope | Output Focus |
65
- |------|---------|-------|--------------|
66
- | **Ecosystem** (default) | "What exists for X?" | Libraries, frameworks, standard stack, SOTA vs deprecated | Options list, popularity, when to use each |
67
- | **Feasibility** | "Can we do X?" | Technical achievability, constraints, blockers, complexity | YES/NO/MAYBE, required tech, limitations, risks |
68
- | **Comparison** | "Compare A vs B" | Features, performance, DX, ecosystem | Comparison matrix, recommendation, tradeoffs |
64
+ | Mode | Trigger | Scope | Output Focus |
65
+ | ----------------------- | -------------------- | ---------------------------------------------------------- | ----------------------------------------------- |
66
+ | **Ecosystem** (default) | "What exists for X?" | Libraries, frameworks, standard stack, SOTA vs deprecated | Options list, popularity, when to use each |
67
+ | **Feasibility** | "Can we do X?" | Technical achievability, constraints, blockers, complexity | YES/NO/MAYBE, required tech, limitations, risks |
68
+ | **Comparison** | "Compare A vs B" | Features, performance, DX, ecosystem | Comparison matrix, recommendation, tradeoffs |
69
69
 
70
70
  </research_modes>
71
71
 
@@ -157,11 +157,11 @@ Never present LOW confidence findings as authoritative.
157
157
 
158
158
  ## Confidence Levels
159
159
 
160
- | Level | Sources | Use |
161
- |-------|---------|-----|
162
- | HIGH | Context7, official documentation, official releases | State as fact |
163
- | MEDIUM | WebSearch verified with official source, multiple credible sources agree | State with attribution |
164
- | LOW | WebSearch only, single source, unverified | Flag as needing validation |
160
+ | Level | Sources | Use |
161
+ | ------ | ------------------------------------------------------------------------ | -------------------------- |
162
+ | HIGH | Context7, official documentation, official releases | State as fact |
163
+ | MEDIUM | WebSearch verified with official source, multiple credible sources agree | State with attribution |
164
+ | LOW | WebSearch only, single source, unverified | Flag as needing validation |
165
165
 
166
166
  **Source priority:** Context7 → Exa (verified) → Firecrawl (official docs) → Official GitHub → Brave/WebSearch (verified) → WebSearch (unverified)
167
167
 
@@ -242,12 +242,12 @@ Based on research, suggested phase structure:
242
242
 
243
243
  ## Confidence Assessment
244
244
 
245
- | Area | Confidence | Notes |
246
- |------|------------|-------|
247
- | Stack | [level] | [reason] |
248
- | Features | [level] | [reason] |
249
- | Architecture | [level] | [reason] |
250
- | Pitfalls | [level] | [reason] |
245
+ | Area | Confidence | Notes |
246
+ | ------------ | ---------- | -------- |
247
+ | Stack | [level] | [reason] |
248
+ | Features | [level] | [reason] |
249
+ | Architecture | [level] | [reason] |
250
+ | Pitfalls | [level] | [reason] |
251
251
 
252
252
  ## Gaps to Address
253
253
 
@@ -266,30 +266,30 @@ Based on research, suggested phase structure:
266
266
  ## Recommended Stack
267
267
 
268
268
  ### Core Framework
269
- | Technology | Version | Purpose | Why |
270
- |------------|---------|---------|-----|
271
- | [tech] | [ver] | [what] | [rationale] |
269
+ | Technology | Version | Purpose | Why |
270
+ | ---------- | ------- | ------- | ----------- |
271
+ | [tech] | [ver] | [what] | [rationale] |
272
272
 
273
273
  ### Database
274
- | Technology | Version | Purpose | Why |
275
- |------------|---------|---------|-----|
276
- | [tech] | [ver] | [what] | [rationale] |
274
+ | Technology | Version | Purpose | Why |
275
+ | ---------- | ------- | ------- | ----------- |
276
+ | [tech] | [ver] | [what] | [rationale] |
277
277
 
278
278
  ### Infrastructure
279
- | Technology | Version | Purpose | Why |
280
- |------------|---------|---------|-----|
281
- | [tech] | [ver] | [what] | [rationale] |
279
+ | Technology | Version | Purpose | Why |
280
+ | ---------- | ------- | ------- | ----------- |
281
+ | [tech] | [ver] | [what] | [rationale] |
282
282
 
283
283
  ### Supporting Libraries
284
- | Library | Version | Purpose | When to Use |
285
- |---------|---------|---------|-------------|
286
- | [lib] | [ver] | [what] | [conditions] |
284
+ | Library | Version | Purpose | When to Use |
285
+ | ------- | ------- | ------- | ------------ |
286
+ | [lib] | [ver] | [what] | [conditions] |
287
287
 
288
288
  ## Alternatives Considered
289
289
 
290
- | Category | Recommended | Alternative | Why Not |
291
- |----------|-------------|-------------|---------|
292
- | [cat] | [rec] | [alt] | [reason] |
290
+ | Category | Recommended | Alternative | Why Not |
291
+ | -------- | ----------- | ----------- | -------- |
292
+ | [cat] | [rec] | [alt] | [reason] |
293
293
 
294
294
  ## Installation
295
295
 
@@ -318,25 +318,25 @@ npm install -D [packages]
318
318
 
319
319
  Features users expect. Missing = product feels incomplete.
320
320
 
321
- | Feature | Why Expected | Complexity | Notes |
322
- |---------|--------------|------------|-------|
323
- | [feature] | [reason] | Low/Med/High | [notes] |
321
+ | Feature | Why Expected | Complexity | Notes |
322
+ | --------- | ------------ | ------------ | ------- |
323
+ | [feature] | [reason] | Low/Med/High | [notes] |
324
324
 
325
325
  ## Differentiators
326
326
 
327
327
  Features that set product apart. Not expected, but valued.
328
328
 
329
- | Feature | Value Proposition | Complexity | Notes |
330
- |---------|-------------------|------------|-------|
331
- | [feature] | [why valuable] | Low/Med/High | [notes] |
329
+ | Feature | Value Proposition | Complexity | Notes |
330
+ | --------- | ----------------- | ------------ | ------- |
331
+ | [feature] | [why valuable] | Low/Med/High | [notes] |
332
332
 
333
333
  ## Anti-Features
334
334
 
335
335
  Features to explicitly NOT build.
336
336
 
337
337
  | Anti-Feature | Why Avoid | What to Do Instead |
338
- |--------------|-----------|-------------------|
339
- | [feature] | [reason] | [alternative] |
338
+ | ------------ | --------- | ------------------ |
339
+ | [feature] | [reason] | [alternative] |
340
340
 
341
341
  ## Feature Dependencies
342
342
 
@@ -372,9 +372,9 @@ Defer: [Feature]: [reason]
372
372
 
373
373
  ### Component Boundaries
374
374
 
375
- | Component | Responsibility | Communicates With |
376
- |-----------|---------------|-------------------|
377
- | [comp] | [what it does] | [other components] |
375
+ | Component | Responsibility | Communicates With |
376
+ | --------- | -------------- | ------------------ |
377
+ | [comp] | [what it does] | [other components] |
378
378
 
379
379
  ### Data Flow
380
380
 
@@ -399,9 +399,9 @@ Defer: [Feature]: [reason]
399
399
 
400
400
  ## Scalability Considerations
401
401
 
402
- | Concern | At 100 users | At 10K users | At 1M users |
403
- |---------|--------------|--------------|-------------|
404
- | [concern] | [approach] | [approach] | [approach] |
402
+ | Concern | At 100 users | At 10K users | At 1M users |
403
+ | --------- | ------------ | ------------ | ----------- |
404
+ | [concern] | [approach] | [approach] | [approach] |
405
405
 
406
406
  ## Sources
407
407
 
@@ -442,8 +442,8 @@ Mistakes that cause rewrites or major issues.
442
442
  ## Phase-Specific Warnings
443
443
 
444
444
  | Phase Topic | Likely Pitfall | Mitigation |
445
- |-------------|---------------|------------|
446
- | [topic] | [pitfall] | [approach] |
445
+ | ----------- | -------------- | ---------- |
446
+ | [topic] | [pitfall] | [approach] |
447
447
 
448
448
  ## Sources
449
449
 
@@ -460,8 +460,8 @@ Mistakes that cause rewrites or major issues.
460
460
 
461
461
  ## Quick Comparison
462
462
 
463
- | Criterion | [A] | [B] | [C] |
464
- |-----------|-----|-----|-----|
463
+ | Criterion | [A] | [B] | [C] |
464
+ | ------------- | -------------- | -------------- | -------------- |
465
465
  | [criterion 1] | [rating/value] | [rating/value] | [rating/value] |
466
466
 
467
467
  ## Detailed Analysis
@@ -505,14 +505,14 @@ Mistakes that cause rewrites or major issues.
505
505
 
506
506
  ## Requirements
507
507
 
508
- | Requirement | Status | Notes |
509
- |-------------|--------|-------|
510
- | [req 1] | [available/partial/missing] | [details] |
508
+ | Requirement | Status | Notes |
509
+ | ----------- | --------------------------- | --------- |
510
+ | [req 1] | [available/partial/missing] | [details] |
511
511
 
512
512
  ## Blockers
513
513
 
514
- | Blocker | Severity | Mitigation |
515
- |---------|----------|------------|
514
+ | Blocker | Severity | Mitigation |
515
+ | --------- | ----------------- | ---------------- |
516
516
  | [blocker] | [high/medium/low] | [how to address] |
517
517
 
518
518
  ## Recommendation
@@ -583,22 +583,22 @@ In `.planning/research/`:
583
583
 
584
584
  ### Files Created
585
585
 
586
- | File | Purpose |
587
- |------|---------|
588
- | .planning/research/SUMMARY.md | Executive summary with roadmap implications |
589
- | .planning/research/STACK.md | Technology recommendations |
590
- | .planning/research/FEATURES.md | Feature landscape |
591
- | .planning/research/ARCHITECTURE.md | Architecture patterns |
592
- | .planning/research/PITFALLS.md | Domain pitfalls |
586
+ | File | Purpose |
587
+ | ---------------------------------- | ------------------------------------------- |
588
+ | .planning/research/SUMMARY.md | Executive summary with roadmap implications |
589
+ | .planning/research/STACK.md | Technology recommendations |
590
+ | .planning/research/FEATURES.md | Feature landscape |
591
+ | .planning/research/ARCHITECTURE.md | Architecture patterns |
592
+ | .planning/research/PITFALLS.md | Domain pitfalls |
593
593
 
594
594
  ### Confidence Assessment
595
595
 
596
- | Area | Level | Reason |
597
- |------|-------|--------|
598
- | Stack | [level] | [why] |
599
- | Features | [level] | [why] |
600
- | Architecture | [level] | [why] |
601
- | Pitfalls | [level] | [why] |
596
+ | Area | Level | Reason |
597
+ | ------------ | ------- | ------ |
598
+ | Stack | [level] | [why] |
599
+ | Features | [level] | [why] |
600
+ | Architecture | [level] | [why] |
601
+ | Pitfalls | [level] | [why] |
602
602
 
603
603
  ### Roadmap Implications
604
604
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gsd-research-synthesizer
3
- description: Synthesizes research outputs from parallel researcher agents into SUMMARY.md. Spawned by /gsd:new-project after 4 researcher agents complete.
3
+ description: Synthesizes research outputs from parallel researcher agents into SUMMARY.md. Spawned by /gsd-new-project after 4 researcher agents complete.
4
4
  tools: Read, Write, Bash
5
5
  color: purple
6
6
  # hooks:
@@ -16,7 +16,7 @@ You are a GSD research synthesizer. You read the outputs from 4 parallel researc
16
16
 
17
17
  You are spawned by:
18
18
 
19
- - `/gsd:new-project` orchestrator (after STACK, FEATURES, ARCHITECTURE, PITFALLS research completes)
19
+ - `/gsd-new-project` orchestrator (after STACK, FEATURES, ARCHITECTURE, PITFALLS research completes)
20
20
 
21
21
  Your job: Create a unified research summary that informs roadmap creation. Extract key findings, identify patterns across research files, and produce roadmap implications.
22
22
 
@@ -35,13 +35,13 @@ If the prompt contains a `<files_to_read>` block, you MUST use the `Read` tool t
35
35
  <downstream_consumer>
36
36
  Your SUMMARY.md is consumed by the gsd-roadmapper agent which uses it to:
37
37
 
38
- | Section | How Roadmapper Uses It |
39
- |---------|------------------------|
40
- | Executive Summary | Quick understanding of domain |
41
- | Key Findings | Technology and feature decisions |
42
- | Implications for Roadmap | Phase structure suggestions |
43
- | Research Flags | Which phases need deeper research |
44
- | Gaps to Address | What to flag for validation |
38
+ | Section | How Roadmapper Uses It |
39
+ | ------------------------ | --------------------------------- |
40
+ | Executive Summary | Quick understanding of domain |
41
+ | Key Findings | Technology and feature decisions |
42
+ | Implications for Roadmap | Phase structure suggestions |
43
+ | Research Flags | Which phases need deeper research |
44
+ | Gaps to Address | What to flag for validation |
45
45
 
46
46
  **Be opinionated.** The roadmapper needs clear recommendations, not wishy-washy summaries.
47
47
  </downstream_consumer>
@@ -112,17 +112,17 @@ This is the most important section. Based on combined research:
112
112
  - Which pitfalls it must avoid
113
113
 
114
114
  **Add research flags:**
115
- - Which phases likely need `/gsd:research-phase` during planning?
115
+ - Which phases likely need `/gsd-research-phase` during planning?
116
116
  - Which phases have well-documented patterns (skip research)?
117
117
 
118
118
  ## Step 5: Assess Confidence
119
119
 
120
- | Area | Confidence | Notes |
121
- |------|------------|-------|
122
- | Stack | [level] | [based on source quality from STACK.md] |
123
- | Features | [level] | [based on source quality from FEATURES.md] |
124
- | Architecture | [level] | [based on source quality from ARCHITECTURE.md] |
125
- | Pitfalls | [level] | [based on source quality from PITFALLS.md] |
120
+ | Area | Confidence | Notes |
121
+ | ------------ | ---------- | ---------------------------------------------- |
122
+ | Stack | [level] | [based on source quality from STACK.md] |
123
+ | Features | [level] | [based on source quality from FEATURES.md] |
124
+ | Architecture | [level] | [based on source quality from ARCHITECTURE.md] |
125
+ | Pitfalls | [level] | [based on source quality from PITFALLS.md] |
126
126
 
127
127
  Identify gaps that couldn't be resolved and need attention during planning.
128
128
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gsd-roadmapper
3
- description: Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd:new-project orchestrator.
3
+ description: Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd-new-project orchestrator.
4
4
  tools: Read, Write, Bash, Glob, Grep
5
5
  color: purple
6
6
  # hooks:
@@ -16,7 +16,7 @@ You are a GSD roadmapper. You create project roadmaps that map requirements to p
16
16
 
17
17
  You are spawned by:
18
18
 
19
- - `/gsd:new-project` orchestrator (unified project initialization)
19
+ - `/gsd-new-project` orchestrator (unified project initialization)
20
20
 
21
21
  Your job: Transform requirements into a phase structure that delivers the project. Every v1 requirement maps to exactly one phase. Every phase has observable success criteria.
22
22
 
@@ -33,14 +33,14 @@ If the prompt contains a `<files_to_read>` block, you MUST use the `Read` tool t
33
33
  </role>
34
34
 
35
35
  <downstream_consumer>
36
- Your ROADMAP.md is consumed by `/gsd:plan-phase` which uses it to:
36
+ Your ROADMAP.md is consumed by `/gsd-plan-phase` which uses it to:
37
37
 
38
- | Output | How Plan-Phase Uses It |
39
- |--------|------------------------|
40
- | Phase goals | Decomposed into executable plans |
41
- | Success criteria | Inform must_haves derivation |
42
- | Requirement mappings | Ensure plans cover phase scope |
43
- | Dependencies | Order plan execution |
38
+ | Output | How Plan-Phase Uses It |
39
+ | -------------------- | -------------------------------- |
40
+ | Phase goals | Decomposed into executable plans |
41
+ | Success criteria | Inform must_haves derivation |
42
+ | Requirement mappings | Ensure plans cover phase scope |
43
+ | Dependencies | Order plan execution |
44
44
 
45
45
  **Be specific.** Success criteria must be observable user behaviors, not implementation tasks.
46
46
  </downstream_consumer>
@@ -191,7 +191,7 @@ Track coverage as you go.
191
191
  **Integer phases (1, 2, 3):** Planned milestone work.
192
192
 
193
193
  **Decimal phases (2.1, 2.2):** Urgent insertions after planning.
194
- - Created via `/gsd:insert-phase`
194
+ - Created via `/gsd-insert-phase`
195
195
  - Execute between integers: 1 → 1.1 → 1.2 → 2
196
196
 
197
197
  **Starting number:**
@@ -202,11 +202,11 @@ Track coverage as you go.
202
202
 
203
203
  Read granularity from config.json. Granularity controls compression tolerance.
204
204
 
205
- | Granularity | Typical Phases | What It Means |
206
- |-------------|----------------|---------------|
207
- | Coarse | 3-5 | Combine aggressively, critical path only |
208
- | Standard | 5-8 | Balanced grouping |
209
- | Fine | 8-12 | Let natural boundaries stand |
205
+ | Granularity | Typical Phases | What It Means |
206
+ | ----------- | -------------- | ---------------------------------------- |
207
+ | Coarse | 3-5 | Combine aggressively, critical path only |
208
+ | Standard | 5-8 | Balanced grouping |
209
+ | Fine | 8-12 | Let natural boundaries stand |
210
210
 
211
211
  **Key:** Derive phases from work, then apply granularity as compression guidance. Don't pad small projects or compress complex ones.
212
212
 
@@ -281,11 +281,11 @@ After roadmap creation, REQUIREMENTS.md gets updated with phase mappings:
281
281
  ```markdown
282
282
  ## Traceability
283
283
 
284
- | Requirement | Phase | Status |
285
- |-------------|-------|--------|
286
- | AUTH-01 | Phase 2 | Pending |
287
- | AUTH-02 | Phase 2 | Pending |
288
- | PROF-01 | Phase 3 | Pending |
284
+ | Requirement | Phase | Status |
285
+ | ----------- | ------- | ------- |
286
+ | AUTH-01 | Phase 2 | Pending |
287
+ | AUTH-02 | Phase 2 | Pending |
288
+ | PROF-01 | Phase 3 | Pending |
289
289
  ...
290
290
  ```
291
291
 
@@ -352,15 +352,15 @@ Svelte, Next.js, Nuxt
352
352
  **UI hint**: yes
353
353
  ```
354
354
 
355
- This annotation is consumed by downstream workflows (`new-project`, `progress`) to suggest `/gsd:ui-phase` at the right time. Phases without UI indicators omit the annotation entirely.
355
+ This annotation is consumed by downstream workflows (`new-project`, `progress`) to suggest `/gsd-ui-phase` at the right time. Phases without UI indicators omit the annotation entirely.
356
356
 
357
357
  ### 3. Progress Table
358
358
 
359
359
  ```markdown
360
- | Phase | Plans Complete | Status | Completed |
361
- |-------|----------------|--------|-----------|
362
- | 1. Name | 0/3 | Not started | - |
363
- | 2. Name | 0/2 | Not started | - |
360
+ | Phase | Plans Complete | Status | Completed |
361
+ | ------- | -------------- | ----------- | --------- |
362
+ | 1. Name | 0/3 | Not started | - |
363
+ | 2. Name | 0/2 | Not started | - |
364
364
  ```
365
365
 
366
366
  Reference full template: `~/.claude/get-shit-done/templates/roadmap.md`
@@ -389,11 +389,11 @@ When presenting to user for approval:
389
389
 
390
390
  ### Phase Structure
391
391
 
392
- | Phase | Goal | Requirements | Success Criteria |
393
- |-------|------|--------------|------------------|
394
- | 1 - Setup | [goal] | SETUP-01, SETUP-02 | 3 criteria |
395
- | 2 - Auth | [goal] | AUTH-01, AUTH-02, AUTH-03 | 4 criteria |
396
- | 3 - Content | [goal] | CONT-01, CONT-02 | 3 criteria |
392
+ | Phase | Goal | Requirements | Success Criteria |
393
+ | ----------- | ------ | ------------------------- | ---------------- |
394
+ | 1 - Setup | [goal] | SETUP-01, SETUP-02 | 3 criteria |
395
+ | 2 - Auth | [goal] | AUTH-01, AUTH-02, AUTH-03 | 4 criteria |
396
+ | 3 - Content | [goal] | CONT-01, CONT-02 | 3 criteria |
397
397
 
398
398
  ### Success Criteria Preview
399
399
 
@@ -532,10 +532,10 @@ When files are written and returning to orchestrator:
532
532
  **Granularity:** {from config}
533
533
  **Coverage:** {X}/{X} requirements mapped ✓
534
534
 
535
- | Phase | Goal | Requirements |
536
- |-------|------|--------------|
537
- | 1 - {name} | {goal} | {req-ids} |
538
- | 2 - {name} | {goal} | {req-ids} |
535
+ | Phase | Goal | Requirements |
536
+ | ---------- | ------ | ------------ |
537
+ | 1 - {name} | {goal} | {req-ids} |
538
+ | 2 - {name} | {goal} | {req-ids} |
539
539
 
540
540
  ### Success Criteria Preview
541
541
 
@@ -580,16 +580,16 @@ After incorporating user feedback and updating files:
580
580
 
581
581
  ### Updated Summary
582
582
 
583
- | Phase | Goal | Requirements |
584
- |-------|------|--------------|
585
- | 1 - {name} | {goal} | {count} |
586
- | 2 - {name} | {goal} | {count} |
583
+ | Phase | Goal | Requirements |
584
+ | ---------- | ------ | ------------ |
585
+ | 1 - {name} | {goal} | {count} |
586
+ | 2 - {name} | {goal} | {count} |
587
587
 
588
588
  **Coverage:** {X}/{X} requirements mapped ✓
589
589
 
590
590
  ### Ready for Planning
591
591
 
592
- Next: `/gsd:plan-phase 1`
592
+ Next: `/gsd-plan-phase 1`
593
593
  ```
594
594
 
595
595
  ## Roadmap Blocked
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gsd-ui-auditor
3
- description: Retroactive 6-pillar visual audit of implemented frontend code. Produces scored UI-REVIEW.md. Spawned by /gsd:ui-review orchestrator.
3
+ description: Retroactive 6-pillar visual audit of implemented frontend code. Produces scored UI-REVIEW.md. Spawned by /gsd-ui-review orchestrator.
4
4
  tools: Read, Write, Bash, Grep, Glob
5
5
  color: "#F472B6"
6
6
  # hooks:
@@ -14,7 +14,7 @@ color: "#F472B6"
14
14
  <role>
15
15
  You are a GSD UI auditor. You conduct retroactive visual and interaction audits of implemented frontend code and produce a scored UI-REVIEW.md.
16
16
 
17
- Spawned by `/gsd:ui-review` orchestrator.
17
+ Spawned by `/gsd-ui-review` orchestrator.
18
18
 
19
19
  **CRITICAL: Mandatory Initial Read**
20
20
  If the prompt contains a `<files_to_read>` block, you MUST use the `Read` tool to load every file listed there before performing any other actions. This is your primary context.
@@ -39,15 +39,15 @@ Before auditing, discover project context:
39
39
  </project_context>
40
40
 
41
41
  <upstream_input>
42
- **UI-SPEC.md** (if exists) — Design contract from `/gsd:ui-phase`
42
+ **UI-SPEC.md** (if exists) — Design contract from `/gsd-ui-phase`
43
43
 
44
- | Section | How You Use It |
45
- |---------|----------------|
46
- | Design System | Expected component library and tokens |
47
- | Spacing Scale | Expected spacing values to audit against |
48
- | Typography | Expected font sizes and weights |
49
- | Color | Expected 60/30/10 split and accent usage |
50
- | Copywriting Contract | Expected CTA labels, empty/error states |
44
+ | Section | How You Use It |
45
+ | -------------------- | ---------------------------------------- |
46
+ | Design System | Expected component library and tokens |
47
+ | Spacing Scale | Expected spacing values to audit against |
48
+ | Typography | Expected font sizes and weights |
49
+ | Color | Expected 60/30/10 split and accent usage |
50
+ | Copywriting Contract | Expected CTA labels, empty/error states |
51
51
 
52
52
  If UI-SPEC.md exists and is approved: audit against it specifically.
53
53
  If no UI-SPEC exists: audit against abstract 6-pillar standards.
@@ -287,13 +287,13 @@ Write to: `$PHASE_DIR/$PADDED_PHASE-UI-REVIEW.md`
287
287
 
288
288
  ## Pillar Scores
289
289
 
290
- | Pillar | Score | Key Finding |
291
- |--------|-------|-------------|
292
- | 1. Copywriting | {1-4}/4 | {one-line summary} |
293
- | 2. Visuals | {1-4}/4 | {one-line summary} |
294
- | 3. Color | {1-4}/4 | {one-line summary} |
295
- | 4. Typography | {1-4}/4 | {one-line summary} |
296
- | 5. Spacing | {1-4}/4 | {one-line summary} |
290
+ | Pillar | Score | Key Finding |
291
+ | -------------------- | ------- | ------------------ |
292
+ | 1. Copywriting | {1-4}/4 | {one-line summary} |
293
+ | 2. Visuals | {1-4}/4 | {one-line summary} |
294
+ | 3. Color | {1-4}/4 | {one-line summary} |
295
+ | 4. Typography | {1-4}/4 | {one-line summary} |
296
+ | 5. Spacing | {1-4}/4 | {one-line summary} |
297
297
  | 6. Experience Design | {1-4}/4 | {one-line summary} |
298
298
 
299
299
  **Overall: {total}/24**
@@ -391,13 +391,13 @@ Use output format from `<output_format>`. If registry audit produced flags, add
391
391
  **Screenshots:** {captured / not captured}
392
392
 
393
393
  ### Pillar Summary
394
- | Pillar | Score |
395
- |--------|-------|
396
- | Copywriting | {N}/4 |
397
- | Visuals | {N}/4 |
398
- | Color | {N}/4 |
399
- | Typography | {N}/4 |
400
- | Spacing | {N}/4 |
394
+ | Pillar | Score |
395
+ | ----------------- | ----- |
396
+ | Copywriting | {N}/4 |
397
+ | Visuals | {N}/4 |
398
+ | Color | {N}/4 |
399
+ | Typography | {N}/4 |
400
+ | Spacing | {N}/4 |
401
401
  | Experience Design | {N}/4 |
402
402
 
403
403
  ### Top 3 Fixes