@howlil/ez-agents 2.0.0 → 3.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.
Files changed (145) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +157 -110
  3. package/README.zh-CN.md +84 -84
  4. package/agents/ez-plan-checker.md +2 -2
  5. package/agents/ez-research-synthesizer.md +1 -1
  6. package/agents/ez-ui-auditor.md +0 -2
  7. package/agents/ez-ui-checker.md +2 -4
  8. package/agents/ez-ui-researcher.md +0 -2
  9. package/agents/ez-verifier.md +1 -1
  10. package/bin/install.js +211 -211
  11. package/commands/ez/debug.md +1 -1
  12. package/commands/ez/map-codebase.md +1 -1
  13. package/commands/ez/reapply-patches.md +3 -3
  14. package/commands/ez/research-phase.md +1 -1
  15. package/{get-shit-done → ez-agents}/bin/ez-tools.cjs +1 -1
  16. package/{get-shit-done → ez-agents}/bin/lib/assistant-adapter.cjs +205 -205
  17. package/{get-shit-done → ez-agents}/bin/lib/audit-exec.cjs +150 -150
  18. package/{get-shit-done → ez-agents}/bin/lib/auth.cjs +175 -175
  19. package/{get-shit-done → ez-agents}/bin/lib/circuit-breaker.cjs +118 -118
  20. package/{get-shit-done → ez-agents}/bin/lib/commands.cjs +666 -666
  21. package/{get-shit-done → ez-agents}/bin/lib/config.cjs +183 -183
  22. package/{get-shit-done → ez-agents}/bin/lib/core.cjs +495 -495
  23. package/{get-shit-done → ez-agents}/bin/lib/file-lock.cjs +236 -236
  24. package/{get-shit-done → ez-agents}/bin/lib/frontmatter.cjs +299 -299
  25. package/{get-shit-done → ez-agents}/bin/lib/fs-utils.cjs +153 -153
  26. package/{get-shit-done → ez-agents}/bin/lib/git-utils.cjs +203 -203
  27. package/{get-shit-done → ez-agents}/bin/lib/health-check.cjs +163 -163
  28. package/{get-shit-done → ez-agents}/bin/lib/index.cjs +113 -113
  29. package/{get-shit-done → ez-agents}/bin/lib/init.cjs +710 -710
  30. package/{get-shit-done → ez-agents}/bin/lib/logger.cjs +117 -117
  31. package/{get-shit-done → ez-agents}/bin/lib/milestone.cjs +241 -241
  32. package/{get-shit-done → ez-agents}/bin/lib/model-provider.cjs +146 -146
  33. package/{get-shit-done → ez-agents}/bin/lib/phase.cjs +908 -908
  34. package/{get-shit-done → ez-agents}/bin/lib/retry.cjs +119 -119
  35. package/{get-shit-done → ez-agents}/bin/lib/roadmap.cjs +305 -305
  36. package/{get-shit-done → ez-agents}/bin/lib/safe-exec.cjs +128 -128
  37. package/{get-shit-done → ez-agents}/bin/lib/safe-path.cjs +130 -130
  38. package/{get-shit-done → ez-agents}/bin/lib/state.cjs +721 -721
  39. package/{get-shit-done → ez-agents}/bin/lib/temp-file.cjs +239 -239
  40. package/{get-shit-done → ez-agents}/bin/lib/template.cjs +222 -222
  41. package/{get-shit-done → ez-agents}/bin/lib/test-file-lock.cjs +112 -112
  42. package/{get-shit-done → ez-agents}/bin/lib/test-graceful.cjs +93 -93
  43. package/{get-shit-done → ez-agents}/bin/lib/test-logger.cjs +60 -60
  44. package/{get-shit-done → ez-agents}/bin/lib/test-safe-exec.cjs +38 -38
  45. package/{get-shit-done → ez-agents}/bin/lib/test-safe-path.cjs +33 -33
  46. package/{get-shit-done → ez-agents}/bin/lib/test-temp-file.cjs +125 -125
  47. package/{get-shit-done → ez-agents}/bin/lib/timeout-exec.cjs +62 -62
  48. package/{get-shit-done → ez-agents}/bin/lib/verify.cjs +820 -820
  49. package/{get-shit-done → ez-agents}/references/checkpoints.md +776 -776
  50. package/{get-shit-done → ez-agents}/references/questioning.md +162 -162
  51. package/{get-shit-done → ez-agents}/references/tdd.md +263 -263
  52. package/{get-shit-done → ez-agents}/templates/codebase/concerns.md +310 -310
  53. package/{get-shit-done → ez-agents}/templates/codebase/conventions.md +307 -307
  54. package/{get-shit-done → ez-agents}/templates/codebase/integrations.md +280 -280
  55. package/{get-shit-done → ez-agents}/templates/codebase/stack.md +186 -186
  56. package/{get-shit-done → ez-agents}/templates/codebase/testing.md +480 -480
  57. package/{get-shit-done → ez-agents}/templates/config.json +37 -37
  58. package/{get-shit-done → ez-agents}/templates/continue-here.md +78 -78
  59. package/{get-shit-done → ez-agents}/templates/milestone-archive.md +123 -123
  60. package/{get-shit-done → ez-agents}/templates/milestone.md +115 -115
  61. package/{get-shit-done → ez-agents}/templates/requirements.md +231 -231
  62. package/{get-shit-done → ez-agents}/templates/research-project/ARCHITECTURE.md +204 -204
  63. package/{get-shit-done → ez-agents}/templates/research-project/FEATURES.md +147 -147
  64. package/{get-shit-done → ez-agents}/templates/research-project/PITFALLS.md +200 -200
  65. package/{get-shit-done → ez-agents}/templates/research-project/STACK.md +120 -120
  66. package/{get-shit-done → ez-agents}/templates/research-project/SUMMARY.md +170 -170
  67. package/{get-shit-done → ez-agents}/templates/retrospective.md +54 -54
  68. package/{get-shit-done → ez-agents}/templates/roadmap.md +202 -202
  69. package/{get-shit-done → ez-agents}/templates/summary-minimal.md +41 -41
  70. package/{get-shit-done → ez-agents}/templates/summary-standard.md +48 -48
  71. package/{get-shit-done → ez-agents}/templates/summary.md +248 -248
  72. package/{get-shit-done → ez-agents}/templates/user-setup.md +311 -311
  73. package/{get-shit-done → ez-agents}/templates/verification-report.md +322 -322
  74. package/{get-shit-done → ez-agents}/workflows/add-phase.md +112 -112
  75. package/{get-shit-done → ez-agents}/workflows/add-tests.md +351 -351
  76. package/{get-shit-done → ez-agents}/workflows/add-todo.md +158 -158
  77. package/{get-shit-done → ez-agents}/workflows/audit-milestone.md +332 -332
  78. package/{get-shit-done → ez-agents}/workflows/autonomous.md +743 -743
  79. package/{get-shit-done → ez-agents}/workflows/check-todos.md +177 -177
  80. package/{get-shit-done → ez-agents}/workflows/cleanup.md +152 -152
  81. package/{get-shit-done → ez-agents}/workflows/complete-milestone.md +766 -766
  82. package/ez-agents/workflows/debug.md +0 -0
  83. package/{get-shit-done → ez-agents}/workflows/diagnose-issues.md +219 -219
  84. package/{get-shit-done → ez-agents}/workflows/discovery-phase.md +289 -289
  85. package/{get-shit-done → ez-agents}/workflows/discuss-phase.md +762 -762
  86. package/{get-shit-done → ez-agents}/workflows/execute-phase.md +468 -468
  87. package/{get-shit-done → ez-agents}/workflows/execute-plan.md +483 -483
  88. package/{get-shit-done → ez-agents}/workflows/health.md +159 -159
  89. package/{get-shit-done → ez-agents}/workflows/help.md +492 -492
  90. package/{get-shit-done → ez-agents}/workflows/insert-phase.md +130 -130
  91. package/{get-shit-done → ez-agents}/workflows/list-phase-assumptions.md +178 -178
  92. package/{get-shit-done → ez-agents}/workflows/map-codebase.md +316 -316
  93. package/{get-shit-done → ez-agents}/workflows/new-milestone.md +384 -384
  94. package/{get-shit-done → ez-agents}/workflows/new-project.md +1111 -1111
  95. package/{get-shit-done → ez-agents}/workflows/node-repair.md +92 -92
  96. package/{get-shit-done → ez-agents}/workflows/pause-work.md +122 -122
  97. package/{get-shit-done → ez-agents}/workflows/plan-milestone-gaps.md +274 -274
  98. package/{get-shit-done → ez-agents}/workflows/plan-phase.md +651 -651
  99. package/{get-shit-done → ez-agents}/workflows/progress.md +382 -382
  100. package/{get-shit-done → ez-agents}/workflows/quick.md +610 -610
  101. package/{get-shit-done → ez-agents}/workflows/remove-phase.md +155 -155
  102. package/{get-shit-done → ez-agents}/workflows/research-phase.md +74 -74
  103. package/{get-shit-done → ez-agents}/workflows/resume-project.md +307 -307
  104. package/{get-shit-done → ez-agents}/workflows/set-profile.md +81 -81
  105. package/{get-shit-done → ez-agents}/workflows/settings.md +242 -242
  106. package/{get-shit-done → ez-agents}/workflows/stats.md +57 -57
  107. package/{get-shit-done → ez-agents}/workflows/transition.md +544 -544
  108. package/{get-shit-done → ez-agents}/workflows/ui-phase.md +290 -290
  109. package/{get-shit-done → ez-agents}/workflows/ui-review.md +157 -157
  110. package/{get-shit-done → ez-agents}/workflows/update.md +320 -320
  111. package/{get-shit-done → ez-agents}/workflows/validate-phase.md +167 -167
  112. package/{get-shit-done → ez-agents}/workflows/verify-phase.md +243 -243
  113. package/{get-shit-done → ez-agents}/workflows/verify-work.md +5 -5
  114. package/hooks/dist/ez-check-update.js +81 -0
  115. package/hooks/dist/ez-context-monitor.js +141 -0
  116. package/hooks/dist/ez-statusline.js +115 -0
  117. package/package.json +13 -3
  118. package/scripts/build-hooks.js +43 -43
  119. package/scripts/run-tests.cjs +29 -29
  120. /package/{get-shit-done → ez-agents}/references/continuation-format.md +0 -0
  121. /package/{get-shit-done → ez-agents}/references/decimal-phase-calculation.md +0 -0
  122. /package/{get-shit-done → ez-agents}/references/git-integration.md +0 -0
  123. /package/{get-shit-done → ez-agents}/references/git-planning-commit.md +0 -0
  124. /package/{get-shit-done → ez-agents}/references/model-profile-resolution.md +0 -0
  125. /package/{get-shit-done → ez-agents}/references/model-profiles.md +0 -0
  126. /package/{get-shit-done → ez-agents}/references/phase-argument-parsing.md +0 -0
  127. /package/{get-shit-done → ez-agents}/references/planning-config.md +0 -0
  128. /package/{get-shit-done → ez-agents}/references/ui-brand.md +0 -0
  129. /package/{get-shit-done → ez-agents}/references/verification-patterns.md +0 -0
  130. /package/{get-shit-done → ez-agents}/templates/DEBUG.md +0 -0
  131. /package/{get-shit-done → ez-agents}/templates/UAT.md +0 -0
  132. /package/{get-shit-done → ez-agents}/templates/UI-SPEC.md +0 -0
  133. /package/{get-shit-done → ez-agents}/templates/VALIDATION.md +0 -0
  134. /package/{get-shit-done → ez-agents}/templates/codebase/architecture.md +0 -0
  135. /package/{get-shit-done → ez-agents}/templates/codebase/structure.md +0 -0
  136. /package/{get-shit-done → ez-agents}/templates/context.md +0 -0
  137. /package/{get-shit-done → ez-agents}/templates/copilot-instructions.md +0 -0
  138. /package/{get-shit-done → ez-agents}/templates/debug-subagent-prompt.md +0 -0
  139. /package/{get-shit-done → ez-agents}/templates/discovery.md +0 -0
  140. /package/{get-shit-done → ez-agents}/templates/phase-prompt.md +0 -0
  141. /package/{get-shit-done → ez-agents}/templates/planner-subagent-prompt.md +0 -0
  142. /package/{get-shit-done → ez-agents}/templates/project.md +0 -0
  143. /package/{get-shit-done → ez-agents}/templates/research.md +0 -0
  144. /package/{get-shit-done → ez-agents}/templates/state.md +0 -0
  145. /package/{get-shit-done → ez-agents}/templates/summary-complex.md +0 -0
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 Lex Christopherson
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Lex Christopherson
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  **English** · [简体中文](README.zh-CN.md)
8
8
 
9
- **An independent fork of GSD with multi-model support (Qwen, Kimi, OpenAI, Claude) and enhanced reliability features.**
9
+ **An independent fork of EZ Agents (Get Shit Done) with multi-model support (Qwen, Kimi, OpenAI, Claude) and enhanced reliability features.**
10
10
 
11
11
  **Solves context rot — with added security, error handling, and cross-platform support.**
12
12
 
@@ -17,14 +17,14 @@
17
17
  <br>
18
18
 
19
19
  ```bash
20
- npx github:howlil/ez-agents
20
+ npm install -g git+https://github.com/howlil/ez-agents.git
21
21
  ```
22
22
 
23
23
  **Works on Mac, Windows, and Linux.**
24
24
 
25
25
  <br>
26
26
 
27
- **Original GSD by** [TÂCHES](https://github.com/glittercowboy/get-shit-done) | **EZ Agents Fork by** [@howlil](https://github.com/howlil)
27
+ **Original EZ Agents (Get Shit Done) by** [TÂCHES](https://github.com/glittercowboy/ez-agents) | **EZ Agents Fork by** [@howlil](https://github.com/howlil)
28
28
 
29
29
  <br>
30
30
 
@@ -44,17 +44,17 @@ npx github:howlil/ez-agents
44
44
 
45
45
  ## 🚀 What's New in EZ Agents
46
46
 
47
- > **Note:** This is an **independent fork** of GSD. Not affiliated with the original GSD project.
47
+ > **Note:** This is an **independent fork** of EZ Agents (Get Shit Done). Not affiliated with the original EZ Agents project.
48
48
  >
49
- > **Original GSD:** [glittercowboy/get-shit-done](https://github.com/glittercowboy/get-shit-done) by TÂCHES
49
+ > **Original EZ Agents (Get Shit Done):** [glittercowboy/ez-agents](https://github.com/glittercowboy/ez-agents) by TÂCHES
50
50
  >
51
51
  > **This Fork:** [howlil/ez-agents](https://github.com/howlil/ez-agents) with multi-model support & enhancements
52
52
 
53
- **EZ Agents** adds **multi-model support** and **enterprise-grade reliability** to GSD.
53
+ **EZ Agents** adds **multi-model support** and **enterprise-grade reliability** to EZ Agents (Get Shit Done).
54
54
 
55
55
  ### Why This Fork Exists
56
56
 
57
- I needed GSD to work with multiple AI providers (not just Anthropic) and run reliably on Windows. This fork adds:
57
+ I needed EZ Agents (Get Shit Done) to work with multiple AI providers (not just Anthropic) and run reliably on Windows. This fork adds:
58
58
 
59
59
  - 🌍 **Multi-Model**: Qwen (Alibaba), Kimi (Moonshot), OpenAI, and Anthropic
60
60
  - 🔒 **Security**: Command injection prevention, path validation, audit logging
@@ -64,8 +64,8 @@ I needed GSD to work with multiple AI providers (not just Anthropic) and run rel
64
64
 
65
65
  ### Features Comparison
66
66
 
67
- | Feature | Original GSD | EZ Agents Fork |
68
- |---------|--------------|-----------|
67
+ | Feature | Original EZ Agents (Get Shit Done) | EZ Agents Fork |
68
+ |---------|------------------------------|-----------|
69
69
  | **Multi-Model** | Anthropic only | ✓ Anthropic, Qwen, Kimi, OpenAI |
70
70
  | **Security** | Basic | ✓ Command allowlist, path validation, audit log |
71
71
  | **Error Handling** | Basic | ✓ Retry with backoff, circuit breaker |
@@ -77,7 +77,7 @@ I needed GSD to work with multiple AI providers (not just Anthropic) and run rel
77
77
  ### 17 New Libraries
78
78
 
79
79
  ```
80
- get-shit-done/bin/lib/
80
+ ez-agents/bin/lib/
81
81
  ├── safe-exec.cjs # Command injection prevention (allowlist + validation)
82
82
  ├── safe-path.cjs # Path traversal prevention
83
83
  ├── auth.cjs # Secure credential storage (keytar + fallback)
@@ -124,9 +124,9 @@ Configure different AI providers per agent:
124
124
  }
125
125
  },
126
126
  "agent_overrides": {
127
- "gsd-planner": { "provider": "alibaba", "model": "qwen-max" },
128
- "gsd-executor": { "provider": "anthropic", "model": "sonnet" },
129
- "gsd-verifier": { "provider": "moonshot", "model": "balanced" }
127
+ "ez-planner": { "provider": "alibaba", "model": "qwen-max" },
128
+ "ez-executor": { "provider": "anthropic", "model": "sonnet" },
129
+ "ez-verifier": { "provider": "moonshot", "model": "balanced" }
130
130
  }
131
131
  }
132
132
  ```
@@ -155,41 +155,88 @@ ez-agents --help
155
155
 
156
156
  ### Install
157
157
 
158
- **Option 1: Use npx (No Installation)**
158
+ **⚠️ Important: Use one of the methods below. Do NOT use `npx github:howlil/ez-agents` as it may fail.**
159
+
160
+ **Option 1: Install from GitHub (Recommended)**
159
161
 
160
162
  ```bash
161
- # Run installer directly without installing
162
- npx github:howlil/ez-agents
163
+ # Install globally from GitHub
164
+ npm install -g git+https://github.com/howlil/ez-agents.git
163
165
 
164
- # Or with flags
165
- npx github:howlil/ez-agents --claude --global
166
+ # Then run installer
167
+ ez-agents --claude --global
166
168
  ```
167
169
 
168
- **Option 2: Install Globally (Recommended)**
170
+ **Option 2: Use npx (No Installation)**
169
171
 
170
172
  ```bash
171
- # Install from GitHub
172
- npm install -g git+https://github.com/howlil/ez-agents.git
173
+ # Run installer directly without installing
174
+ npx @howlil/ez-agents --claude --global
175
+ ```
176
+
177
+ **Option 3: Install from npm**
178
+
179
+ ```bash
180
+ # Install from npm registry
181
+ npm install -g @howlil/ez-agents
173
182
 
174
183
  # Then use
175
184
  ez-agents --claude --global
176
185
  ez-agents-update
177
186
  ```
178
187
 
179
- **Option 3: Install from npm (Future)**
188
+ **Option 4: Install from Local Source (Development)**
180
189
 
181
190
  ```bash
182
- # When published to npm
183
- npm install -g ez-agents
191
+ # Clone the repository
192
+ git clone https://github.com/howlil/ez-agents.git
193
+ cd ez-agents
194
+
195
+ # Install globally from local directory
196
+ npm install -g .
197
+
198
+ # Then use
199
+ ez-agents --claude --global
184
200
  ```
185
201
 
186
202
  ---
187
203
 
204
+ **Installation Commands Reference:**
205
+
206
+ ```bash
207
+ # Install EZ Agents globally
208
+ npm install -g git+https://github.com/howlil/ez-agents.git
209
+
210
+ # Setup for Claude Code (global)
211
+ ez-agents --claude --global
212
+
213
+ # Setup for Claude Code (local project)
214
+ ez-agents --claude --local
215
+
216
+ # Setup for all runtimes (Claude, OpenCode, Gemini, Codex, Copilot)
217
+ ez-agents --all --global
218
+
219
+ # Update EZ Agents
220
+ ez-agents-update
221
+
222
+ # Force reinstall
223
+ ez-agents-update --force
224
+
225
+ # Check version
226
+ ez-agents --version
227
+
228
+ # Help
229
+ ez-agents --help
230
+
231
+ # Uninstall
232
+ ez-agents --all --global --uninstall
233
+ ```
234
+
188
235
  I'm a solo developer. I don't write code — Claude Code does.
189
236
 
190
237
  Other spec-driven development tools exist; BMAD, Speckit... But they all seem to make things way more complicated than they need to be (sprint ceremonies, story points, stakeholder syncs, retrospectives, Jira workflows) or lack real big picture understanding of what you're building. I'm not a 50-person software company. I don't want to play enterprise theater. I'm just a creative person trying to build great things that work.
191
238
 
192
- So I built GSD. The complexity is in the system, not in your workflow. Behind the scenes: context engineering, XML prompt formatting, subagent orchestration, state management. What you see: a few commands that just work.
239
+ So I built EZ Agents. The complexity is in the system, not in your workflow. Behind the scenes: context engineering, XML prompt formatting, subagent orchestration, state management. What you see: a few commands that just work.
193
240
 
194
241
  The system gives Claude everything it needs to do the work *and* verify it. I trust the workflow. It just does a good job.
195
242
 
@@ -201,7 +248,7 @@ That's what this is. No enterprise roleplay bullshit. Just an incredibly effecti
201
248
 
202
249
  Vibecoding has a bad reputation. You describe what you want, AI generates code, and you get inconsistent garbage that falls apart at scale.
203
250
 
204
- GSD fixes that. It's the context engineering layer that makes Claude Code reliable. Describe your idea, let the system extract everything it needs to know, and let Claude Code get to work.
251
+ EZ Agents fixes that. It's the context engineering layer that makes Claude Code reliable. Describe your idea, let the system extract everything it needs to know, and let Claude Code get to work.
205
252
 
206
253
  ---
207
254
 
@@ -281,14 +328,14 @@ Installs to `./.claude/` for testing modifications before contributing.
281
328
 
282
329
  ### Recommended: Skip Permissions Mode
283
330
 
284
- GSD is designed for frictionless automation. Run Claude Code with:
331
+ EZ Agents is designed for frictionless automation. Run Claude Code with:
285
332
 
286
333
  ```bash
287
334
  claude --dangerously-skip-permissions
288
335
  ```
289
336
 
290
337
  > [!TIP]
291
- > This is how GSD is intended to be used — stopping to approve `date` and `git commit` 50 times defeats the purpose.
338
+ > This is how EZ Agents is intended to be used — stopping to approve `date` and `git commit` 50 times defeats the purpose.
292
339
 
293
340
  <details>
294
341
  <summary><strong>Alternative: Granular Permissions</strong></summary>
@@ -327,12 +374,12 @@ If you prefer not to use that flag, add this to your project's `.claude/settings
327
374
 
328
375
  ## How It Works
329
376
 
330
- > **Already have code?** Run `/gsd:map-codebase` first. It spawns parallel agents to analyze your stack, architecture, conventions, and concerns. Then `/gsd:new-project` knows your codebase — questions focus on what you're adding, and planning automatically loads your patterns.
377
+ > **Already have code?** Run `/ez:map-codebase` first. It spawns parallel agents to analyze your stack, architecture, conventions, and concerns. Then `/ez:new-project` knows your codebase — questions focus on what you're adding, and planning automatically loads your patterns.
331
378
 
332
379
  ### 1. Initialize Project
333
380
 
334
381
  ```
335
- /gsd:new-project
382
+ /ez:new-project
336
383
  ```
337
384
 
338
385
  One command, one flow. The system:
@@ -351,7 +398,7 @@ You approve the roadmap. Now you're ready to build.
351
398
  ### 2. Discuss Phase
352
399
 
353
400
  ```
354
- /gsd:discuss-phase 1
401
+ /ez:discuss-phase 1
355
402
  ```
356
403
 
357
404
  **This is where you shape the implementation.**
@@ -379,7 +426,7 @@ The deeper you go here, the more the system builds what you actually want. Skip
379
426
  ### 3. Plan Phase
380
427
 
381
428
  ```
382
- /gsd:plan-phase 1
429
+ /ez:plan-phase 1
383
430
  ```
384
431
 
385
432
  The system:
@@ -397,7 +444,7 @@ Each plan is small enough to execute in a fresh context window. No degradation,
397
444
  ### 4. Execute Phase
398
445
 
399
446
  ```
400
- /gsd:execute-phase 1
447
+ /ez:execute-phase 1
401
448
  ```
402
449
 
403
450
  The system:
@@ -448,7 +495,7 @@ This is why "vertical slices" (Plan 01: User feature end-to-end) parallelize bet
448
495
  ### 5. Verify Work
449
496
 
450
497
  ```
451
- /gsd:verify-work 1
498
+ /ez:verify-work 1
452
499
  ```
453
500
 
454
501
  **This is where you confirm it actually works.**
@@ -462,7 +509,7 @@ The system:
462
509
  3. **Diagnoses failures automatically** — Spawns debug agents to find root causes
463
510
  4. **Creates verified fix plans** — Ready for immediate re-execution
464
511
 
465
- If everything passes, you move on. If something's broken, you don't manually debug — you just run `/gsd:execute-phase` again with the fix plans it created.
512
+ If everything passes, you move on. If something's broken, you don't manually debug — you just run `/ez:execute-phase` again with the fix plans it created.
466
513
 
467
514
  **Creates:** `{phase_num}-UAT.md`, fix plans if issues found
468
515
 
@@ -471,36 +518,36 @@ If everything passes, you move on. If something's broken, you don't manually deb
471
518
  ### 6. Repeat → Complete → Next Milestone
472
519
 
473
520
  ```
474
- /gsd:discuss-phase 2
475
- /gsd:plan-phase 2
476
- /gsd:execute-phase 2
477
- /gsd:verify-work 2
521
+ /ez:discuss-phase 2
522
+ /ez:plan-phase 2
523
+ /ez:execute-phase 2
524
+ /ez:verify-work 2
478
525
  ...
479
- /gsd:complete-milestone
480
- /gsd:new-milestone
526
+ /ez:complete-milestone
527
+ /ez:new-milestone
481
528
  ```
482
529
 
483
530
  Loop **discuss → plan → execute → verify** until milestone complete.
484
531
 
485
- If you want faster intake during discussion, use `/gsd:discuss-phase <n> --batch` to answer a small grouped set of questions at once instead of one-by-one.
532
+ If you want faster intake during discussion, use `/ez:discuss-phase <n> --batch` to answer a small grouped set of questions at once instead of one-by-one.
486
533
 
487
534
  Each phase gets your input (discuss), proper research (plan), clean execution (execute), and human verification (verify). Context stays fresh. Quality stays high.
488
535
 
489
- When all phases are done, `/gsd:complete-milestone` archives the milestone and tags the release.
536
+ When all phases are done, `/ez:complete-milestone` archives the milestone and tags the release.
490
537
 
491
- Then `/gsd:new-milestone` starts the next version — same flow as `new-project` but for your existing codebase. You describe what you want to build next, the system researches the domain, you scope requirements, and it creates a fresh roadmap. Each milestone is a clean cycle: define → build → ship.
538
+ Then `/ez:new-milestone` starts the next version — same flow as `new-project` but for your existing codebase. You describe what you want to build next, the system researches the domain, you scope requirements, and it creates a fresh roadmap. Each milestone is a clean cycle: define → build → ship.
492
539
 
493
540
  ---
494
541
 
495
542
  ### Quick Mode
496
543
 
497
544
  ```
498
- /gsd:quick
545
+ /ez:quick
499
546
  ```
500
547
 
501
548
  **For ad-hoc tasks that don't need full planning.**
502
549
 
503
- Quick mode gives you GSD guarantees (atomic commits, state tracking) with a faster path:
550
+ Quick mode gives you EZ Agents guarantees (atomic commits, state tracking) with a faster path:
504
551
 
505
552
  - **Same agents** — Planner + executor, same quality
506
553
  - **Skips optional steps** — No research, no plan checker, no verifier
@@ -509,7 +556,7 @@ Quick mode gives you GSD guarantees (atomic commits, state tracking) with a fast
509
556
  Use for: bug fixes, small features, config changes, one-off tasks.
510
557
 
511
558
  ```
512
- /gsd:quick
559
+ /ez:quick
513
560
  > What do you want to do? "Add dark mode toggle to settings"
514
561
  ```
515
562
 
@@ -523,7 +570,7 @@ Use for: bug fixes, small features, config changes, one-off tasks.
523
570
 
524
571
  Claude Code is incredibly powerful *if* you give it the context it needs. Most people don't.
525
572
 
526
- GSD handles it for you:
573
+ EZ Agents handles it for you:
527
574
 
528
575
  | File | What it does |
529
576
  |------|--------------|
@@ -606,58 +653,58 @@ You're never locked in. The system adapts.
606
653
 
607
654
  | Command | What it does |
608
655
  |---------|--------------|
609
- | `/gsd:new-project [--auto]` | Full initialization: questions → research → requirements → roadmap |
610
- | `/gsd:discuss-phase [N] [--auto]` | Capture implementation decisions before planning |
611
- | `/gsd:plan-phase [N] [--auto]` | Research + plan + verify for a phase |
612
- | `/gsd:execute-phase <N>` | Execute all plans in parallel waves, verify when complete |
613
- | `/gsd:verify-work [N]` | Manual user acceptance testing ¹ |
614
- | `/gsd:audit-milestone` | Verify milestone achieved its definition of done |
615
- | `/gsd:complete-milestone` | Archive milestone, tag release |
616
- | `/gsd:new-milestone [name]` | Start next version: questions → research → requirements → roadmap |
656
+ | `/ez:new-project [--auto]` | Full initialization: questions → research → requirements → roadmap |
657
+ | `/ez:discuss-phase [N] [--auto]` | Capture implementation decisions before planning |
658
+ | `/ez:plan-phase [N] [--auto]` | Research + plan + verify for a phase |
659
+ | `/ez:execute-phase <N>` | Execute all plans in parallel waves, verify when complete |
660
+ | `/ez:verify-work [N]` | Manual user acceptance testing ¹ |
661
+ | `/ez:audit-milestone` | Verify milestone achieved its definition of done |
662
+ | `/ez:complete-milestone` | Archive milestone, tag release |
663
+ | `/ez:new-milestone [name]` | Start next version: questions → research → requirements → roadmap |
617
664
 
618
665
  ### Navigation
619
666
 
620
667
  | Command | What it does |
621
668
  |---------|--------------|
622
- | `/gsd:progress` | Where am I? What's next? |
623
- | `/gsd:help` | Show all commands and usage guide |
624
- | `/gsd:update` | Update GSD with changelog preview |
625
- | `/gsd:join-discord` | Join the GSD Discord community |
669
+ | `/ez:progress` | Where am I? What's next? |
670
+ | `/ez:help` | Show all commands and usage guide |
671
+ | `/ez:update` | Update EZ Agents with changelog preview |
672
+ | `/ez:join-discord` | Join the EZ Agents Discord community |
626
673
 
627
674
  ### Brownfield
628
675
 
629
676
  | Command | What it does |
630
677
  |---------|--------------|
631
- | `/gsd:map-codebase [area]` | Analyze existing codebase before new-project |
678
+ | `/ez:map-codebase [area]` | Analyze existing codebase before new-project |
632
679
 
633
680
  ### Phase Management
634
681
 
635
682
  | Command | What it does |
636
683
  |---------|--------------|
637
- | `/gsd:add-phase` | Append phase to roadmap |
638
- | `/gsd:insert-phase [N]` | Insert urgent work between phases |
639
- | `/gsd:remove-phase [N]` | Remove future phase, renumber |
640
- | `/gsd:list-phase-assumptions [N]` | See Claude's intended approach before planning |
641
- | `/gsd:plan-milestone-gaps` | Create phases to close gaps from audit |
684
+ | `/ez:add-phase` | Append phase to roadmap |
685
+ | `/ez:insert-phase [N]` | Insert urgent work between phases |
686
+ | `/ez:remove-phase [N]` | Remove future phase, renumber |
687
+ | `/ez:list-phase-assumptions [N]` | See Claude's intended approach before planning |
688
+ | `/ez:plan-milestone-gaps` | Create phases to close gaps from audit |
642
689
 
643
690
  ### Session
644
691
 
645
692
  | Command | What it does |
646
693
  |---------|--------------|
647
- | `/gsd:pause-work` | Create handoff when stopping mid-phase |
648
- | `/gsd:resume-work` | Restore from last session |
694
+ | `/ez:pause-work` | Create handoff when stopping mid-phase |
695
+ | `/ez:resume-work` | Restore from last session |
649
696
 
650
697
  ### Utilities
651
698
 
652
699
  | Command | What it does |
653
700
  |---------|--------------|
654
- | `/gsd:settings` | Configure model profile and workflow agents |
655
- | `/gsd:set-profile <profile>` | Switch model profile (quality/balanced/budget) |
656
- | `/gsd:add-todo [desc]` | Capture idea for later |
657
- | `/gsd:check-todos` | List pending todos |
658
- | `/gsd:debug [desc]` | Systematic debugging with persistent state |
659
- | `/gsd:quick [--full] [--discuss]` | Execute ad-hoc task with GSD guarantees (`--full` adds plan-checking and verification, `--discuss` gathers context first) |
660
- | `/gsd:health [--repair]` | Validate `.planning/` directory integrity, auto-repair with `--repair` |
701
+ | `/ez:settings` | Configure model profile and workflow agents |
702
+ | `/ez:set-profile <profile>` | Switch model profile (quality/balanced/budget) |
703
+ | `/ez:add-todo [desc]` | Capture idea for later |
704
+ | `/ez:check-todos` | List pending todos |
705
+ | `/ez:debug [desc]` | Systematic debugging with persistent state |
706
+ | `/ez:quick [--full] [--discuss]` | Execute ad-hoc task with EZ Agents guarantees (`--full` adds plan-checking and verification, `--discuss` gathers context first) |
707
+ | `/ez:health [--repair]` | Validate `.planning/` directory integrity, auto-repair with `--repair` |
661
708
 
662
709
  <sup>¹ Contributed by reddit user OracleGreyBeard</sup>
663
710
 
@@ -665,7 +712,7 @@ You're never locked in. The system adapts.
665
712
 
666
713
  ## Configuration
667
714
 
668
- GSD stores project settings in `.planning/config.json`. Configure during `/gsd:new-project` or update later with `/gsd:settings`. For the full config schema, workflow toggles, git branching options, and per-agent model breakdown, see the [User Guide](docs/USER-GUIDE.md#configuration-reference).
715
+ EZ Agents stores project settings in `.planning/config.json`. Configure during `/ez:new-project` or update later with `/ez:settings`. For the full config schema, workflow toggles, git branching options, and per-agent model breakdown, see the [User Guide](docs/USER-GUIDE.md#configuration-reference).
669
716
 
670
717
  ### Core Settings
671
718
 
@@ -686,10 +733,10 @@ Control which Claude model each agent uses. Balance quality vs token spend.
686
733
 
687
734
  Switch profiles:
688
735
  ```
689
- /gsd:set-profile budget
736
+ /ez:set-profile budget
690
737
  ```
691
738
 
692
- Or configure via `/gsd:settings`.
739
+ Or configure via `/ez:settings`.
693
740
 
694
741
  ### Workflow Agents
695
742
 
@@ -702,9 +749,9 @@ These spawn additional agents during planning/execution. They improve quality bu
702
749
  | `workflow.verifier` | `true` | Confirms must-haves were delivered after execution |
703
750
  | `workflow.auto_advance` | `false` | Auto-chain discuss → plan → execute without stopping |
704
751
 
705
- Use `/gsd:settings` to toggle these, or override per-invocation:
706
- - `/gsd:plan-phase --skip-research`
707
- - `/gsd:plan-phase --skip-verify`
752
+ Use `/ez:settings` to toggle these, or override per-invocation:
753
+ - `/ez:plan-phase --skip-research`
754
+ - `/ez:plan-phase --skip-verify`
708
755
 
709
756
  ### Execution
710
757
 
@@ -715,20 +762,20 @@ Use `/gsd:settings` to toggle these, or override per-invocation:
715
762
 
716
763
  ### Git Branching
717
764
 
718
- Control how GSD handles branches during execution.
765
+ Control how EZ Agents handles branches during execution.
719
766
 
720
767
  | Setting | Options | Default | What it does |
721
768
  |---------|---------|---------|--------------|
722
769
  | `git.branching_strategy` | `none`, `phase`, `milestone` | `none` | Branch creation strategy |
723
- | `git.phase_branch_template` | string | `gsd/phase-{phase}-{slug}` | Template for phase branches |
724
- | `git.milestone_branch_template` | string | `gsd/{milestone}-{slug}` | Template for milestone branches |
770
+ | `git.phase_branch_template` | string | `ez/phase-{phase}-{slug}` | Template for phase branches |
771
+ | `git.milestone_branch_template` | string | `ez/{milestone}-{slug}` | Template for milestone branches |
725
772
 
726
773
  **Strategies:**
727
- - **`none`** — Commits to current branch (default GSD behavior)
774
+ - **`none`** — Commits to current branch (default EZ Agents behavior)
728
775
  - **`phase`** — Creates a branch per phase, merges at phase completion
729
776
  - **`milestone`** — Creates one branch for entire milestone, merges at completion
730
777
 
731
- At milestone completion, GSD offers squash merge (recommended) or merge with history.
778
+ At milestone completion, EZ Agents offers squash merge (recommended) or merge with history.
732
779
 
733
780
  ---
734
781
 
@@ -736,7 +783,7 @@ At milestone completion, GSD offers squash merge (recommended) or merge with his
736
783
 
737
784
  ### Protecting Sensitive Files
738
785
 
739
- GSD's codebase mapping and analysis commands read files to understand your project. **Protect files containing secrets** by adding them to Claude Code's deny list:
786
+ EZ Agents' codebase mapping and analysis commands read files to understand your project. **Protect files containing secrets** by adding them to Claude Code's deny list:
740
787
 
741
788
  1. Open Claude Code settings (`.claude/settings.json` or global)
742
789
  2. Add sensitive file patterns to the deny list:
@@ -759,7 +806,7 @@ GSD's codebase mapping and analysis commands read files to understand your proje
759
806
  This prevents Claude from reading these files entirely, regardless of what commands you run.
760
807
 
761
808
  > [!IMPORTANT]
762
- > GSD includes built-in protections against committing secrets, but defense-in-depth is best practice. Deny read access to sensitive files as a first line of defense.
809
+ > EZ Agents includes built-in protections against committing secrets, but defense-in-depth is best practice. Deny read access to sensitive files as a first line of defense.
763
810
 
764
811
  ---
765
812
 
@@ -767,66 +814,66 @@ This prevents Claude from reading these files entirely, regardless of what comma
767
814
 
768
815
  **Commands not found after install?**
769
816
  - Restart your runtime to reload commands/skills
770
- - Verify files exist in `~/.claude/commands/gsd/` (global) or `./.claude/commands/gsd/` (local)
771
- - For Codex, verify skills exist in `~/.codex/skills/gsd-*/SKILL.md` (global) or `./.codex/skills/gsd-*/SKILL.md` (local)
817
+ - Verify files exist in `~/.claude/commands/ez/` (global) or `./.claude/commands/ez/` (local)
818
+ - For Codex, verify skills exist in `~/.codex/skills/ez-*/SKILL.md` (global) or `./.codex/skills/ez-*/SKILL.md` (local)
772
819
 
773
820
  **Commands not working as expected?**
774
- - Run `/gsd:help` to verify installation
775
- - Re-run `gsdm` to reinstall
821
+ - Run `/ez:help` to verify installation
822
+ - Re-run `ez-agents` to reinstall
776
823
 
777
824
  **Updating to the latest version?**
778
825
  ```bash
779
- gsdm-update
826
+ ez-agents-update
780
827
  ```
781
828
 
782
829
  **Using Docker or containerized environments?**
783
830
 
784
831
  If file reads fail with tilde paths (`~/.claude/...`), set `CLAUDE_CONFIG_DIR` before installing:
785
832
  ```bash
786
- CLAUDE_CONFIG_DIR=/home/youruser/.claude gsdm --global
833
+ CLAUDE_CONFIG_DIR=/home/youruser/.claude ez-agents --global
787
834
  ```
788
835
  This ensures absolute paths are used instead of `~` which may not expand correctly in containers.
789
836
 
790
837
  ### Uninstalling
791
838
 
792
- To remove GSD completely:
839
+ To remove EZ Agents completely:
793
840
 
794
841
  ```bash
795
842
  # Global installs
796
- gsdm --claude --global --uninstall
797
- gsdm --opencode --global --uninstall
798
- gsdm --codex --global --uninstall
843
+ ez-agents --claude --global --uninstall
844
+ ez-agents --opencode --global --uninstall
845
+ ez-agents --codex --global --uninstall
799
846
 
800
847
  # Local installs (current project)
801
- gsdm --claude --local --uninstall
802
- gsdm --opencode --local --uninstall
803
- gsdm --codex --local --uninstall
848
+ ez-agents --claude --local --uninstall
849
+ ez-agents --opencode --local --uninstall
850
+ ez-agents --codex --local --uninstall
804
851
  ```
805
852
 
806
- This removes all GSD commands, agents, hooks, and settings while preserving your other configurations.
853
+ This removes all EZ Agents commands, agents, hooks, and settings while preserving your other configurations.
807
854
 
808
855
  ---
809
856
 
810
857
  ## Community Ports
811
858
 
812
- OpenCode, Gemini CLI, and Codex are now natively supported via `gsdm`.
859
+ OpenCode, Gemini CLI, and Codex are now natively supported via `ez-agents`.
813
860
 
814
861
  These community ports pioneered multi-runtime support:
815
862
 
816
863
  | Project | Platform | Description |
817
864
  |---------|----------|-------------|
818
- | [gsd-opencode](https://github.com/rokicool/gsd-opencode) | OpenCode | Original OpenCode adaptation |
819
- | gsd-gemini (archived) | Gemini CLI | Original Gemini adaptation by uberfuzzy |
865
+ | [ez-opencode](https://github.com/rokicool/ez-opencode) | OpenCode | Original OpenCode adaptation |
866
+ | ez-gemini (archived) | Gemini CLI | Original Gemini adaptation by uberfuzzy |
820
867
 
821
868
  ---
822
869
 
823
870
  ## Star History
824
871
 
825
- <a href="https://star-history.com/#glittercowboy/get-shit-done&Date">
872
+ <a href="https://star-history.com/#glittercowboy/ez-agents&Date">
826
873
  <picture>
827
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=glittercowboy/get-shit-done&type=Date&theme=dark" />
828
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=glittercowboy/get-shit-done&type=Date" />
829
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=glittercowboy/get-shit-done&type=Date" />
874
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=glittercowboy/ez-agents&type=Date&theme=dark" />
875
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=glittercowboy/ez-agents&type=Date" />
876
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=glittercowboy/ez-agents&type=Date" />
830
877
  </picture>
831
878
  </a>
832
879
 
@@ -840,6 +887,6 @@ MIT License. See [LICENSE](LICENSE) for details.
840
887
 
841
888
  <div align="center">
842
889
 
843
- **Claude Code is powerful. GSD makes it reliable.**
890
+ **Claude Code is powerful. EZ Agents makes it reliable.**
844
891
 
845
892
  </div>