gsd-antigravity-kit 1.32.0 → 2.0.0
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/.agent/skills/gsd/SKILL.md +152 -123
- package/.agent/skills/gsd/VERSION +1 -0
- package/.agent/skills/gsd/assets/templates/user-profile.md +8 -8
- package/.agent/skills/gsd/bin/gsd-tools.cjs +81 -3
- package/.agent/skills/gsd/bin/help-manifest.json +24 -1
- package/.agent/skills/gsd/bin/hooks/gsd-check-update.js +15 -5
- package/.agent/skills/gsd/bin/hooks/gsd-context-monitor.js +1 -1
- package/.agent/skills/gsd/bin/hooks/gsd-phase-boundary.sh +27 -0
- package/.agent/skills/gsd/bin/hooks/gsd-prompt-guard.js +2 -1
- package/.agent/skills/gsd/bin/hooks/gsd-read-guard.js +1 -1
- package/.agent/skills/gsd/bin/hooks/gsd-session-state.sh +33 -0
- package/.agent/skills/gsd/bin/hooks/gsd-statusline.js +5 -5
- package/.agent/skills/gsd/bin/hooks/gsd-validate-commit.sh +47 -0
- package/.agent/skills/gsd/bin/hooks/gsd-workflow-guard.js +1 -1
- package/.agent/skills/gsd/bin/lib/config.cjs +31 -10
- package/.agent/skills/gsd/bin/lib/core.cjs +48 -13
- package/.agent/skills/gsd/bin/lib/frontmatter.cjs +34 -2
- package/.agent/skills/gsd/bin/lib/intel.cjs +660 -0
- package/.agent/skills/gsd/bin/lib/learnings.cjs +378 -0
- package/.agent/skills/gsd/bin/lib/milestone.cjs +13 -4
- package/.agent/skills/gsd/bin/lib/model-profiles.cjs +17 -17
- package/.agent/skills/gsd/bin/lib/profile-output.cjs +31 -31
- package/.agent/skills/gsd/bin/lib/security.cjs +119 -0
- package/.agent/skills/gsd/bin/lib/verify.cjs +15 -15
- package/.agent/skills/gsd/migration_report.md +7 -0
- package/.agent/skills/gsd/references/agents/gsd-code-fixer.md +516 -0
- package/.agent/skills/gsd/references/agents/gsd-code-reviewer.md +355 -0
- package/.agent/skills/gsd/references/agents/gsd-debugger.md +10 -1
- package/.agent/skills/gsd/references/agents/gsd-executor.md +3 -0
- package/.agent/skills/gsd/references/agents/gsd-intel-updater.md +314 -0
- package/.agent/skills/gsd/references/agents/gsd-phase-researcher.md +3 -0
- package/.agent/skills/gsd/references/agents/gsd-plan-checker.md +16 -4
- package/.agent/skills/gsd/references/agents/gsd-planner.md +7 -0
- package/.agent/skills/gsd/references/agents/gsd-user-profiler.md +5 -5
- package/.agent/skills/gsd/references/agents/gsd-verifier.md +55 -1
- package/.agent/skills/gsd/references/agents/profiles/dev.md +21 -0
- package/.agent/skills/gsd/references/agents/profiles/research.md +22 -0
- package/.agent/skills/gsd/references/agents/profiles/review.md +22 -0
- package/.agent/skills/gsd/references/commands/{gsd-add-todo.md → atomic/add-todo.md} +5 -4
- package/.agent/skills/gsd/references/commands/{gsd-check-todos.md → atomic/check-todos.md} +5 -4
- package/.agent/skills/gsd/references/commands/{gsd-cleanup.md → atomic/cleanup.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-do.md → atomic/do.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-help.md → atomic/help.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-join-discord.md → atomic/join-discord.md} +21 -19
- package/.agent/skills/gsd/references/commands/{gsd-note.md → atomic/note.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-session-report.md → atomic/session-report.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-ship.md → atomic/ship.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-stats.md → atomic/stats.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-thread.md → atomic/thread.md} +7 -6
- package/.agent/skills/gsd/references/commands/atomic/undo.md +36 -0
- package/.agent/skills/gsd/references/commands/{gsd-add-backlog.md → milestone/add-backlog.md} +8 -7
- package/.agent/skills/gsd/references/commands/{gsd-audit-milestone.md → milestone/audit-milestone.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-complete-milestone.md → milestone/complete-milestone.md} +6 -4
- package/.agent/skills/gsd/references/commands/{gsd-milestone-summary.md → milestone/milestone-summary.md} +5 -3
- package/.agent/skills/gsd/references/commands/{gsd-new-milestone.md → milestone/new-milestone.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-plan-milestone-gaps.md → milestone/plan-milestone-gaps.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-plant-seed.md → milestone/plant-seed.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-review-backlog.md → milestone/review-backlog.md} +6 -5
- package/.agent/skills/gsd/references/commands/misc/audit-fix.md +35 -0
- package/.agent/skills/gsd/references/commands/{gsd-audit-uat.md → misc/audit-uat.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-next.md → misc/next.md} +6 -3
- package/.agent/skills/gsd/references/commands/{gsd-progress.md → misc/progress.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-verify-work.md → misc/verify-work.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-add-phase.md → phase/add-phase.md} +5 -4
- package/.agent/skills/gsd/references/commands/{gsd-add-tests.md → phase/add-tests.md} +8 -3
- package/.agent/skills/gsd/references/commands/{gsd-discuss-phase.md → phase/discuss-phase.md} +5 -4
- package/.agent/skills/gsd/references/commands/{gsd-execute-phase.md → phase/execute-phase.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-insert-phase.md → phase/insert-phase.md} +5 -4
- package/.agent/skills/gsd/references/commands/{gsd-list-phase-assumptions.md → phase/list-phase-assumptions.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-plan-phase.md → phase/plan-phase.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-remove-phase.md → phase/remove-phase.md} +5 -4
- package/.agent/skills/gsd/references/commands/{gsd-research-phase.md → phase/research-phase.md} +7 -6
- package/.agent/skills/gsd/references/commands/{gsd-secure-phase.md → phase/secure-phase.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-ui-phase.md → phase/ui-phase.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-ui-review.md → phase/ui-review.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-validate-phase.md → phase/validate-phase.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-workstreams.md → phase/workstreams.md} +71 -70
- package/.agent/skills/gsd/references/commands/{gsd-analyze-dependencies.md → project/analyze-dependencies.md} +5 -4
- package/.agent/skills/gsd/references/commands/project/explore.md +29 -0
- package/.agent/skills/gsd/references/commands/project/import.md +38 -0
- package/.agent/skills/gsd/references/commands/project/intel.md +181 -0
- package/.agent/skills/gsd/references/commands/{gsd-list-workspaces.md → project/list-workspaces.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-map-codebase.md → project/map-codebase.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-new-project.md → project/new-project.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-new-workspace.md → project/new-workspace.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-remove-workspace.md → project/remove-workspace.md} +4 -3
- package/.agent/skills/gsd/references/commands/project/scan.md +28 -0
- package/.agent/skills/gsd/references/commands/{gsd-autonomous.md → system/autonomous.md} +4 -3
- package/.agent/skills/gsd/references/commands/system/code-review-fix.md +54 -0
- package/.agent/skills/gsd/references/commands/system/code-review.md +57 -0
- package/.agent/skills/gsd/references/commands/{gsd-debug.md → system/debug.md} +7 -6
- package/.agent/skills/gsd/references/commands/{gsd-docs-update.md → system/docs-update.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-fast.md → system/fast.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-forensics.md → system/forensics.md} +5 -3
- package/.agent/skills/gsd/references/commands/{gsd-health.md → system/health.md} +5 -4
- package/.agent/skills/gsd/references/commands/{gsd-manager.md → system/manager.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-pause-work.md → system/pause-work.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-pr-branch.md → system/pr-branch.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-profile-user.md → system/profile-user.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-quick.md → system/quick.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-reapply-patches.md → system/reapply-patches.md} +25 -7
- package/.agent/skills/gsd/references/commands/{gsd-resume-work.md → system/resume-work.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-review.md → system/review.md} +4 -3
- package/.agent/skills/gsd/references/commands/system/set-profile.md +14 -0
- package/.agent/skills/gsd/references/commands/{gsd-settings.md → system/settings.md} +4 -3
- package/.agent/skills/gsd/references/commands/{gsd-update.md → system/update.md} +4 -3
- package/.agent/skills/gsd/references/docs/agent-contracts.md +79 -0
- package/.agent/skills/gsd/references/docs/common-bug-patterns.md +114 -0
- package/.agent/skills/gsd/references/docs/context-budget.md +49 -0
- package/.agent/skills/gsd/references/docs/domain-probes.md +125 -0
- package/.agent/skills/gsd/references/docs/few-shot-examples/plan-checker.md +73 -0
- package/.agent/skills/gsd/references/docs/few-shot-examples/verifier.md +109 -0
- package/.agent/skills/gsd/references/docs/gate-prompts.md +100 -0
- package/.agent/skills/gsd/references/docs/gates.md +70 -0
- package/.agent/skills/gsd/references/docs/model-profile-resolution.md +2 -0
- package/.agent/skills/gsd/references/docs/model-profiles.md +20 -14
- package/.agent/skills/gsd/references/docs/planning-config.md +216 -1
- package/.agent/skills/gsd/references/docs/revision-loop.md +97 -0
- package/.agent/skills/gsd/references/docs/thinking-models-debug.md +44 -0
- package/.agent/skills/gsd/references/docs/thinking-models-execution.md +50 -0
- package/.agent/skills/gsd/references/docs/thinking-models-planning.md +62 -0
- package/.agent/skills/gsd/references/docs/thinking-models-research.md +50 -0
- package/.agent/skills/gsd/references/docs/thinking-models-verification.md +55 -0
- package/.agent/skills/gsd/references/docs/thinking-partner.md +96 -0
- package/.agent/skills/gsd/references/docs/universal-anti-patterns.md +58 -0
- package/.agent/skills/gsd/references/docs/user-profiling.md +10 -10
- package/.agent/skills/gsd/references/docs/verification-overrides.md +227 -0
- package/.agent/skills/gsd/references/docs/workstream-flag.md +2 -2
- package/.agent/skills/gsd/references/mapping.md +11 -21
- package/.agent/skills/gsd/references/workflows/analyze-dependencies.md +3 -3
- package/.agent/skills/gsd/references/workflows/audit-fix.md +157 -0
- package/.agent/skills/gsd/references/workflows/autonomous.md +22 -1
- package/.agent/skills/gsd/references/workflows/code-review-fix.md +497 -0
- package/.agent/skills/gsd/references/workflows/code-review.md +515 -0
- package/.agent/skills/gsd/references/workflows/discuss-phase-power.md +3 -3
- package/.agent/skills/gsd/references/workflows/discuss-phase.md +20 -0
- package/.agent/skills/gsd/references/workflows/execute-phase.md +103 -0
- package/.agent/skills/gsd/references/workflows/explore.md +139 -0
- package/.agent/skills/gsd/references/workflows/import.md +274 -0
- package/.agent/skills/gsd/references/workflows/inbox.md +384 -0
- package/.agent/skills/gsd/references/workflows/manager.md +5 -5
- package/.agent/skills/gsd/references/workflows/new-milestone.md +1 -1
- package/.agent/skills/gsd/references/workflows/next.md +56 -0
- package/.agent/skills/gsd/references/workflows/plan-phase.md +48 -1
- package/.agent/skills/gsd/references/workflows/quick.md +96 -2
- package/.agent/skills/gsd/references/workflows/review.md +23 -3
- package/.agent/skills/gsd/references/workflows/scan.md +102 -0
- package/.agent/skills/gsd/references/workflows/settings.md +1 -1
- package/.agent/skills/gsd/references/workflows/ui-review.md +2 -2
- package/.agent/skills/gsd/references/workflows/undo.md +312 -0
- package/.agent/skills/gsd/references/workflows/update.md +5 -5
- package/.agent/skills/gsd-converter/SKILL.md +67 -59
- package/.agent/skills/gsd-converter/assets/migration-manifest.json +74 -0
- package/.agent/skills/gsd-converter/references/mapping.md +6 -16
- package/.agent/skills/gsd-converter/scripts/convert.py +419 -80
- package/.agent/skills/gsd-converter/scripts/regression_test.py +33 -0
- package/.agent/skills/selectpaste-update/SKILL.md +46 -0
- package/.agent/skills/selectpaste-update/scripts/sync-commands.py +317 -0
- package/README.md +4 -2
- package/bin/install.js +116 -116
- package/package.json +1 -1
- package/.agent/skills/gsd/references/commands/gsd-set-profile.md +0 -12
- /package/.agent/skills/gsd/references/commands/{gsd-tools.md → system/gsd-tools.md} +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:help
|
|
3
|
+
description: Show available GSD commands and usage guide
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- Read
|
|
6
|
+
gsd-source-version: 1.34.2
|
|
7
|
+
migration-date: 2026-04-08
|
|
6
8
|
---
|
|
7
|
-
|
|
8
9
|
<objective>
|
|
9
10
|
Display the complete GSD command reference.
|
|
10
11
|
|
package/.agent/skills/gsd/references/commands/{gsd-join-discord.md → atomic/join-discord.md}
RENAMED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
1
|
+
---
|
|
2
|
+
name: gsd:join-discord
|
|
3
|
+
description: Join the GSD Discord community
|
|
4
|
+
allowed-tools: []
|
|
5
|
+
gsd-source-version: 1.34.2
|
|
6
|
+
migration-date: 2026-04-08
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
<objective>
|
|
10
|
+
Display the Discord invite link for the GSD community server.
|
|
11
|
+
</objective>
|
|
12
|
+
|
|
13
|
+
<output>
|
|
14
|
+
# Join the GSD Discord
|
|
15
|
+
|
|
16
|
+
Connect with other GSD users, get help, share what you're building, and stay updated.
|
|
17
|
+
|
|
18
|
+
**Invite link:** https://discord.gg/mYgfVNfA2r
|
|
19
|
+
|
|
20
|
+
Click the link or paste it into your browser to join.
|
|
21
|
+
</output>
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:note
|
|
3
|
+
description: Zero-friction idea capture. Append, list, or promote notes to todos.
|
|
4
4
|
argument-hint: "<text> | list | promote <N> [--global]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
8
8
|
- Glob
|
|
9
9
|
- Grep
|
|
10
|
+
gsd-source-version: 1.34.2
|
|
11
|
+
migration-date: 2026-04-08
|
|
10
12
|
---
|
|
11
|
-
|
|
12
13
|
<objective>
|
|
13
14
|
Zero-friction idea capture — one Write call, one confirmation line.
|
|
14
15
|
|
package/.agent/skills/gsd/references/commands/{gsd-session-report.md → atomic/session-report.md}
RENAMED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:session-report
|
|
3
|
+
description: Generate a session report with token usage estimates, work summary, and outcomes
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- Read
|
|
6
6
|
- Bash
|
|
7
7
|
- Write
|
|
8
|
+
gsd-source-version: 1.34.2
|
|
9
|
+
migration-date: 2026-04-08
|
|
8
10
|
---
|
|
9
|
-
|
|
10
11
|
<objective>
|
|
11
12
|
Generate a structured SESSION_REPORT.md document capturing session outcomes, work performed, and estimated resource usage. Provides a shareable artifact for post-session review.
|
|
12
13
|
</objective>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:ship
|
|
3
|
+
description: Create PR, run review, and prepare for merge after verification passes
|
|
4
4
|
argument-hint: "[phase number or milestone, e.g., '4' or 'v1.0']"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
@@ -9,8 +9,9 @@ allowed-tools:
|
|
|
9
9
|
- Glob
|
|
10
10
|
- Write
|
|
11
11
|
- AskUserQuestion
|
|
12
|
+
gsd-source-version: 1.34.2
|
|
13
|
+
migration-date: 2026-04-08
|
|
12
14
|
---
|
|
13
|
-
|
|
14
15
|
<objective>
|
|
15
16
|
Bridge local completion → merged PR. After /gsd-verify-work passes, ship the work: push branch, create PR with auto-generated body, optionally trigger review, and track the merge.
|
|
16
17
|
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:stats
|
|
3
|
+
description: Display project statistics — phases, plans, requirements, git metrics, and timeline
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- Read
|
|
6
6
|
- Bash
|
|
7
|
+
gsd-source-version: 1.34.2
|
|
8
|
+
migration-date: 2026-04-08
|
|
7
9
|
---
|
|
8
|
-
|
|
9
10
|
<objective>
|
|
10
11
|
Display comprehensive project statistics including phase progress, plan execution metrics, requirements completion, git history stats, and project timeline.
|
|
11
12
|
</objective>
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
4
|
-
argument-hint:
|
|
2
|
+
name: gsd:thread
|
|
3
|
+
description: Manage persistent context threads for cross-session work
|
|
4
|
+
argument-hint: [name | description]
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
8
8
|
- Bash
|
|
9
|
+
gsd-source-version: 1.34.2
|
|
10
|
+
migration-date: 2026-04-08
|
|
9
11
|
---
|
|
10
12
|
|
|
11
|
-
|
|
12
13
|
<objective>
|
|
13
14
|
Create, list, or resume persistent context threads. Threads are lightweight
|
|
14
15
|
cross-session knowledge stores for work that spans multiple sessions but
|
|
@@ -63,7 +64,7 @@ Create a new thread:
|
|
|
63
64
|
|
|
64
65
|
1. Generate slug from description:
|
|
65
66
|
```bash
|
|
66
|
-
|
|
67
|
+
.agent/skills/gsd/bin/gsd-tools.cjs" generate-slug "$ARGUMENTS" --raw)
|
|
67
68
|
```
|
|
68
69
|
|
|
69
70
|
2. Create the threads directory if needed:
|
|
@@ -102,7 +103,7 @@ Create a new thread:
|
|
|
102
103
|
|
|
103
104
|
5. Commit:
|
|
104
105
|
```bash
|
|
105
|
-
|
|
106
|
+
.agent/skills/gsd/bin/gsd-tools.cjs" commit "docs: create thread — ${ARGUMENTS}" --files ".planning/threads/${SLUG}.md"
|
|
106
107
|
```
|
|
107
108
|
|
|
108
109
|
6. Report:
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: gsd:undo
|
|
3
|
+
description: "Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks."
|
|
4
|
+
argument-hint: "--last N | --phase NN | --plan NN-MM"
|
|
5
|
+
allowed-tools:
|
|
6
|
+
- Read
|
|
7
|
+
- Bash
|
|
8
|
+
- Glob
|
|
9
|
+
- Grep
|
|
10
|
+
- AskUserQuestion
|
|
11
|
+
gsd-source-version: 1.34.2
|
|
12
|
+
migration-date: 2026-04-08
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
<objective>
|
|
16
|
+
Safe git revert — roll back GSD phase or plan commits using the phase manifest, with dependency checks and a confirmation gate before execution.
|
|
17
|
+
|
|
18
|
+
Three modes:
|
|
19
|
+
- **--last N**: Show recent GSD commits for interactive selection
|
|
20
|
+
- **--phase NN**: Revert all commits for a phase (manifest + git log fallback)
|
|
21
|
+
- **--plan NN-MM**: Revert all commits for a specific plan
|
|
22
|
+
</objective>
|
|
23
|
+
|
|
24
|
+
<execution_context>
|
|
25
|
+
@references/workflows/undo.md
|
|
26
|
+
@references/docs/ui-brand.md
|
|
27
|
+
@references/docs/gate-prompts.md
|
|
28
|
+
</execution_context>
|
|
29
|
+
|
|
30
|
+
<context>
|
|
31
|
+
$ARGUMENTS
|
|
32
|
+
</context>
|
|
33
|
+
|
|
34
|
+
<process>
|
|
35
|
+
Execute the undo workflow from @references/workflows/undo.md end-to-end.
|
|
36
|
+
</process>
|
package/.agent/skills/gsd/references/commands/{gsd-add-backlog.md → milestone/add-backlog.md}
RENAMED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
4
|
-
argument-hint:
|
|
2
|
+
name: gsd:add-backlog
|
|
3
|
+
description: Add an idea to the backlog parking lot (999.x numbering)
|
|
4
|
+
argument-hint: <description>
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
8
8
|
- Bash
|
|
9
|
+
gsd-source-version: 1.34.2
|
|
10
|
+
migration-date: 2026-04-08
|
|
9
11
|
---
|
|
10
12
|
|
|
11
|
-
|
|
12
13
|
<objective>
|
|
13
14
|
Add a backlog item to the roadmap using 999.x numbering. Backlog items are
|
|
14
15
|
unsequenced ideas that aren't ready for active planning — they live outside
|
|
@@ -24,13 +25,13 @@ the normal phase sequence and accumulate context over time.
|
|
|
24
25
|
|
|
25
26
|
2. **Find next backlog number:**
|
|
26
27
|
```bash
|
|
27
|
-
|
|
28
|
+
.agent/skills/gsd/bin/gsd-tools.cjs" phase next-decimal 999 --raw)
|
|
28
29
|
```
|
|
29
30
|
If no 999.x phases exist, start at 999.1.
|
|
30
31
|
|
|
31
32
|
3. **Create the phase directory:**
|
|
32
33
|
```bash
|
|
33
|
-
|
|
34
|
+
.agent/skills/gsd/bin/gsd-tools.cjs" generate-slug "$ARGUMENTS" --raw)
|
|
34
35
|
mkdir -p ".planning/phases/${NEXT}-${SLUG}"
|
|
35
36
|
touch ".planning/phases/${NEXT}-${SLUG}/.gitkeep"
|
|
36
37
|
```
|
|
@@ -52,7 +53,7 @@ the normal phase sequence and accumulate context over time.
|
|
|
52
53
|
|
|
53
54
|
5. **Commit:**
|
|
54
55
|
```bash
|
|
55
|
-
|
|
56
|
+
.agent/skills/gsd/bin/gsd-tools.cjs" commit "docs: add backlog item ${NEXT} — ${ARGUMENTS}" --files .planning/ROADMAP.md ".planning/phases/${NEXT}-${SLUG}/.gitkeep"
|
|
56
57
|
```
|
|
57
58
|
|
|
58
59
|
6. **Report:**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:audit-milestone
|
|
3
|
+
description: Audit milestone completion against original intent before archiving
|
|
4
4
|
argument-hint: "[version]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
@@ -9,8 +9,9 @@ allowed-tools:
|
|
|
9
9
|
- Bash
|
|
10
10
|
- Task
|
|
11
11
|
- Write
|
|
12
|
+
gsd-source-version: 1.34.2
|
|
13
|
+
migration-date: 2026-04-08
|
|
12
14
|
---
|
|
13
|
-
|
|
14
15
|
<objective>
|
|
15
16
|
Verify milestone achieved its definition of done. Check requirements coverage, cross-phase integration, and end-to-end flows.
|
|
16
17
|
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
type: prompt
|
|
3
|
+
name: gsd:complete-milestone
|
|
4
|
+
description: Archive completed milestone and prepare for next version
|
|
5
|
+
argument-hint: <version>
|
|
5
6
|
allowed-tools:
|
|
6
7
|
- Read
|
|
7
8
|
- Write
|
|
8
9
|
- Bash
|
|
10
|
+
gsd-source-version: 1.34.2
|
|
11
|
+
migration-date: 2026-04-08
|
|
9
12
|
---
|
|
10
13
|
|
|
11
|
-
|
|
12
14
|
<objective>
|
|
13
15
|
Mark milestone {{version}} complete, archive to milestones/, and update ROADMAP.md and REQUIREMENTS.md.
|
|
14
16
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
type: prompt
|
|
3
|
+
name: gsd:milestone-summary
|
|
4
|
+
description: Generate a comprehensive project summary from milestone artifacts for team onboarding and review
|
|
4
5
|
argument-hint: "[version]"
|
|
5
6
|
allowed-tools:
|
|
6
7
|
- Read
|
|
@@ -8,9 +9,10 @@ allowed-tools:
|
|
|
8
9
|
- Bash
|
|
9
10
|
- Grep
|
|
10
11
|
- Glob
|
|
12
|
+
gsd-source-version: 1.34.2
|
|
13
|
+
migration-date: 2026-04-08
|
|
11
14
|
---
|
|
12
15
|
|
|
13
|
-
|
|
14
16
|
<objective>
|
|
15
17
|
Generate a structured milestone summary for team onboarding and project review. Reads completed milestone artifacts (ROADMAP, REQUIREMENTS, CONTEXT, SUMMARY, VERIFICATION files) and produces a human-friendly overview of what was built, how, and why.
|
|
16
18
|
|
package/.agent/skills/gsd/references/commands/{gsd-new-milestone.md → milestone/new-milestone.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:new-milestone
|
|
3
|
+
description: Start a new milestone cycle — update PROJECT.md and route to requirements
|
|
4
4
|
argument-hint: "[milestone name, e.g., 'v1.1 Notifications']"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
@@ -8,8 +8,9 @@ allowed-tools:
|
|
|
8
8
|
- Bash
|
|
9
9
|
- Task
|
|
10
10
|
- AskUserQuestion
|
|
11
|
+
gsd-source-version: 1.34.2
|
|
12
|
+
migration-date: 2026-04-08
|
|
11
13
|
---
|
|
12
|
-
|
|
13
14
|
<objective>
|
|
14
15
|
Start a new milestone: questioning → research (optional) → requirements → roadmap.
|
|
15
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:plan-milestone-gaps
|
|
3
|
+
description: Create phases to close all gaps identified by milestone audit
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- Read
|
|
6
6
|
- Write
|
|
@@ -8,8 +8,9 @@ allowed-tools:
|
|
|
8
8
|
- Glob
|
|
9
9
|
- Grep
|
|
10
10
|
- AskUserQuestion
|
|
11
|
+
gsd-source-version: 1.34.2
|
|
12
|
+
migration-date: 2026-04-08
|
|
11
13
|
---
|
|
12
|
-
|
|
13
14
|
<objective>
|
|
14
15
|
Create all phases necessary to close gaps identified by `/gsd-audit-milestone`.
|
|
15
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:plant-seed
|
|
3
|
+
description: Capture a forward-looking idea with trigger conditions — surfaces automatically at the right milestone
|
|
4
4
|
argument-hint: "[idea summary]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
@@ -8,9 +8,10 @@ allowed-tools:
|
|
|
8
8
|
- Edit
|
|
9
9
|
- Bash
|
|
10
10
|
- AskUserQuestion
|
|
11
|
+
gsd-source-version: 1.34.2
|
|
12
|
+
migration-date: 2026-04-08
|
|
11
13
|
---
|
|
12
14
|
|
|
13
|
-
|
|
14
15
|
<objective>
|
|
15
16
|
Capture an idea that's too big for now but should surface automatically when the right
|
|
16
17
|
milestone arrives. Seeds solve context rot: instead of a one-liner in Deferred that nobody
|
package/.agent/skills/gsd/references/commands/{gsd-review-backlog.md → milestone/review-backlog.md}
RENAMED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:review-backlog
|
|
3
|
+
description: Review and promote backlog items to active milestone
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- Read
|
|
6
6
|
- Write
|
|
7
7
|
- Bash
|
|
8
8
|
- AskUserQuestion
|
|
9
|
+
gsd-source-version: 1.34.2
|
|
10
|
+
migration-date: 2026-04-08
|
|
9
11
|
---
|
|
10
12
|
|
|
11
|
-
|
|
12
13
|
<objective>
|
|
13
14
|
Review all 999.x backlog items and optionally promote them into the active
|
|
14
15
|
milestone sequence or remove stale entries.
|
|
@@ -35,7 +36,7 @@ milestone sequence or remove stale entries.
|
|
|
35
36
|
- Find the next sequential phase number in the active milestone
|
|
36
37
|
- Rename the directory from `999.x-slug` to `{new_num}-slug`:
|
|
37
38
|
```bash
|
|
38
|
-
|
|
39
|
+
.agent/skills/gsd/bin/gsd-tools.cjs" phase add "${DESCRIPTION}" --raw)
|
|
39
40
|
```
|
|
40
41
|
- Move accumulated artifacts to the new phase directory
|
|
41
42
|
- Update ROADMAP.md: move the entry from `## Backlog` section to the active phase list
|
|
@@ -48,7 +49,7 @@ milestone sequence or remove stale entries.
|
|
|
48
49
|
|
|
49
50
|
6. **Commit changes:**
|
|
50
51
|
```bash
|
|
51
|
-
|
|
52
|
+
.agent/skills/gsd/bin/gsd-tools.cjs" commit "docs: review backlog — promoted N, removed M" --files .planning/ROADMAP.md
|
|
52
53
|
```
|
|
53
54
|
|
|
54
55
|
7. **Report summary:**
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
type: prompt
|
|
3
|
+
name: gsd:audit-fix
|
|
4
|
+
description: Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
|
|
5
|
+
argument-hint: "--source <audit-uat> [--severity <medium|high|all>] [--max N] [--dry-run]"
|
|
6
|
+
allowed-tools:
|
|
7
|
+
- Read
|
|
8
|
+
- Write
|
|
9
|
+
- Edit
|
|
10
|
+
- Bash
|
|
11
|
+
- Grep
|
|
12
|
+
- Glob
|
|
13
|
+
- Agent
|
|
14
|
+
- AskUserQuestion
|
|
15
|
+
gsd-source-version: 1.34.2
|
|
16
|
+
migration-date: 2026-04-08
|
|
17
|
+
---
|
|
18
|
+
<objective>
|
|
19
|
+
Run an audit, classify findings as auto-fixable vs manual-only, then autonomously fix
|
|
20
|
+
auto-fixable issues with test verification and atomic commits.
|
|
21
|
+
|
|
22
|
+
Flags:
|
|
23
|
+
- `--max N` — maximum findings to fix (default: 5)
|
|
24
|
+
- `--severity high|medium|all` — minimum severity to process (default: medium)
|
|
25
|
+
- `--dry-run` — classify findings without fixing (shows classification table)
|
|
26
|
+
- `--source <audit>` — which audit to run (default: audit-uat)
|
|
27
|
+
</objective>
|
|
28
|
+
|
|
29
|
+
<execution_context>
|
|
30
|
+
@references/workflows/audit-fix.md
|
|
31
|
+
</execution_context>
|
|
32
|
+
|
|
33
|
+
<process>
|
|
34
|
+
Execute the audit-fix workflow from @references/workflows/audit-fix.md end-to-end.
|
|
35
|
+
</process>
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:audit-uat
|
|
3
|
+
description: Cross-phase audit of all outstanding UAT and verification items
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- Read
|
|
6
6
|
- Glob
|
|
7
7
|
- Grep
|
|
8
8
|
- Bash
|
|
9
|
+
gsd-source-version: 1.34.2
|
|
10
|
+
migration-date: 2026-04-08
|
|
9
11
|
---
|
|
10
|
-
|
|
11
12
|
<objective>
|
|
12
13
|
Scan all phases for pending, skipped, blocked, and human_needed UAT items. Cross-reference against codebase to detect stale documentation. Produce prioritized human test plan.
|
|
13
14
|
</objective>
|
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:next
|
|
3
|
+
description: Automatically advance to the next logical step in the GSD workflow
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- Read
|
|
6
6
|
- Bash
|
|
7
7
|
- Grep
|
|
8
8
|
- Glob
|
|
9
9
|
- SlashCommand
|
|
10
|
+
gsd-source-version: 1.34.2
|
|
11
|
+
migration-date: 2026-04-08
|
|
10
12
|
---
|
|
11
|
-
|
|
12
13
|
<objective>
|
|
13
14
|
Detect the current project state and automatically invoke the next logical GSD workflow step.
|
|
14
15
|
No arguments needed — reads STATE.md, ROADMAP.md, and phase directories to determine what comes next.
|
|
15
16
|
|
|
16
17
|
Designed for rapid multi-project workflows where remembering which phase/step you're on is overhead.
|
|
18
|
+
|
|
19
|
+
Supports `--force` flag to bypass safety gates (checkpoint, error state, verification failures).
|
|
17
20
|
</objective>
|
|
18
21
|
|
|
19
22
|
<execution_context>
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:progress
|
|
3
|
+
description: Check project progress, show context, and route to next action (execute or plan)
|
|
4
4
|
allowed-tools:
|
|
5
5
|
- Read
|
|
6
6
|
- Bash
|
|
7
7
|
- Grep
|
|
8
8
|
- Glob
|
|
9
9
|
- SlashCommand
|
|
10
|
+
gsd-source-version: 1.34.2
|
|
11
|
+
migration-date: 2026-04-08
|
|
10
12
|
---
|
|
11
|
-
|
|
12
13
|
<objective>
|
|
13
14
|
Check project progress, summarize recent work and what's ahead, then intelligently route to the next action - either executing an existing plan or creating the next one.
|
|
14
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:verify-work
|
|
3
|
+
description: Validate built features through conversational UAT
|
|
4
4
|
argument-hint: "[phase number, e.g., '4']"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
@@ -10,8 +10,9 @@ allowed-tools:
|
|
|
10
10
|
- Edit
|
|
11
11
|
- Write
|
|
12
12
|
- Task
|
|
13
|
+
gsd-source-version: 1.34.2
|
|
14
|
+
migration-date: 2026-04-08
|
|
13
15
|
---
|
|
14
|
-
|
|
15
16
|
<objective>
|
|
16
17
|
Validate built features through conversational testing with persistent state.
|
|
17
18
|
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
4
|
-
argument-hint:
|
|
2
|
+
name: gsd:add-phase
|
|
3
|
+
description: Add phase to end of current milestone in roadmap
|
|
4
|
+
argument-hint: <description>
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
8
8
|
- Bash
|
|
9
|
+
gsd-source-version: 1.34.2
|
|
10
|
+
migration-date: 2026-04-08
|
|
9
11
|
---
|
|
10
12
|
|
|
11
|
-
|
|
12
13
|
<objective>
|
|
13
14
|
Add a new integer phase to the end of the current milestone in the roadmap.
|
|
14
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:add-tests
|
|
3
|
+
description: Generate tests for a completed phase based on UAT criteria and implementation
|
|
4
4
|
argument-hint: "<phase> [additional instructions]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
@@ -11,8 +11,13 @@ allowed-tools:
|
|
|
11
11
|
- Grep
|
|
12
12
|
- Task
|
|
13
13
|
- AskUserQuestion
|
|
14
|
+
argument-instructions: |
|
|
15
|
+
Parse the argument as a phase number (integer, decimal, or letter-suffix), plus optional free-text instructions.
|
|
16
|
+
Example: /gsd-add-tests 12
|
|
17
|
+
Example: /gsd-add-tests 12 focus on edge cases in the pricing module
|
|
18
|
+
gsd-source-version: 1.34.2
|
|
19
|
+
migration-date: 2026-04-08
|
|
14
20
|
---
|
|
15
|
-
|
|
16
21
|
<objective>
|
|
17
22
|
Generate unit and E2E tests for a completed phase, using its SUMMARY.md, CONTEXT.md, and VERIFICATION.md as specifications.
|
|
18
23
|
|
package/.agent/skills/gsd/references/commands/{gsd-discuss-phase.md → phase/discuss-phase.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:discuss-phase
|
|
3
|
+
description: Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Antigravity picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).
|
|
4
4
|
argument-hint: "<phase> [--auto] [--chain] [--batch] [--analyze] [--text] [--power]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
@@ -12,9 +12,10 @@ allowed-tools:
|
|
|
12
12
|
- Task
|
|
13
13
|
- mcp__context7__resolve-library-id
|
|
14
14
|
- mcp__context7__query-docs
|
|
15
|
+
gsd-source-version: 1.34.2
|
|
16
|
+
migration-date: 2026-04-08
|
|
15
17
|
---
|
|
16
18
|
|
|
17
|
-
|
|
18
19
|
<objective>
|
|
19
20
|
Extract implementation decisions that downstream agents need — researcher and planner will use CONTEXT.md to know what to investigate and what choices are locked.
|
|
20
21
|
|
|
@@ -49,7 +50,7 @@ Context files are resolved in-workflow using `init phase-op` and roadmap/state t
|
|
|
49
50
|
<process>
|
|
50
51
|
**Mode routing:**
|
|
51
52
|
```bash
|
|
52
|
-
|
|
53
|
+
.agent/skills/gsd/bin/gsd-tools.cjs" config-get workflow.discuss_mode 2>/dev/null || echo "discuss")
|
|
53
54
|
```
|
|
54
55
|
|
|
55
56
|
If `DISCUSS_MODE` is `"assumptions"`: Read and execute @references/workflows/discuss-phase-assumptions.md end-to-end.
|
package/.agent/skills/gsd/references/commands/{gsd-execute-phase.md → phase/execute-phase.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
2
|
+
name: gsd:execute-phase
|
|
3
|
+
description: Execute all plans in a phase with wave-based parallelization
|
|
4
4
|
argument-hint: "<phase-number> [--wave N] [--gaps-only] [--interactive]"
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
@@ -12,8 +12,9 @@ allowed-tools:
|
|
|
12
12
|
- Task
|
|
13
13
|
- TodoWrite
|
|
14
14
|
- AskUserQuestion
|
|
15
|
+
gsd-source-version: 1.34.2
|
|
16
|
+
migration-date: 2026-04-08
|
|
15
17
|
---
|
|
16
|
-
|
|
17
18
|
<objective>
|
|
18
19
|
Execute all plans in a phase using wave-based parallel execution.
|
|
19
20
|
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: gsd
|
|
3
|
-
description:
|
|
4
|
-
argument-hint:
|
|
2
|
+
name: gsd:insert-phase
|
|
3
|
+
description: Insert urgent work as decimal phase (e.g., 72.1) between existing phases
|
|
4
|
+
argument-hint: <after> <description>
|
|
5
5
|
allowed-tools:
|
|
6
6
|
- Read
|
|
7
7
|
- Write
|
|
8
8
|
- Bash
|
|
9
|
+
gsd-source-version: 1.34.2
|
|
10
|
+
migration-date: 2026-04-08
|
|
9
11
|
---
|
|
10
12
|
|
|
11
|
-
|
|
12
13
|
<objective>
|
|
13
14
|
Insert a decimal phase for urgent work discovered mid-milestone that must be completed between existing integer phases.
|
|
14
15
|
|