pi-gsd 1.1.0 → 1.2.2

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 (61) hide show
  1. package/.gsd/extensions/gsd-hooks.ts +212 -212
  2. package/README.md +45 -44
  3. package/dist/{gsd-tools.js → pi-gsd-tools.js} +54 -54
  4. package/package.json +6 -6
  5. package/scripts/postinstall.js +253 -293
  6. package/skills/gsd-add-backlog/SKILL.md +3 -3
  7. package/skills/gsd-add-phase/SKILL.md +2 -2
  8. package/skills/gsd-add-tests/SKILL.md +2 -2
  9. package/skills/gsd-add-todo/SKILL.md +2 -2
  10. package/skills/gsd-audit-milestone/SKILL.md +2 -2
  11. package/skills/gsd-audit-uat/SKILL.md +1 -1
  12. package/skills/gsd-autonomous/SKILL.md +4 -4
  13. package/skills/gsd-check-todos/SKILL.md +2 -2
  14. package/skills/gsd-cleanup/SKILL.md +2 -2
  15. package/skills/gsd-complete-milestone/SKILL.md +2 -2
  16. package/skills/gsd-debug/SKILL.md +2 -2
  17. package/skills/gsd-discuss-phase/SKILL.md +6 -6
  18. package/skills/gsd-do/SKILL.md +3 -3
  19. package/skills/gsd-execute-phase/SKILL.md +4 -4
  20. package/skills/gsd-fast/SKILL.md +2 -2
  21. package/skills/gsd-forensics/SKILL.md +2 -2
  22. package/skills/gsd-health/SKILL.md +4 -4
  23. package/skills/gsd-help/SKILL.md +2 -2
  24. package/skills/gsd-insert-phase/SKILL.md +2 -2
  25. package/skills/gsd-list-phase-assumptions/SKILL.md +1 -1
  26. package/skills/gsd-list-workspaces/SKILL.md +3 -3
  27. package/skills/gsd-manager/SKILL.md +4 -4
  28. package/skills/gsd-map-codebase/SKILL.md +1 -1
  29. package/skills/gsd-milestone-summary/SKILL.md +2 -2
  30. package/skills/gsd-new-milestone/SKILL.md +6 -6
  31. package/skills/gsd-new-project/SKILL.md +6 -6
  32. package/skills/gsd-new-workspace/SKILL.md +3 -3
  33. package/skills/gsd-next/SKILL.md +2 -2
  34. package/skills/gsd-note/SKILL.md +3 -3
  35. package/skills/gsd-pause-work/SKILL.md +2 -2
  36. package/skills/gsd-plan-milestone-gaps/SKILL.md +2 -2
  37. package/skills/gsd-plan-phase/SKILL.md +3 -3
  38. package/skills/gsd-plant-seed/SKILL.md +2 -2
  39. package/skills/gsd-pr-branch/SKILL.md +2 -2
  40. package/skills/gsd-profile-user/SKILL.md +2 -2
  41. package/skills/gsd-progress/SKILL.md +4 -4
  42. package/skills/gsd-quick/SKILL.md +2 -2
  43. package/skills/gsd-remove-phase/SKILL.md +2 -2
  44. package/skills/gsd-remove-workspace/SKILL.md +3 -3
  45. package/skills/gsd-research-phase/SKILL.md +3 -3
  46. package/skills/gsd-resume-work/SKILL.md +2 -2
  47. package/skills/gsd-review/SKILL.md +2 -2
  48. package/skills/gsd-review-backlog/SKILL.md +2 -2
  49. package/skills/gsd-session-report/SKILL.md +2 -2
  50. package/skills/gsd-set-profile/SKILL.md +1 -1
  51. package/skills/gsd-settings/SKILL.md +2 -2
  52. package/skills/gsd-setup-pi/SKILL.md +15 -13
  53. package/skills/gsd-ship/SKILL.md +2 -2
  54. package/skills/gsd-stats/SKILL.md +4 -4
  55. package/skills/gsd-thread/SKILL.md +2 -2
  56. package/skills/gsd-ui-phase/SKILL.md +3 -3
  57. package/skills/gsd-ui-review/SKILL.md +3 -3
  58. package/skills/gsd-update/SKILL.md +2 -2
  59. package/skills/gsd-validate-phase/SKILL.md +2 -2
  60. package/skills/gsd-verify-work/SKILL.md +3 -3
  61. package/skills/gsd-workstreams/SKILL.md +1 -1
@@ -15,7 +15,7 @@ Routes to the add-phase workflow which handles:
15
15
  </objective>
16
16
 
17
17
  <execution_context>
18
- @.pi/get-shit-done/workflows/add-phase.md
18
+ @.pi/gsd/workflows/add-phase.md
19
19
  </execution_context>
20
20
 
21
21
  <context>
@@ -25,7 +25,7 @@ Roadmap and state are resolved in-workflow via `init phase-op` and targeted tool
25
25
  </context>
26
26
 
27
27
  <process>
28
- **Follow the add-phase workflow** from `@.pi/get-shit-done/workflows/add-phase.md`.
28
+ **Follow the add-phase workflow** from `@.pi/gsd/workflows/add-phase.md`.
29
29
 
30
30
  The workflow handles all logic including:
31
31
  1. Argument parsing and validation
@@ -12,7 +12,7 @@ Output: Test files committed with message `test(phase-{N}): add unit and E2E tes
12
12
  </objective>
13
13
 
14
14
  <execution_context>
15
- @.pi/get-shit-done/workflows/add-tests.md
15
+ @.pi/gsd/workflows/add-tests.md
16
16
  </execution_context>
17
17
 
18
18
  <context>
@@ -23,6 +23,6 @@ Phase: $ARGUMENTS
23
23
  </context>
24
24
 
25
25
  <process>
26
- Execute the add-tests workflow from @.pi/get-shit-done/workflows/add-tests.md end-to-end.
26
+ Execute the add-tests workflow from @.pi/gsd/workflows/add-tests.md end-to-end.
27
27
  Preserve all workflow gates (classification approval, test plan approval, RED-GREEN verification, gap reporting).
28
28
  </process>
@@ -18,7 +18,7 @@ Routes to the add-todo workflow which handles:
18
18
  </objective>
19
19
 
20
20
  <execution_context>
21
- @.pi/get-shit-done/workflows/add-todo.md
21
+ @.pi/gsd/workflows/add-todo.md
22
22
  </execution_context>
23
23
 
24
24
  <context>
@@ -28,7 +28,7 @@ State is resolved in-workflow via `init todos` and targeted reads.
28
28
  </context>
29
29
 
30
30
  <process>
31
- **Follow the add-todo workflow** from `@.pi/get-shit-done/workflows/add-todo.md`.
31
+ **Follow the add-todo workflow** from `@.pi/gsd/workflows/add-todo.md`.
32
32
 
33
33
  The workflow handles all logic including:
34
34
  1. Directory ensuring
@@ -10,7 +10,7 @@ Verify milestone achieved its definition of done. Check requirements coverage, c
10
10
  </objective>
11
11
 
12
12
  <execution_context>
13
- @.pi/get-shit-done/workflows/audit-milestone.md
13
+ @.pi/gsd/workflows/audit-milestone.md
14
14
  </execution_context>
15
15
 
16
16
  <context>
@@ -24,6 +24,6 @@ Glob: .planning/phases/_/_-VERIFICATION.md
24
24
  </context>
25
25
 
26
26
  <process>
27
- Execute the audit-milestone workflow from @.pi/get-shit-done/workflows/audit-milestone.md end-to-end.
27
+ Execute the audit-milestone workflow from @.pi/gsd/workflows/audit-milestone.md end-to-end.
28
28
  Preserve all workflow gates (scope determination, verification reading, integration check, requirements coverage, routing).
29
29
  </process>
@@ -8,7 +8,7 @@ Scan all phases for pending, skipped, blocked, and human_needed UAT items. Cross
8
8
  </objective>
9
9
 
10
10
  <execution_context>
11
- @.pi/get-shit-done/workflows/audit-uat.md
11
+ @.pi/gsd/workflows/audit-uat.md
12
12
  </execution_context>
13
13
 
14
14
  <context>
@@ -18,17 +18,17 @@ Uses ROADMAP.md phase discovery and Skill() flat invocations for each phase comm
18
18
  </objective>
19
19
 
20
20
  <execution_context>
21
- @.pi/get-shit-done/workflows/autonomous.md
22
- @.pi/get-shit-done/references/ui-brand.md
21
+ @.pi/gsd/workflows/autonomous.md
22
+ @.pi/gsd/references/ui-brand.md
23
23
  </execution_context>
24
24
 
25
25
  <context>
26
26
  Optional flag: `--from N` - start from phase N instead of the first incomplete phase.
27
27
 
28
- Project context, phase list, and state are resolved inside the workflow using init commands (`gsd-tools.cjs init milestone-op`, `gsd-tools.cjs roadmap analyze`). No upfront context loading needed.
28
+ Project context, phase list, and state are resolved inside the workflow using init commands (`pi-gsd-tools.cjs init milestone-op`, `pi-gsd-tools.cjs roadmap analyze`). No upfront context loading needed.
29
29
  </context>
30
30
 
31
31
  <process>
32
- Execute the autonomous workflow from @.pi/get-shit-done/workflows/autonomous.md end-to-end.
32
+ Execute the autonomous workflow from @.pi/gsd/workflows/autonomous.md end-to-end.
33
33
  Preserve all workflow gates (phase discovery, per-phase execution, blocker handling, progress display).
34
34
  </process>
@@ -16,7 +16,7 @@ Routes to the check-todos workflow which handles:
16
16
  </objective>
17
17
 
18
18
  <execution_context>
19
- @.pi/get-shit-done/workflows/check-todos.md
19
+ @.pi/gsd/workflows/check-todos.md
20
20
  </execution_context>
21
21
 
22
22
  <context>
@@ -26,7 +26,7 @@ Todo state and roadmap correlation are loaded in-workflow using `init todos` and
26
26
  </context>
27
27
 
28
28
  <process>
29
- **Follow the check-todos workflow** from `@.pi/get-shit-done/workflows/check-todos.md`.
29
+ **Follow the check-todos workflow** from `@.pi/gsd/workflows/check-todos.md`.
30
30
 
31
31
  The workflow handles all logic including:
32
32
  1. Todo existence checking
@@ -10,10 +10,10 @@ Use when `.planning/phases/` has accumulated directories from past milestones.
10
10
  </objective>
11
11
 
12
12
  <execution_context>
13
- @.pi/get-shit-done/workflows/cleanup.md
13
+ @.pi/gsd/workflows/cleanup.md
14
14
  </execution_context>
15
15
 
16
16
  <process>
17
- Follow the cleanup workflow at @.pi/get-shit-done/workflows/cleanup.md.
17
+ Follow the cleanup workflow at @.pi/gsd/workflows/cleanup.md.
18
18
  Identify completed milestones, show a dry-run summary, and archive on confirmation.
19
19
  </process>
@@ -13,8 +13,8 @@ Output: Milestone archived (roadmap + requirements), PROJECT.md evolved, git tag
13
13
  <execution_context>
14
14
  **Load these files NOW (before proceeding):**
15
15
 
16
- - @.pi/get-shit-done/workflows/complete-milestone.md (main workflow)
17
- - @.pi/get-shit-done/templates/milestone-archive.md (archive template)
16
+ - @.pi/gsd/workflows/complete-milestone.md (main workflow)
17
+ - @.pi/gsd/templates/milestone-archive.md (archive template)
18
18
  </execution_context>
19
19
 
20
20
  <context>
@@ -33,14 +33,14 @@ ls .planning/debug/*.md 2>/dev/null | grep -v resolved | head -5
33
33
  ## 0. Initialize Context
34
34
 
35
35
  ```bash
36
- INIT=$(node ".pi/get-shit-done/bin/gsd-tools.cjs" state load)
36
+ INIT=$(node ".pi/gsd/bin/pi-gsd-tools.cjs" state load)
37
37
  if [[ "$INIT" == @file:* ]]; then INIT=$(cat "${INIT#@file:}"); fi
38
38
  ```
39
39
 
40
40
  Extract `commit_docs` from init JSON. Resolve debugger model:
41
41
 
42
42
  ```bash
43
- debugger_model=$(node ".pi/get-shit-done/bin/gsd-tools.cjs" resolve-model gsd-debugger --raw)
43
+ debugger_model=$(node ".pi/gsd/bin/pi-gsd-tools.cjs" resolve-model gsd-debugger --raw)
44
44
  ```
45
45
 
46
46
  ## 1. Check Active Sessions
@@ -19,9 +19,9 @@ Extract implementation decisions that downstream agents need - researcher and pl
19
19
  </objective>
20
20
 
21
21
  <execution_context>
22
- @.pi/get-shit-done/workflows/discuss-phase.md
23
- @.pi/get-shit-done/workflows/discuss-phase-assumptions.md
24
- @.pi/get-shit-done/templates/context.md
22
+ @.pi/gsd/workflows/discuss-phase.md
23
+ @.pi/gsd/workflows/discuss-phase-assumptions.md
24
+ @.pi/gsd/templates/context.md
25
25
  </execution_context>
26
26
 
27
27
  <context>
@@ -33,12 +33,12 @@ Context files are resolved in-workflow using `init phase-op` and roadmap/state t
33
33
  <process>
34
34
  **Mode routing:**
35
35
  ```bash
36
- DISCUSS_MODE=$(node ".pi/get-shit-done/bin/gsd-tools.cjs" config-get workflow.discuss_mode 2>/dev/null || echo "discuss")
36
+ DISCUSS_MODE=$(node ".pi/gsd/bin/pi-gsd-tools.cjs" config-get workflow.discuss_mode 2>/dev/null || echo "discuss")
37
37
  ```
38
38
 
39
- If `DISCUSS_MODE` is `"assumptions"`: Read and execute @.pi/get-shit-done/workflows/discuss-phase-assumptions.md end-to-end.
39
+ If `DISCUSS_MODE` is `"assumptions"`: Read and execute @.pi/gsd/workflows/discuss-phase-assumptions.md end-to-end.
40
40
 
41
- If `DISCUSS_MODE` is `"discuss"` (or unset, or any other value): Read and execute @.pi/get-shit-done/workflows/discuss-phase.md end-to-end.
41
+ If `DISCUSS_MODE` is `"discuss"` (or unset, or any other value): Read and execute @.pi/gsd/workflows/discuss-phase.md end-to-end.
42
42
 
43
43
  **MANDATORY:** The execution_context files listed above ARE the instructions. Read the workflow file BEFORE taking any action. The objective and success_criteria sections in this command file are summaries - the workflow file contains the complete step-by-step process with all required behaviors, config checks, and interaction patterns. Do not improvise from the summary.
44
44
  </process>
@@ -12,8 +12,8 @@ Use when you know what you want but don't know which `/gsd-*` command to run.
12
12
  </objective>
13
13
 
14
14
  <execution_context>
15
- @.pi/get-shit-done/workflows/do.md
16
- @.pi/get-shit-done/references/ui-brand.md
15
+ @.pi/gsd/workflows/do.md
16
+ @.pi/gsd/references/ui-brand.md
17
17
  </execution_context>
18
18
 
19
19
  <context>
@@ -21,6 +21,6 @@ $ARGUMENTS
21
21
  </context>
22
22
 
23
23
  <process>
24
- Execute the do workflow from @.pi/get-shit-done/workflows/do.md end-to-end.
24
+ Execute the do workflow from @.pi/gsd/workflows/do.md end-to-end.
25
25
  Route user intent to the best GSD command and invoke it.
26
26
  </process>
@@ -23,8 +23,8 @@ Context budget: ~15% orchestrator, 100% fresh per subagent.
23
23
  </objective>
24
24
 
25
25
  <execution_context>
26
- @.pi/get-shit-done/workflows/execute-phase.md
27
- @.pi/get-shit-done/references/ui-brand.md
26
+ @.pi/gsd/workflows/execute-phase.md
27
+ @.pi/gsd/references/ui-brand.md
28
28
  </execution_context>
29
29
 
30
30
  <context>
@@ -44,10 +44,10 @@ Phase: $ARGUMENTS
44
44
  - If none of these tokens appear, run the standard full-phase execution flow with no flag-specific filtering
45
45
  - Do not infer that a flag is active just because it is documented in this prompt
46
46
 
47
- Context files are resolved inside the workflow via `gsd-tools init execute-phase` and per-subagent `<files_to_read>` blocks.
47
+ Context files are resolved inside the workflow via `pi-gsd-tools init execute-phase` and per-subagent `<files_to_read>` blocks.
48
48
  </context>
49
49
 
50
50
  <process>
51
- Execute the execute-phase workflow from @.pi/get-shit-done/workflows/execute-phase.md end-to-end.
51
+ Execute the execute-phase workflow from @.pi/gsd/workflows/execute-phase.md end-to-end.
52
52
  Preserve all workflow gates (wave execution, checkpoint handling, verification, state updates, routing).
53
53
  </process>
@@ -14,9 +14,9 @@ you could describe in one sentence and execute in under 2 minutes.
14
14
  </objective>
15
15
 
16
16
  <execution_context>
17
- @.pi/get-shit-done/workflows/fast.md
17
+ @.pi/gsd/workflows/fast.md
18
18
  </execution_context>
19
19
 
20
20
  <process>
21
- Execute the fast workflow from @.pi/get-shit-done/workflows/fast.md end-to-end.
21
+ Execute the fast workflow from @.pi/gsd/workflows/fast.md end-to-end.
22
22
  </process>
@@ -11,7 +11,7 @@ Output: Forensic report saved to `.planning/forensics/`, presented inline, with
11
11
  </objective>
12
12
 
13
13
  <execution_context>
14
- @.pi/get-shit-done/workflows/forensics.md
14
+ @.pi/gsd/workflows/forensics.md
15
15
  </execution_context>
16
16
 
17
17
  <context>
@@ -29,7 +29,7 @@ Output: Forensic report saved to `.planning/forensics/`, presented inline, with
29
29
  </context>
30
30
 
31
31
  <process>
32
- Read and execute the forensics workflow from @.pi/get-shit-done/workflows/forensics.md end-to-end.
32
+ Read and execute the forensics workflow from @.pi/gsd/workflows/forensics.md end-to-end.
33
33
  </process>
34
34
 
35
35
  <success_criteria>
@@ -8,14 +8,14 @@ Validate `.planning/` directory integrity and report actionable issues. Checks f
8
8
  </objective>
9
9
 
10
10
  <execution_context>
11
- @.pi/get-shit-done/workflows/health.md
11
+ @.pi/gsd/workflows/health.md
12
12
  </execution_context>
13
13
 
14
14
  <process>
15
- 1. Run: `gsd-tools validate health --output toon`
15
+ 1. Run: `pi-gsd-tools validate health --output toon`
16
16
  - If successful, present the toon output to the user.
17
- - If the command fails or toon output is unavailable, fall back to: `gsd-tools validate health` (plain JSON output).
17
+ - If the command fails or toon output is unavailable, fall back to: `pi-gsd-tools validate health` (plain JSON output).
18
18
 
19
- 2. Execute the health workflow from @.pi/get-shit-done/workflows/health.md end-to-end.
19
+ 2. Execute the health workflow from @.pi/gsd/workflows/health.md end-to-end.
20
20
  Parse --repair flag from arguments and pass to workflow.
21
21
  </process>
@@ -15,10 +15,10 @@ Output ONLY the reference content below. Do NOT add:
15
15
  </objective>
16
16
 
17
17
  <execution_context>
18
- @.pi/get-shit-done/workflows/help.md
18
+ @.pi/gsd/workflows/help.md
19
19
  </execution_context>
20
20
 
21
21
  <process>
22
- Output the complete GSD command reference from @.pi/get-shit-done/workflows/help.md.
22
+ Output the complete GSD command reference from @.pi/gsd/workflows/help.md.
23
23
  Display the reference content directly - no additions or modifications.
24
24
  </process>
@@ -13,7 +13,7 @@ Purpose: Handle urgent work discovered during execution without renumbering enti
13
13
  </objective>
14
14
 
15
15
  <execution_context>
16
- @.pi/get-shit-done/workflows/insert-phase.md
16
+ @.pi/gsd/workflows/insert-phase.md
17
17
  </execution_context>
18
18
 
19
19
  <context>
@@ -23,6 +23,6 @@ Roadmap and state are resolved in-workflow via `init phase-op` and targeted tool
23
23
  </context>
24
24
 
25
25
  <process>
26
- Execute the insert-phase workflow from @.pi/get-shit-done/workflows/insert-phase.md end-to-end.
26
+ Execute the insert-phase workflow from @.pi/gsd/workflows/insert-phase.md end-to-end.
27
27
  Preserve all validation gates (argument parsing, phase verification, decimal calculation, roadmap updates).
28
28
  </process>
@@ -12,7 +12,7 @@ Output: Conversational output only (no file creation) - ends with "What do you t
12
12
  </objective>
13
13
 
14
14
  <execution_context>
15
- @.pi/get-shit-done/workflows/list-phase-assumptions.md
15
+ @.pi/gsd/workflows/list-phase-assumptions.md
16
16
  </execution_context>
17
17
 
18
18
  <context>
@@ -8,10 +8,10 @@ Scan `~/gsd-workspaces/` for workspace directories containing `WORKSPACE.md` man
8
8
  </objective>
9
9
 
10
10
  <execution_context>
11
- @.pi/get-shit-done/workflows/list-workspaces.md
12
- @.pi/get-shit-done/references/ui-brand.md
11
+ @.pi/gsd/workflows/list-workspaces.md
12
+ @.pi/gsd/references/ui-brand.md
13
13
  </execution_context>
14
14
 
15
15
  <process>
16
- Execute the list-workspaces workflow from @.pi/get-shit-done/workflows/list-workspaces.md end-to-end.
16
+ Execute the list-workspaces workflow from @.pi/gsd/workflows/list-workspaces.md end-to-end.
17
17
  </process>
@@ -17,17 +17,17 @@ Designed for power users who want to parallelize work across phases from one ter
17
17
  </objective>
18
18
 
19
19
  <execution_context>
20
- @.pi/get-shit-done/workflows/manager.md
21
- @.pi/get-shit-done/references/ui-brand.md
20
+ @.pi/gsd/workflows/manager.md
21
+ @.pi/gsd/references/ui-brand.md
22
22
  </execution_context>
23
23
 
24
24
  <context>
25
25
  No arguments required. Requires an active milestone with ROADMAP.md and STATE.md.
26
26
 
27
- Project context, phase list, dependencies, and recommendations are resolved inside the workflow using `gsd-tools.cjs init manager`. No upfront context loading needed.
27
+ Project context, phase list, dependencies, and recommendations are resolved inside the workflow using `pi-gsd-tools.cjs init manager`. No upfront context loading needed.
28
28
  </context>
29
29
 
30
30
  <process>
31
- Execute the manager workflow from @.pi/get-shit-done/workflows/manager.md end-to-end.
31
+ Execute the manager workflow from @.pi/gsd/workflows/manager.md end-to-end.
32
32
  Maintain the dashboard refresh loop until the user exits or all phases complete.
33
33
  </process>
@@ -13,7 +13,7 @@ Output: .planning/codebase/ folder with 7 structured documents about the codebas
13
13
  </objective>
14
14
 
15
15
  <execution_context>
16
- @.pi/get-shit-done/workflows/map-codebase.md
16
+ @.pi/gsd/workflows/map-codebase.md
17
17
  </execution_context>
18
18
 
19
19
  <context>
@@ -11,7 +11,7 @@ Output: MILESTONE_SUMMARY written to `.planning/reports/`, presented inline, opt
11
11
  </objective>
12
12
 
13
13
  <execution_context>
14
- @.pi/get-shit-done/workflows/milestone-summary.md
14
+ @.pi/gsd/workflows/milestone-summary.md
15
15
  </execution_context>
16
16
 
17
17
  <context>
@@ -30,7 +30,7 @@ Output: MILESTONE_SUMMARY written to `.planning/reports/`, presented inline, opt
30
30
  </context>
31
31
 
32
32
  <process>
33
- Read and execute the milestone-summary workflow from @.pi/get-shit-done/workflows/milestone-summary.md end-to-end.
33
+ Read and execute the milestone-summary workflow from @.pi/gsd/workflows/milestone-summary.md end-to-end.
34
34
  </process>
35
35
 
36
36
  <success_criteria>
@@ -20,11 +20,11 @@ Brownfield equivalent of new-project. Project exists, PROJECT.md has history. Ga
20
20
  </objective>
21
21
 
22
22
  <execution_context>
23
- @.pi/get-shit-done/workflows/new-milestone.md
24
- @.pi/get-shit-done/references/questioning.md
25
- @.pi/get-shit-done/references/ui-brand.md
26
- @.pi/get-shit-done/templates/project.md
27
- @.pi/get-shit-done/templates/requirements.md
23
+ @.pi/gsd/workflows/new-milestone.md
24
+ @.pi/gsd/references/questioning.md
25
+ @.pi/gsd/references/ui-brand.md
26
+ @.pi/gsd/templates/project.md
27
+ @.pi/gsd/templates/requirements.md
28
28
  </execution_context>
29
29
 
30
30
  <context>
@@ -34,6 +34,6 @@ Project and milestone context files are resolved inside the workflow (`init new-
34
34
  </context>
35
35
 
36
36
  <process>
37
- Execute the new-milestone workflow from @.pi/get-shit-done/workflows/new-milestone.md end-to-end.
37
+ Execute the new-milestone workflow from @.pi/gsd/workflows/new-milestone.md end-to-end.
38
38
  Preserve all workflow gates (validation, questioning, research, requirements, roadmap approval, commits).
39
39
  </process>
@@ -24,14 +24,14 @@ Initialize a new project through unified flow: questioning → research (optiona
24
24
  </objective>
25
25
 
26
26
  <execution_context>
27
- @.pi/get-shit-done/workflows/new-project.md
28
- @.pi/get-shit-done/references/questioning.md
29
- @.pi/get-shit-done/references/ui-brand.md
30
- @.pi/get-shit-done/templates/project.md
31
- @.pi/get-shit-done/templates/requirements.md
27
+ @.pi/gsd/workflows/new-project.md
28
+ @.pi/gsd/references/questioning.md
29
+ @.pi/gsd/references/ui-brand.md
30
+ @.pi/gsd/templates/project.md
31
+ @.pi/gsd/templates/requirements.md
32
32
  </execution_context>
33
33
 
34
34
  <process>
35
- Execute the new-project workflow from @.pi/get-shit-done/workflows/new-project.md end-to-end.
35
+ Execute the new-project workflow from @.pi/gsd/workflows/new-project.md end-to-end.
36
36
  Preserve all workflow gates (validation, approvals, commits, routing).
37
37
  </process>
@@ -31,11 +31,11 @@ Create a physical workspace directory containing copies of specified git repos (
31
31
  </objective>
32
32
 
33
33
  <execution_context>
34
- @.pi/get-shit-done/workflows/new-workspace.md
35
- @.pi/get-shit-done/references/ui-brand.md
34
+ @.pi/gsd/workflows/new-workspace.md
35
+ @.pi/gsd/references/ui-brand.md
36
36
  </execution_context>
37
37
 
38
38
  <process>
39
- Execute the new-workspace workflow from @.pi/get-shit-done/workflows/new-workspace.md end-to-end.
39
+ Execute the new-workspace workflow from @.pi/gsd/workflows/new-workspace.md end-to-end.
40
40
  Preserve all workflow gates (validation, approvals, commits, routing).
41
41
  </process>
@@ -11,9 +11,9 @@ Designed for rapid multi-project workflows where remembering which phase/step yo
11
11
  </objective>
12
12
 
13
13
  <execution_context>
14
- @.pi/get-shit-done/workflows/next.md
14
+ @.pi/gsd/workflows/next.md
15
15
  </execution_context>
16
16
 
17
17
  <process>
18
- Execute the next workflow from @.pi/get-shit-done/workflows/next.md end-to-end.
18
+ Execute the next workflow from @.pi/gsd/workflows/next.md end-to-end.
19
19
  </process>
@@ -16,8 +16,8 @@ Runs inline - no Task, no AskUserQuestion, no Bash.
16
16
  </objective>
17
17
 
18
18
  <execution_context>
19
- @.pi/get-shit-done/workflows/note.md
20
- @.pi/get-shit-done/references/ui-brand.md
19
+ @.pi/gsd/workflows/note.md
20
+ @.pi/gsd/references/ui-brand.md
21
21
  </execution_context>
22
22
 
23
23
  <context>
@@ -25,6 +25,6 @@ $ARGUMENTS
25
25
  </context>
26
26
 
27
27
  <process>
28
- Execute the note workflow from @.pi/get-shit-done/workflows/note.md end-to-end.
28
+ Execute the note workflow from @.pi/gsd/workflows/note.md end-to-end.
29
29
  Capture the note, list notes, or promote to todo - depending on arguments.
30
30
  </process>
@@ -16,7 +16,7 @@ Routes to the pause-work workflow which handles:
16
16
  </objective>
17
17
 
18
18
  <execution_context>
19
- @.pi/get-shit-done/workflows/pause-work.md
19
+ @.pi/gsd/workflows/pause-work.md
20
20
  </execution_context>
21
21
 
22
22
  <context>
@@ -24,7 +24,7 @@ State and phase progress are gathered in-workflow with targeted reads.
24
24
  </context>
25
25
 
26
26
  <process>
27
- **Follow the pause-work workflow** from `@.pi/get-shit-done/workflows/pause-work.md`.
27
+ **Follow the pause-work workflow** from `@.pi/gsd/workflows/pause-work.md`.
28
28
 
29
29
  The workflow handles all logic including:
30
30
  1. Phase directory detection
@@ -12,7 +12,7 @@ One command creates all fix phases - no manual `/gsd-add-phase` per gap.
12
12
  </objective>
13
13
 
14
14
  <execution_context>
15
- @.pi/get-shit-done/workflows/plan-milestone-gaps.md
15
+ @.pi/gsd/workflows/plan-milestone-gaps.md
16
16
  </execution_context>
17
17
 
18
18
  <context>
@@ -23,6 +23,6 @@ Original intent and current planning state are loaded on demand inside the workf
23
23
  </context>
24
24
 
25
25
  <process>
26
- Execute the plan-milestone-gaps workflow from @.pi/get-shit-done/workflows/plan-milestone-gaps.md end-to-end.
26
+ Execute the plan-milestone-gaps workflow from @.pi/gsd/workflows/plan-milestone-gaps.md end-to-end.
27
27
  Preserve all workflow gates (audit loading, prioritization, phase grouping, user confirmation, roadmap updates).
28
28
  </process>
@@ -12,8 +12,8 @@ Create executable phase prompts (PLAN.md files) for a roadmap phase with integra
12
12
  </objective>
13
13
 
14
14
  <execution_context>
15
- @.pi/get-shit-done/workflows/plan-phase.md
16
- @.pi/get-shit-done/references/ui-brand.md
15
+ @.pi/gsd/workflows/plan-phase.md
16
+ @.pi/gsd/references/ui-brand.md
17
17
  </execution_context>
18
18
 
19
19
  <context>
@@ -33,6 +33,6 @@ Normalize phase input in step 2 before any directory lookups.
33
33
  </context>
34
34
 
35
35
  <process>
36
- Execute the plan-phase workflow from @.pi/get-shit-done/workflows/plan-phase.md end-to-end.
36
+ Execute the plan-phase workflow from @.pi/gsd/workflows/plan-phase.md end-to-end.
37
37
  Preserve all workflow gates (validation, research, planning, verification loop, routing).
38
38
  </process>
@@ -13,9 +13,9 @@ Consumed by: /gsd-new-milestone (scans seeds and presents matches)
13
13
  </objective>
14
14
 
15
15
  <execution_context>
16
- @.pi/get-shit-done/workflows/plant-seed.md
16
+ @.pi/gsd/workflows/plant-seed.md
17
17
  </execution_context>
18
18
 
19
19
  <process>
20
- Execute the plant-seed workflow from @.pi/get-shit-done/workflows/plant-seed.md end-to-end.
20
+ Execute the plant-seed workflow from @.pi/gsd/workflows/plant-seed.md end-to-end.
21
21
  </process>
@@ -12,9 +12,9 @@ changes that are irrelevant to code review.
12
12
  </objective>
13
13
 
14
14
  <execution_context>
15
- @.pi/get-shit-done/workflows/pr-branch.md
15
+ @.pi/gsd/workflows/pr-branch.md
16
16
  </execution_context>
17
17
 
18
18
  <process>
19
- Execute the pr-branch workflow from @.pi/get-shit-done/workflows/pr-branch.md end-to-end.
19
+ Execute the pr-branch workflow from @.pi/gsd/workflows/pr-branch.md end-to-end.
20
20
  </process>
@@ -11,8 +11,8 @@ Routes to the profile-user workflow which orchestrates the full flow: consent ga
11
11
  </objective>
12
12
 
13
13
  <execution_context>
14
- @.pi/get-shit-done/workflows/profile-user.md
15
- @.pi/get-shit-done/references/ui-brand.md
14
+ @.pi/gsd/workflows/profile-user.md
15
+ @.pi/gsd/references/ui-brand.md
16
16
  </execution_context>
17
17
 
18
18
  <context>
@@ -10,14 +10,14 @@ Provides situational awareness before continuing work.
10
10
  </objective>
11
11
 
12
12
  <execution_context>
13
- @.pi/get-shit-done/workflows/progress.md
13
+ @.pi/gsd/workflows/progress.md
14
14
  </execution_context>
15
15
 
16
16
  <process>
17
- 1. Run: `gsd-tools progress --output toon`
17
+ 1. Run: `pi-gsd-tools progress --output toon`
18
18
  - If successful, present the toon output to the user.
19
- - If the command fails or toon output is unavailable, fall back to: `gsd-tools progress` (plain JSON output).
19
+ - If the command fails or toon output is unavailable, fall back to: `pi-gsd-tools progress` (plain JSON output).
20
20
 
21
- 2. Execute the progress workflow from @.pi/get-shit-done/workflows/progress.md end-to-end.
21
+ 2. Execute the progress workflow from @.pi/gsd/workflows/progress.md end-to-end.
22
22
  Preserve all routing logic (Routes A through F) and edge case handling.
23
23
  </process>
@@ -23,7 +23,7 @@ Flags are composable: `--discuss --research --full` gives discussion + research
23
23
  </objective>
24
24
 
25
25
  <execution_context>
26
- @.pi/get-shit-done/workflows/quick.md
26
+ @.pi/gsd/workflows/quick.md
27
27
  </execution_context>
28
28
 
29
29
  <context>
@@ -33,6 +33,6 @@ Context files are resolved inside the workflow (`init quick`) and delegated via
33
33
  </context>
34
34
 
35
35
  <process>
36
- Execute the quick workflow from @.pi/get-shit-done/workflows/quick.md end-to-end.
36
+ Execute the quick workflow from @.pi/gsd/workflows/quick.md end-to-end.
37
37
  Preserve all workflow gates (validation, task description, planning, execution, state updates, commits).
38
38
  </process>