pmp-gywd 3.4.0 → 5.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 (214) hide show
  1. package/LICENSE +27 -27
  2. package/README.md +361 -581
  3. package/bin/install.js +348 -348
  4. package/ci-templates/gitlab-ci.yml +125 -0
  5. package/commands/gywd/add-phase.md +207 -207
  6. package/commands/gywd/anticipate.md +271 -271
  7. package/commands/gywd/bootstrap.md +336 -336
  8. package/commands/gywd/challenge.md +344 -344
  9. package/commands/gywd/check-drift.md +144 -144
  10. package/commands/gywd/compare.md +200 -200
  11. package/commands/gywd/complete-milestone.md +106 -106
  12. package/commands/gywd/consider-issues.md +202 -202
  13. package/commands/gywd/context.md +93 -93
  14. package/commands/gywd/create-roadmap.md +115 -115
  15. package/commands/gywd/deps.md +169 -169
  16. package/commands/gywd/digest.md +138 -138
  17. package/commands/gywd/discuss-milestone.md +47 -47
  18. package/commands/gywd/discuss-phase.md +60 -60
  19. package/commands/gywd/execute-plan.md +161 -161
  20. package/commands/gywd/extract-decisions.md +325 -325
  21. package/commands/gywd/health.md +150 -150
  22. package/commands/gywd/help.md +596 -556
  23. package/commands/gywd/history.md +278 -278
  24. package/commands/gywd/impact.md +317 -317
  25. package/commands/gywd/init.md +95 -95
  26. package/commands/gywd/insert-phase.md +227 -227
  27. package/commands/gywd/list-phase-assumptions.md +50 -50
  28. package/commands/gywd/map-codebase.md +84 -84
  29. package/commands/gywd/mem-search.md +83 -0
  30. package/commands/gywd/mem-status.md +96 -0
  31. package/commands/gywd/mem-sync.md +97 -0
  32. package/commands/gywd/mem-timeline.md +100 -0
  33. package/commands/gywd/memory.md +159 -159
  34. package/commands/gywd/new-milestone.md +59 -59
  35. package/commands/gywd/new-project.md +315 -315
  36. package/commands/gywd/pause-work.md +123 -123
  37. package/commands/gywd/plan-fix.md +205 -205
  38. package/commands/gywd/plan-phase.md +93 -93
  39. package/commands/gywd/preview-plan.md +139 -139
  40. package/commands/gywd/profile.md +363 -363
  41. package/commands/gywd/progress.md +317 -317
  42. package/commands/gywd/remove-phase.md +338 -338
  43. package/commands/gywd/research-phase.md +91 -91
  44. package/commands/gywd/resume-work.md +40 -40
  45. package/commands/gywd/rollback.md +179 -179
  46. package/commands/gywd/snapshot.md +263 -263
  47. package/commands/gywd/status.md +42 -42
  48. package/commands/gywd/sync-github.md +234 -234
  49. package/commands/gywd/undo.md +166 -166
  50. package/commands/gywd/verify-work.md +71 -71
  51. package/commands/gywd/why.md +251 -251
  52. package/docs/COMMANDS.md +779 -722
  53. package/docs/CONTRIBUTING.md +342 -342
  54. package/docs/EXAMPLES.md +535 -535
  55. package/docs/GETTING-STARTED.md +262 -262
  56. package/docs/README.md +55 -55
  57. package/docs/RELEASING.md +159 -159
  58. package/get-your-work-done/core/agent-patterns.md +331 -331
  59. package/get-your-work-done/core/architecture.md +334 -334
  60. package/get-your-work-done/core/context-model-schema.json +154 -154
  61. package/get-your-work-done/core/decisions-schema.json +193 -193
  62. package/get-your-work-done/core/learning-state-schema.json +133 -133
  63. package/get-your-work-done/core/profile-schema.json +257 -257
  64. package/get-your-work-done/references/adaptive-decomposition.md +175 -175
  65. package/get-your-work-done/references/checkpoints.md +287 -287
  66. package/get-your-work-done/references/confidence-scoring.md +169 -169
  67. package/get-your-work-done/references/continuation-format.md +255 -255
  68. package/get-your-work-done/references/git-integration.md +254 -254
  69. package/get-your-work-done/references/plan-format.md +428 -428
  70. package/get-your-work-done/references/principles.md +157 -157
  71. package/get-your-work-done/references/questioning.md +162 -162
  72. package/get-your-work-done/references/research-pitfalls.md +215 -215
  73. package/get-your-work-done/references/scope-estimation.md +172 -172
  74. package/get-your-work-done/references/tdd.md +263 -263
  75. package/get-your-work-done/templates/codebase/architecture.md +255 -255
  76. package/get-your-work-done/templates/codebase/concerns.md +310 -310
  77. package/get-your-work-done/templates/codebase/conventions.md +307 -307
  78. package/get-your-work-done/templates/codebase/integrations.md +280 -280
  79. package/get-your-work-done/templates/codebase/stack.md +186 -186
  80. package/get-your-work-done/templates/codebase/structure.md +285 -285
  81. package/get-your-work-done/templates/codebase/testing.md +480 -480
  82. package/get-your-work-done/templates/config.json +18 -18
  83. package/get-your-work-done/templates/context.md +161 -161
  84. package/get-your-work-done/templates/continue-here.md +78 -78
  85. package/get-your-work-done/templates/discovery.md +146 -146
  86. package/get-your-work-done/templates/issues.md +32 -32
  87. package/get-your-work-done/templates/milestone-archive.md +123 -123
  88. package/get-your-work-done/templates/milestone-context.md +93 -93
  89. package/get-your-work-done/templates/milestone.md +115 -115
  90. package/get-your-work-done/templates/phase-prompt.md +303 -303
  91. package/get-your-work-done/templates/project.md +184 -184
  92. package/get-your-work-done/templates/research.md +529 -529
  93. package/get-your-work-done/templates/roadmap.md +196 -196
  94. package/get-your-work-done/templates/state.md +210 -210
  95. package/get-your-work-done/templates/summary.md +273 -273
  96. package/get-your-work-done/templates/uat-issues.md +143 -143
  97. package/get-your-work-done/workflows/complete-milestone.md +643 -643
  98. package/get-your-work-done/workflows/create-milestone.md +416 -416
  99. package/get-your-work-done/workflows/create-roadmap.md +481 -481
  100. package/get-your-work-done/workflows/discovery-phase.md +293 -293
  101. package/get-your-work-done/workflows/discuss-milestone.md +236 -236
  102. package/get-your-work-done/workflows/discuss-phase.md +247 -247
  103. package/get-your-work-done/workflows/execute-phase.md +1625 -1625
  104. package/get-your-work-done/workflows/list-phase-assumptions.md +178 -178
  105. package/get-your-work-done/workflows/map-codebase.md +434 -434
  106. package/get-your-work-done/workflows/plan-phase.md +488 -488
  107. package/get-your-work-done/workflows/research-phase.md +436 -436
  108. package/get-your-work-done/workflows/resume-project.md +287 -287
  109. package/get-your-work-done/workflows/transition.md +580 -580
  110. package/get-your-work-done/workflows/verify-work.md +202 -202
  111. package/lib/agents/agent-orchestrator.js +449 -0
  112. package/lib/agents/agent-types.js +557 -0
  113. package/lib/agents/base-agent.js +310 -0
  114. package/lib/agents/index.js +40 -0
  115. package/lib/analytics/index.js +28 -0
  116. package/lib/analytics/model-generator.js +387 -0
  117. package/lib/analytics/review-agent.js +468 -0
  118. package/lib/analytics/test-generator.js +431 -0
  119. package/lib/automation/dependency-analyzer.js +635 -635
  120. package/lib/automation/doc-generator.js +643 -643
  121. package/lib/automation/index.js +42 -42
  122. package/lib/automation/test-generator.js +628 -628
  123. package/lib/cache/command-cache.js +232 -232
  124. package/lib/cache/index.js +18 -18
  125. package/lib/cache/metadata-cache.js +262 -262
  126. package/lib/ci/ci-runner.js +209 -0
  127. package/lib/ci/index.js +12 -0
  128. package/lib/ci/pre-merge-validator.js +601 -0
  129. package/lib/ci/release-notes.js +312 -0
  130. package/lib/cli/index.js +16 -16
  131. package/lib/cli/progress-indicator.js +222 -222
  132. package/lib/context/context-analyzer.js +759 -759
  133. package/lib/context/context-cache.js +449 -449
  134. package/lib/context/context-predictor.js +622 -622
  135. package/lib/context/index.js +44 -44
  136. package/lib/crdt/base-crdt.js +312 -0
  137. package/lib/crdt/conflict-resolver.js +242 -0
  138. package/lib/crdt/decision-voting.js +284 -0
  139. package/lib/crdt/index.js +16 -0
  140. package/lib/crdt/plan-editor.js +250 -0
  141. package/lib/dashboard/dashboard-renderer.js +452 -0
  142. package/lib/dashboard/index.js +15 -0
  143. package/lib/enterprise/audit-log.js +212 -0
  144. package/lib/enterprise/compliance.js +320 -0
  145. package/lib/enterprise/index.js +14 -0
  146. package/lib/enterprise/rbac.js +310 -0
  147. package/lib/enterprise/sso.js +289 -0
  148. package/lib/errors/error-formatter.js +232 -232
  149. package/lib/errors/index.js +15 -15
  150. package/lib/gates/index.js +14 -14
  151. package/lib/gates/pr-gate.js +308 -308
  152. package/lib/grilling/change-validator.js +565 -0
  153. package/lib/grilling/decision-griller.js +535 -0
  154. package/lib/grilling/index.js +28 -0
  155. package/lib/grilling/plan-challenger.js +526 -0
  156. package/lib/hooks/hook-manager.js +270 -270
  157. package/lib/hooks/index.js +15 -15
  158. package/lib/index/index.js +15 -15
  159. package/lib/index/keyword-index.js +298 -298
  160. package/lib/memory/confidence-calibrator.js +484 -484
  161. package/lib/memory/feedback-collector.js +551 -551
  162. package/lib/memory/global-memory.js +533 -533
  163. package/lib/memory/index.js +75 -75
  164. package/lib/memory/pattern-aggregator.js +487 -487
  165. package/lib/memory/team-sync.js +501 -501
  166. package/lib/metrics/dashboard.js +172 -172
  167. package/lib/metrics/index.js +17 -17
  168. package/lib/metrics/performance-tracker.js +327 -327
  169. package/lib/models/base-adapter.js +260 -0
  170. package/lib/models/google-adapter.js +152 -0
  171. package/lib/models/index.js +20 -0
  172. package/lib/models/local-adapter.js +205 -0
  173. package/lib/models/model-router.js +359 -0
  174. package/lib/models/openai-adapter.js +147 -0
  175. package/lib/multi-agent/cloud-sync.js +405 -0
  176. package/lib/multi-agent/coordinator.js +401 -0
  177. package/lib/multi-agent/index.js +34 -0
  178. package/lib/multi-agent/message-queue.js +377 -0
  179. package/lib/multi-agent/team-sync.js +420 -0
  180. package/lib/permissions/index.js +26 -0
  181. package/lib/permissions/operation-classifier.js +450 -0
  182. package/lib/permissions/permission-router.js +349 -0
  183. package/lib/permissions/risk-scorer.js +340 -0
  184. package/lib/plugins/bootstrap.js +168 -0
  185. package/lib/plugins/claude-mem-integration/commands/mem-search.js +115 -0
  186. package/lib/plugins/claude-mem-integration/commands/mem-status.js +145 -0
  187. package/lib/plugins/claude-mem-integration/commands/mem-sync.js +188 -0
  188. package/lib/plugins/claude-mem-integration/commands/mem-timeline.js +160 -0
  189. package/lib/plugins/claude-mem-integration/index.js +436 -0
  190. package/lib/plugins/claude-mem-integration/manifest.json +39 -0
  191. package/lib/plugins/claude-mem-integration/observation-mapper.js +224 -0
  192. package/lib/plugins/claude-mem-integration/sse-client.js +307 -0
  193. package/lib/plugins/claude-mem-integration/sync-manager.js +347 -0
  194. package/lib/plugins/config.js +68 -0
  195. package/lib/plugins/index.js +52 -0
  196. package/lib/plugins/marketplace.js +490 -0
  197. package/lib/plugins/plugin-loader.js +437 -0
  198. package/lib/profile/index.js +24 -24
  199. package/lib/profile/pattern-learner.js +303 -303
  200. package/lib/profile/profile-manager.js +541 -541
  201. package/lib/questioning/index.js +49 -49
  202. package/lib/questioning/question-engine.js +311 -311
  203. package/lib/questioning/question-templates.js +315 -315
  204. package/lib/semantic/context-injector.js +170 -0
  205. package/lib/semantic/decision-similarity.js +111 -0
  206. package/lib/semantic/embedder.js +203 -0
  207. package/lib/semantic/index.js +17 -0
  208. package/lib/semantic/search.js +149 -0
  209. package/lib/sync/claude-md-generator.js +240 -240
  210. package/lib/sync/index.js +13 -13
  211. package/lib/validators/command-validator.js +188 -188
  212. package/lib/validators/index.js +29 -29
  213. package/lib/validators/schema-validator.js +183 -183
  214. package/package.json +68 -61
package/LICENSE CHANGED
@@ -1,27 +1,27 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 cyberbloke9
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.
22
-
23
- ---
24
-
25
- This project is based on "Get Shit Done" by Lex Christopherson (TÂCHES)
26
- Original repository: https://github.com/glittercowboy/get-shit-done
27
- Original License: MIT
1
+ MIT License
2
+
3
+ Copyright (c) 2026 cyberbloke9
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.
22
+
23
+ ---
24
+
25
+ This project is based on "Get Shit Done" by Lex Christopherson (TÂCHES)
26
+ Original repository: https://github.com/glittercowboy/get-shit-done
27
+ Original License: MIT