pmp-gywd 3.3.0 → 3.4.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 (147) hide show
  1. package/LICENSE +27 -27
  2. package/README.md +581 -567
  3. package/bin/install.js +348 -348
  4. package/commands/gywd/add-phase.md +207 -207
  5. package/commands/gywd/anticipate.md +271 -271
  6. package/commands/gywd/bootstrap.md +336 -336
  7. package/commands/gywd/challenge.md +344 -344
  8. package/commands/gywd/check-drift.md +144 -144
  9. package/commands/gywd/compare.md +200 -0
  10. package/commands/gywd/complete-milestone.md +106 -106
  11. package/commands/gywd/consider-issues.md +202 -202
  12. package/commands/gywd/context.md +93 -93
  13. package/commands/gywd/create-roadmap.md +115 -115
  14. package/commands/gywd/deps.md +169 -169
  15. package/commands/gywd/digest.md +138 -138
  16. package/commands/gywd/discuss-milestone.md +47 -47
  17. package/commands/gywd/discuss-phase.md +60 -60
  18. package/commands/gywd/execute-plan.md +161 -161
  19. package/commands/gywd/extract-decisions.md +325 -325
  20. package/commands/gywd/health.md +150 -150
  21. package/commands/gywd/help.md +556 -556
  22. package/commands/gywd/history.md +278 -278
  23. package/commands/gywd/impact.md +317 -317
  24. package/commands/gywd/init.md +95 -95
  25. package/commands/gywd/insert-phase.md +227 -227
  26. package/commands/gywd/list-phase-assumptions.md +50 -50
  27. package/commands/gywd/map-codebase.md +84 -84
  28. package/commands/gywd/memory.md +159 -159
  29. package/commands/gywd/new-milestone.md +59 -59
  30. package/commands/gywd/new-project.md +315 -315
  31. package/commands/gywd/pause-work.md +123 -123
  32. package/commands/gywd/plan-fix.md +205 -205
  33. package/commands/gywd/plan-phase.md +93 -93
  34. package/commands/gywd/preview-plan.md +139 -139
  35. package/commands/gywd/profile.md +363 -363
  36. package/commands/gywd/progress.md +317 -317
  37. package/commands/gywd/remove-phase.md +338 -338
  38. package/commands/gywd/research-phase.md +91 -91
  39. package/commands/gywd/resume-work.md +40 -40
  40. package/commands/gywd/rollback.md +179 -179
  41. package/commands/gywd/snapshot.md +263 -0
  42. package/commands/gywd/status.md +42 -42
  43. package/commands/gywd/sync-github.md +234 -234
  44. package/commands/gywd/undo.md +166 -0
  45. package/commands/gywd/verify-work.md +71 -71
  46. package/commands/gywd/why.md +251 -251
  47. package/docs/COMMANDS.md +722 -722
  48. package/docs/CONTRIBUTING.md +342 -342
  49. package/docs/EXAMPLES.md +535 -535
  50. package/docs/GETTING-STARTED.md +262 -262
  51. package/docs/README.md +55 -55
  52. package/docs/RELEASING.md +159 -159
  53. package/get-your-work-done/core/agent-patterns.md +331 -331
  54. package/get-your-work-done/core/architecture.md +334 -334
  55. package/get-your-work-done/core/context-model-schema.json +154 -154
  56. package/get-your-work-done/core/decisions-schema.json +193 -193
  57. package/get-your-work-done/core/learning-state-schema.json +133 -133
  58. package/get-your-work-done/core/profile-schema.json +257 -257
  59. package/get-your-work-done/references/adaptive-decomposition.md +175 -175
  60. package/get-your-work-done/references/checkpoints.md +287 -287
  61. package/get-your-work-done/references/confidence-scoring.md +169 -169
  62. package/get-your-work-done/references/continuation-format.md +255 -255
  63. package/get-your-work-done/references/git-integration.md +254 -254
  64. package/get-your-work-done/references/plan-format.md +428 -428
  65. package/get-your-work-done/references/principles.md +157 -157
  66. package/get-your-work-done/references/questioning.md +162 -162
  67. package/get-your-work-done/references/research-pitfalls.md +215 -215
  68. package/get-your-work-done/references/scope-estimation.md +172 -172
  69. package/get-your-work-done/references/tdd.md +263 -263
  70. package/get-your-work-done/templates/codebase/architecture.md +255 -255
  71. package/get-your-work-done/templates/codebase/concerns.md +310 -310
  72. package/get-your-work-done/templates/codebase/conventions.md +307 -307
  73. package/get-your-work-done/templates/codebase/integrations.md +280 -280
  74. package/get-your-work-done/templates/codebase/stack.md +186 -186
  75. package/get-your-work-done/templates/codebase/structure.md +285 -285
  76. package/get-your-work-done/templates/codebase/testing.md +480 -480
  77. package/get-your-work-done/templates/config.json +18 -18
  78. package/get-your-work-done/templates/context.md +161 -161
  79. package/get-your-work-done/templates/continue-here.md +78 -78
  80. package/get-your-work-done/templates/discovery.md +146 -146
  81. package/get-your-work-done/templates/issues.md +32 -32
  82. package/get-your-work-done/templates/milestone-archive.md +123 -123
  83. package/get-your-work-done/templates/milestone-context.md +93 -93
  84. package/get-your-work-done/templates/milestone.md +115 -115
  85. package/get-your-work-done/templates/phase-prompt.md +303 -303
  86. package/get-your-work-done/templates/project.md +184 -184
  87. package/get-your-work-done/templates/research.md +529 -529
  88. package/get-your-work-done/templates/roadmap.md +196 -196
  89. package/get-your-work-done/templates/state.md +210 -210
  90. package/get-your-work-done/templates/summary.md +273 -273
  91. package/get-your-work-done/templates/uat-issues.md +143 -143
  92. package/get-your-work-done/workflows/complete-milestone.md +643 -643
  93. package/get-your-work-done/workflows/create-milestone.md +416 -416
  94. package/get-your-work-done/workflows/create-roadmap.md +481 -481
  95. package/get-your-work-done/workflows/discovery-phase.md +293 -293
  96. package/get-your-work-done/workflows/discuss-milestone.md +236 -236
  97. package/get-your-work-done/workflows/discuss-phase.md +247 -247
  98. package/get-your-work-done/workflows/execute-phase.md +1625 -1625
  99. package/get-your-work-done/workflows/list-phase-assumptions.md +178 -178
  100. package/get-your-work-done/workflows/map-codebase.md +434 -434
  101. package/get-your-work-done/workflows/plan-phase.md +488 -488
  102. package/get-your-work-done/workflows/research-phase.md +436 -436
  103. package/get-your-work-done/workflows/resume-project.md +287 -287
  104. package/get-your-work-done/workflows/transition.md +580 -580
  105. package/get-your-work-done/workflows/verify-work.md +202 -202
  106. package/lib/automation/dependency-analyzer.js +635 -635
  107. package/lib/automation/doc-generator.js +643 -643
  108. package/lib/automation/index.js +42 -42
  109. package/lib/automation/test-generator.js +628 -628
  110. package/lib/cache/command-cache.js +232 -0
  111. package/lib/cache/index.js +18 -0
  112. package/lib/cache/metadata-cache.js +262 -0
  113. package/lib/cli/index.js +16 -0
  114. package/lib/cli/progress-indicator.js +222 -0
  115. package/lib/context/context-analyzer.js +759 -554
  116. package/lib/context/context-cache.js +449 -426
  117. package/lib/context/context-predictor.js +622 -622
  118. package/lib/context/index.js +44 -44
  119. package/lib/errors/error-formatter.js +232 -0
  120. package/lib/errors/index.js +15 -0
  121. package/lib/gates/index.js +14 -0
  122. package/lib/gates/pr-gate.js +308 -0
  123. package/lib/hooks/hook-manager.js +270 -0
  124. package/lib/hooks/index.js +15 -0
  125. package/lib/index/index.js +15 -0
  126. package/lib/index/keyword-index.js +298 -0
  127. package/lib/memory/confidence-calibrator.js +484 -484
  128. package/lib/memory/feedback-collector.js +551 -551
  129. package/lib/memory/global-memory.js +533 -465
  130. package/lib/memory/index.js +75 -75
  131. package/lib/memory/pattern-aggregator.js +487 -487
  132. package/lib/memory/team-sync.js +501 -501
  133. package/lib/metrics/dashboard.js +172 -0
  134. package/lib/metrics/index.js +17 -0
  135. package/lib/metrics/performance-tracker.js +327 -0
  136. package/lib/profile/index.js +24 -24
  137. package/lib/profile/pattern-learner.js +303 -303
  138. package/lib/profile/profile-manager.js +541 -445
  139. package/lib/questioning/index.js +49 -49
  140. package/lib/questioning/question-engine.js +311 -311
  141. package/lib/questioning/question-templates.js +315 -315
  142. package/lib/sync/claude-md-generator.js +240 -0
  143. package/lib/sync/index.js +13 -0
  144. package/lib/validators/command-validator.js +188 -188
  145. package/lib/validators/index.js +29 -29
  146. package/lib/validators/schema-validator.js +183 -183
  147. package/package.json +61 -61
package/LICENSE CHANGED
@@ -1,27 +1,27 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 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