@tekyzinc/gsd-t 2.50.12 → 2.53.10
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.
- package/CHANGELOG.md +24 -0
- package/README.md +379 -372
- package/bin/component-registry.js +250 -0
- package/bin/graph-cgc.js +510 -510
- package/bin/graph-indexer.js +147 -147
- package/bin/graph-overlay.js +195 -195
- package/bin/graph-parsers.js +327 -327
- package/bin/graph-query.js +453 -452
- package/bin/graph-store.js +154 -154
- package/bin/qa-calibrator.js +194 -0
- package/bin/scan-data-collector.js +153 -153
- package/bin/scan-diagrams-generators.js +187 -187
- package/bin/scan-diagrams.js +79 -79
- package/bin/scan-renderer.js +92 -92
- package/bin/scan-report-sections.js +121 -121
- package/bin/scan-report.js +184 -184
- package/bin/scan-schema-parsers.js +199 -199
- package/bin/scan-schema.js +103 -103
- package/bin/token-budget.js +246 -0
- package/commands/Claude-md.md +10 -10
- package/commands/branch.md +15 -15
- package/commands/checkin.md +45 -45
- package/commands/global-change.md +209 -209
- package/commands/gsd-t-audit.md +199 -0
- package/commands/gsd-t-backlog-add.md +94 -94
- package/commands/gsd-t-backlog-edit.md +111 -111
- package/commands/gsd-t-backlog-list.md +63 -63
- package/commands/gsd-t-backlog-move.md +94 -94
- package/commands/gsd-t-backlog-promote.md +123 -123
- package/commands/gsd-t-backlog-remove.md +86 -86
- package/commands/gsd-t-backlog-settings.md +158 -158
- package/commands/gsd-t-complete-milestone.md +528 -515
- package/commands/gsd-t-debug.md +506 -399
- package/commands/gsd-t-discuss.md +174 -174
- package/commands/gsd-t-execute.md +758 -634
- package/commands/gsd-t-feature.md +276 -276
- package/commands/gsd-t-health.md +142 -142
- package/commands/gsd-t-help.md +465 -457
- package/commands/gsd-t-impact.md +302 -302
- package/commands/gsd-t-init.md +320 -280
- package/commands/gsd-t-integrate.md +365 -249
- package/commands/gsd-t-milestone.md +87 -87
- package/commands/gsd-t-partition.md +442 -361
- package/commands/gsd-t-pause.md +82 -82
- package/commands/gsd-t-plan.md +345 -344
- package/commands/gsd-t-populate.md +111 -111
- package/commands/gsd-t-prd.md +326 -326
- package/commands/gsd-t-project.md +211 -211
- package/commands/gsd-t-promote-debt.md +123 -123
- package/commands/gsd-t-prompt.md +137 -137
- package/commands/gsd-t-qa.md +266 -266
- package/commands/gsd-t-quick.md +357 -234
- package/commands/gsd-t-reflect.md +134 -134
- package/commands/gsd-t-resume.md +72 -72
- package/commands/gsd-t-scan.md +615 -615
- package/commands/gsd-t-setup.md +76 -0
- package/commands/gsd-t-status.md +192 -166
- package/commands/gsd-t-test-sync.md +381 -381
- package/commands/gsd-t-triage-and-merge.md +171 -171
- package/commands/gsd-t-verify.md +382 -382
- package/commands/gsd-t-visualize.md +118 -118
- package/commands/gsd-t-wave.md +401 -378
- package/docs/GSD-T-README.md +425 -422
- package/docs/architecture.md +385 -369
- package/docs/harness-design-analysis.md +371 -0
- package/docs/infrastructure.md +205 -205
- package/docs/prd-graph-engine.md +398 -398
- package/docs/prd-gsd2-hybrid.md +559 -559
- package/docs/prd-harness-evolution.md +583 -0
- package/docs/requirements.md +14 -0
- package/docs/workflows.md +226 -226
- package/examples/.gsd-t/domains/example-domain/scope.md +13 -13
- package/package.json +40 -40
- package/scripts/gsd-t-auto-route.js +39 -39
- package/scripts/gsd-t-dashboard-mockup.html +1143 -1143
- package/scripts/gsd-t-dashboard-server.js +171 -171
- package/scripts/gsd-t-dashboard.html +262 -262
- package/scripts/gsd-t-event-writer.js +128 -128
- package/scripts/gsd-t-statusline.js +94 -94
- package/scripts/gsd-t-tools.js +175 -175
- package/templates/CLAUDE-global.md +639 -614
- package/templates/CLAUDE-project.md +24 -0
- package/templates/backlog-settings.md +18 -18
- package/templates/backlog.md +1 -1
- package/templates/progress.md +40 -40
- package/templates/shared-services-contract.md +60 -60
- package/templates/stacks/desktop.ini +2 -2
- package/bin/desktop.ini +0 -2
- package/commands/desktop.ini +0 -2
- package/docs/ci-examples/desktop.ini +0 -2
- package/docs/desktop.ini +0 -2
- package/examples/.gsd-t/contracts/desktop.ini +0 -2
- package/examples/.gsd-t/desktop.ini +0 -2
- package/examples/.gsd-t/domains/desktop.ini +0 -2
- package/examples/.gsd-t/domains/example-domain/desktop.ini +0 -2
- package/examples/desktop.ini +0 -2
- package/examples/rules/desktop.ini +0 -2
- package/scripts/desktop.ini +0 -2
- package/templates/desktop.ini +0 -2
package/commands/gsd-t-pause.md
CHANGED
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
# GSD-T: Pause — Save Exact Position for Later Resume
|
|
2
|
-
|
|
3
|
-
You are capturing the precise current position in an active GSD-T phase so the user can resume later with zero re-orientation overhead.
|
|
4
|
-
|
|
5
|
-
## Step 1: Gather Current State
|
|
6
|
-
|
|
7
|
-
Read the following (use whatever is already in context first — only read files if needed):
|
|
8
|
-
|
|
9
|
-
1. `.gsd-t/progress.md` — milestone name, current status/phase, version
|
|
10
|
-
2. `.gsd-t/domains/*/tasks.md` — identify which tasks are done, in-progress, or pending
|
|
11
|
-
3. Last entry in the Decision Log (from progress.md)
|
|
12
|
-
4. `$ARGUMENTS` — if user provided a note, capture it verbatim
|
|
13
|
-
|
|
14
|
-
## Step 2: Determine Exact Position
|
|
15
|
-
|
|
16
|
-
Identify:
|
|
17
|
-
- **Milestone**: current milestone name
|
|
18
|
-
- **Phase**: current phase (PARTITIONED, PLANNED, EXECUTED, etc.)
|
|
19
|
-
- **Domain** (if in execute/test-sync): which domain was being worked on
|
|
20
|
-
- **Task** (if in execute): which task number was in progress or next up
|
|
21
|
-
- **Last completed action**: what was the last thing that finished
|
|
22
|
-
- **Next action**: what should happen first when resuming
|
|
23
|
-
- **Blockers**: any known blockers or open questions
|
|
24
|
-
|
|
25
|
-
## Step 3: Create Continue-Here File
|
|
26
|
-
|
|
27
|
-
Generate a timestamp: `{YYYY}-{MM}-{DD}T{HH}{MM}{SS}` (local time, no separators in time part).
|
|
28
|
-
|
|
29
|
-
Create `.gsd-t/continue-here-{timestamp}.md`:
|
|
30
|
-
|
|
31
|
-
```markdown
|
|
32
|
-
# Continue Here — {YYYY-MM-DD HH:MM}
|
|
33
|
-
|
|
34
|
-
## Snapshot
|
|
35
|
-
- **Milestone**: {milestone name}
|
|
36
|
-
- **Phase**: {phase}
|
|
37
|
-
- **Version**: {version from progress.md}
|
|
38
|
-
- **Paused at**: {domain} → Task {N} | Between phases | {other description}
|
|
39
|
-
|
|
40
|
-
## Last Completed
|
|
41
|
-
{description of the last thing that finished — specific task, commit, or action}
|
|
42
|
-
|
|
43
|
-
## Next Action
|
|
44
|
-
{exactly what to do first when resuming — specific, actionable}
|
|
45
|
-
|
|
46
|
-
## Open Items
|
|
47
|
-
{any known blockers, pending decisions, or things to watch out for}
|
|
48
|
-
{None if clean}
|
|
49
|
-
|
|
50
|
-
## User Note
|
|
51
|
-
{$ARGUMENTS if provided, otherwise: _No note provided._}
|
|
52
|
-
|
|
53
|
-
## Resume Command
|
|
54
|
-
/user:gsd-t-resume
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
## Step 4: Confirm to User
|
|
58
|
-
|
|
59
|
-
Output:
|
|
60
|
-
|
|
61
|
-
```
|
|
62
|
-
⏸ Paused: {milestone name} — {phase}
|
|
63
|
-
|
|
64
|
-
Saved position: .gsd-t/continue-here-{timestamp}.md
|
|
65
|
-
Next action: {next action summary}
|
|
66
|
-
|
|
67
|
-
To resume: /user:gsd-t-resume
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
## Step 5: Do NOT Stop Work (unless user asked to pause all work)
|
|
71
|
-
|
|
72
|
-
This command only saves position. If the user invoked /pause mid-task intending to stop:
|
|
73
|
-
- They will close the session themselves
|
|
74
|
-
- Do not auto-continue executing tasks after creating the file
|
|
75
|
-
|
|
76
|
-
If invoked with $ARGUMENTS containing "and continue" or similar, create the file and then continue the current task normally.
|
|
77
|
-
|
|
78
|
-
$ARGUMENTS
|
|
79
|
-
|
|
80
|
-
## Auto-Clear
|
|
81
|
-
|
|
82
|
-
All work is committed to project files. Execute `/clear` to free the context window for the next command.
|
|
1
|
+
# GSD-T: Pause — Save Exact Position for Later Resume
|
|
2
|
+
|
|
3
|
+
You are capturing the precise current position in an active GSD-T phase so the user can resume later with zero re-orientation overhead.
|
|
4
|
+
|
|
5
|
+
## Step 1: Gather Current State
|
|
6
|
+
|
|
7
|
+
Read the following (use whatever is already in context first — only read files if needed):
|
|
8
|
+
|
|
9
|
+
1. `.gsd-t/progress.md` — milestone name, current status/phase, version
|
|
10
|
+
2. `.gsd-t/domains/*/tasks.md` — identify which tasks are done, in-progress, or pending
|
|
11
|
+
3. Last entry in the Decision Log (from progress.md)
|
|
12
|
+
4. `$ARGUMENTS` — if user provided a note, capture it verbatim
|
|
13
|
+
|
|
14
|
+
## Step 2: Determine Exact Position
|
|
15
|
+
|
|
16
|
+
Identify:
|
|
17
|
+
- **Milestone**: current milestone name
|
|
18
|
+
- **Phase**: current phase (PARTITIONED, PLANNED, EXECUTED, etc.)
|
|
19
|
+
- **Domain** (if in execute/test-sync): which domain was being worked on
|
|
20
|
+
- **Task** (if in execute): which task number was in progress or next up
|
|
21
|
+
- **Last completed action**: what was the last thing that finished
|
|
22
|
+
- **Next action**: what should happen first when resuming
|
|
23
|
+
- **Blockers**: any known blockers or open questions
|
|
24
|
+
|
|
25
|
+
## Step 3: Create Continue-Here File
|
|
26
|
+
|
|
27
|
+
Generate a timestamp: `{YYYY}-{MM}-{DD}T{HH}{MM}{SS}` (local time, no separators in time part).
|
|
28
|
+
|
|
29
|
+
Create `.gsd-t/continue-here-{timestamp}.md`:
|
|
30
|
+
|
|
31
|
+
```markdown
|
|
32
|
+
# Continue Here — {YYYY-MM-DD HH:MM}
|
|
33
|
+
|
|
34
|
+
## Snapshot
|
|
35
|
+
- **Milestone**: {milestone name}
|
|
36
|
+
- **Phase**: {phase}
|
|
37
|
+
- **Version**: {version from progress.md}
|
|
38
|
+
- **Paused at**: {domain} → Task {N} | Between phases | {other description}
|
|
39
|
+
|
|
40
|
+
## Last Completed
|
|
41
|
+
{description of the last thing that finished — specific task, commit, or action}
|
|
42
|
+
|
|
43
|
+
## Next Action
|
|
44
|
+
{exactly what to do first when resuming — specific, actionable}
|
|
45
|
+
|
|
46
|
+
## Open Items
|
|
47
|
+
{any known blockers, pending decisions, or things to watch out for}
|
|
48
|
+
{None if clean}
|
|
49
|
+
|
|
50
|
+
## User Note
|
|
51
|
+
{$ARGUMENTS if provided, otherwise: _No note provided._}
|
|
52
|
+
|
|
53
|
+
## Resume Command
|
|
54
|
+
/user:gsd-t-resume
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
## Step 4: Confirm to User
|
|
58
|
+
|
|
59
|
+
Output:
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
⏸ Paused: {milestone name} — {phase}
|
|
63
|
+
|
|
64
|
+
Saved position: .gsd-t/continue-here-{timestamp}.md
|
|
65
|
+
Next action: {next action summary}
|
|
66
|
+
|
|
67
|
+
To resume: /user:gsd-t-resume
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## Step 5: Do NOT Stop Work (unless user asked to pause all work)
|
|
71
|
+
|
|
72
|
+
This command only saves position. If the user invoked /pause mid-task intending to stop:
|
|
73
|
+
- They will close the session themselves
|
|
74
|
+
- Do not auto-continue executing tasks after creating the file
|
|
75
|
+
|
|
76
|
+
If invoked with $ARGUMENTS containing "and continue" or similar, create the file and then continue the current task normally.
|
|
77
|
+
|
|
78
|
+
$ARGUMENTS
|
|
79
|
+
|
|
80
|
+
## Auto-Clear
|
|
81
|
+
|
|
82
|
+
All work is committed to project files. Execute `/clear` to free the context window for the next command.
|