godpowers 3.0.0 → 3.0.2

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 (132) hide show
  1. package/CHANGELOG.md +46 -3
  2. package/README.md +28 -24
  3. package/RELEASE.md +31 -50
  4. package/SKILL.md +75 -113
  5. package/agents/god-archaeologist.md +11 -0
  6. package/agents/god-architect.md +12 -0
  7. package/agents/god-auditor.md +13 -0
  8. package/agents/god-automation-engineer.md +13 -0
  9. package/agents/god-browser-tester.md +15 -0
  10. package/agents/god-context-writer.md +14 -0
  11. package/agents/god-coordinator.md +14 -0
  12. package/agents/god-debt-assessor.md +11 -0
  13. package/agents/god-debugger.md +13 -0
  14. package/agents/god-deploy-engineer.md +13 -0
  15. package/agents/god-deps-auditor.md +13 -0
  16. package/agents/god-design-reviewer.md +14 -0
  17. package/agents/god-designer.md +15 -0
  18. package/agents/god-docs-writer.md +13 -0
  19. package/agents/god-executor.md +14 -0
  20. package/agents/god-explorer.md +14 -0
  21. package/agents/god-greenfieldifier.md +13 -0
  22. package/agents/god-harden-auditor.md +12 -0
  23. package/agents/god-incident-investigator.md +13 -0
  24. package/agents/god-launch-strategist.md +14 -0
  25. package/agents/god-migration-strategist.md +13 -0
  26. package/agents/god-observability-engineer.md +14 -0
  27. package/agents/god-orchestrator.md +16 -2
  28. package/agents/god-org-context-loader.md +11 -0
  29. package/agents/god-planner.md +11 -0
  30. package/agents/god-pm.md +14 -0
  31. package/agents/god-quality-reviewer.md +12 -0
  32. package/agents/god-reconciler.md +14 -1
  33. package/agents/god-reconstructor.md +16 -0
  34. package/agents/god-repo-scaffolder.md +11 -0
  35. package/agents/god-retrospective.md +11 -0
  36. package/agents/god-roadmap-reconciler.md +42 -87
  37. package/agents/god-roadmap-updater.md +11 -0
  38. package/agents/god-roadmapper.md +12 -0
  39. package/agents/god-spec-reviewer.md +14 -0
  40. package/agents/god-spike-runner.md +13 -0
  41. package/agents/god-stack-selector.md +12 -0
  42. package/agents/god-standards-check.md +13 -0
  43. package/agents/god-storyteller.md +14 -0
  44. package/agents/god-updater.md +14 -0
  45. package/bin/install.js +10 -0
  46. package/lib/README.md +4 -0
  47. package/lib/agent-validator.js +67 -2
  48. package/lib/cli-dispatch.js +40 -1
  49. package/lib/command-families.js +10 -2
  50. package/lib/install-profiles.js +4 -1
  51. package/lib/installer-args.js +22 -0
  52. package/lib/recipe-coverage-sync.js +1 -1
  53. package/lib/release-surface-sync.js +3 -0
  54. package/lib/repo-doc-sync.js +1 -1
  55. package/lib/repo-surface-sync.js +3 -3
  56. package/lib/route-quality-sync.js +2 -2
  57. package/lib/router.js +6 -0
  58. package/lib/surface-profile.js +168 -0
  59. package/package.json +2 -2
  60. package/references/orchestration/GOD-MODE-RUNBOOK.md +9 -14
  61. package/references/orchestration/GOD-ORCHESTRATOR-RUNBOOK.md +43 -81
  62. package/references/shared/DASHBOARD-CONTRACT.md +66 -29
  63. package/references/shared/README.md +1 -1
  64. package/routing/god-demo.yaml +35 -0
  65. package/routing/god-first-run.yaml +34 -0
  66. package/routing/god-roadmap-check.yaml +2 -2
  67. package/routing/god-surface.yaml +39 -0
  68. package/routing/recipes/try-safely.yaml +26 -0
  69. package/skills/god-agent-audit.md +17 -15
  70. package/skills/god-arch.md +1 -3
  71. package/skills/god-archaeology.md +5 -6
  72. package/skills/god-audit.md +6 -7
  73. package/skills/god-automation-setup.md +6 -7
  74. package/skills/god-automation-status.md +6 -7
  75. package/skills/god-build.md +1 -3
  76. package/skills/god-context-scan.md +7 -8
  77. package/skills/god-demo.md +53 -0
  78. package/skills/god-deploy.md +1 -3
  79. package/skills/god-design-impact.md +5 -6
  80. package/skills/god-design.md +9 -3
  81. package/skills/god-discuss.md +5 -6
  82. package/skills/god-docs.md +5 -10
  83. package/skills/god-doctor.md +8 -9
  84. package/skills/god-dogfood.md +7 -10
  85. package/skills/god-explore.md +5 -7
  86. package/skills/god-feature.md +1 -3
  87. package/skills/god-first-run.md +64 -0
  88. package/skills/god-harden.md +1 -3
  89. package/skills/god-help.md +77 -51
  90. package/skills/god-hotfix.md +1 -3
  91. package/skills/god-hygiene.md +5 -6
  92. package/skills/god-launch.md +1 -3
  93. package/skills/god-lifecycle.md +11 -13
  94. package/skills/god-link.md +1 -3
  95. package/skills/god-list-assumptions.md +7 -8
  96. package/skills/god-locate.md +7 -8
  97. package/skills/god-map-codebase.md +5 -6
  98. package/skills/god-migrate.md +7 -18
  99. package/skills/god-mode.md +5 -0
  100. package/skills/god-next.md +16 -17
  101. package/skills/god-observe.md +1 -3
  102. package/skills/god-prd.md +1 -3
  103. package/skills/god-preflight.md +7 -8
  104. package/skills/god-progress.md +7 -8
  105. package/skills/god-reconcile.md +9 -10
  106. package/skills/god-reconstruct.md +5 -7
  107. package/skills/god-redo.md +1 -3
  108. package/skills/god-refactor.md +7 -10
  109. package/skills/god-repair.md +1 -3
  110. package/skills/god-repo.md +1 -3
  111. package/skills/god-restore.md +1 -3
  112. package/skills/god-roadmap-check.md +10 -10
  113. package/skills/god-roadmap.md +1 -3
  114. package/skills/god-rollback.md +1 -3
  115. package/skills/god-scan.md +6 -12
  116. package/skills/god-skip.md +1 -3
  117. package/skills/god-spike.md +5 -6
  118. package/skills/god-stack.md +1 -3
  119. package/skills/god-standards.md +5 -6
  120. package/skills/god-status.md +12 -10
  121. package/skills/god-story-build.md +1 -3
  122. package/skills/god-story-close.md +1 -3
  123. package/skills/god-story.md +1 -3
  124. package/skills/god-surface.md +61 -0
  125. package/skills/god-sync.md +7 -13
  126. package/skills/god-tech-debt.md +5 -6
  127. package/skills/god-test-runtime.md +4 -8
  128. package/skills/god-undo.md +1 -3
  129. package/skills/god-update-deps.md +1 -3
  130. package/skills/god-upgrade.md +1 -3
  131. package/skills/god-version.md +1 -1
  132. package/skills/god.md +53 -52
package/skills/god.md CHANGED
@@ -2,8 +2,9 @@
2
2
  name: god
3
3
  description: |
4
4
  Front door. Take free-text intent from the user, match it to a recipe via
5
- the Godpowers runtime recipes module, and propose the matching command sequence. If no
6
- text given, fall back to state-driven suggestion (same as /god-next Mode 3).
5
+ the Godpowers runtime recipes module, and recommend one matching command
6
+ sequence. If no text is given, show one state-derived recommendation and a
7
+ few alternatives.
7
8
 
8
9
  Triggers on: "/god", "god", "/god help", "I want to ...", "how do I ..."
9
10
  (when not matched by a more specific command)
@@ -12,10 +13,13 @@ description: |
12
13
  # /god (front door)
13
14
 
14
15
  The natural-language entry point. Users describe what they want; this skill
15
- matches the intent to a recipe and suggests the right command sequence. No
16
+ matches the intent to a recipe and recommends the right command sequence. No
16
17
  agent is spawned here. This is a thin router on top of the Godpowers runtime
17
18
  recipes module.
18
19
 
20
+ If the user only types `/god`, answer with one sentence of position, one
21
+ recommended command, and 2 to 3 alternatives. Do not show a catalog.
22
+
19
23
  ## Runtime module resolution
20
24
 
21
25
  Before calling runtime modules, resolve the Godpowers runtime root:
@@ -31,13 +35,14 @@ Recipes are scenario-shaped ("I'm coming back after a week", "production is
31
35
  broken", "add a feature during the current project run") and match free-text intent. `/god` is the
32
36
  front door that turns intent into the right slash command.
33
37
 
34
- This skill complements `/god-next` rather than replacing it:
38
+ This skill is the single front door. It points to narrower views only when the
39
+ user needs them:
35
40
 
36
41
  | Skill | Best for |
37
42
  |-------|----------|
38
43
  | `/god <free text>` | "I don't know which command, but here's what I want" |
39
- | `/god-next` | "I just finished X, what's next?" or pre-flight checks |
40
- | `/god-status` | "Where are we? what's done?" |
44
+ | `/god-next` | "Continue safely from disk state" |
45
+ | `/god-status --full` | "Show every dashboard detail" |
41
46
  | `/god-init` | "Start a project here" |
42
47
  | `/god-mode` | "Run the whole project run autonomously" |
43
48
 
@@ -110,9 +115,10 @@ Treat everything after `/god` as free text. If empty, treat as state-driven.
110
115
 
111
116
  ```
112
117
  text empty?
113
- yes -> state-driven: call <runtimeRoot>/lib/recipes.js suggestForState(projectRoot)
114
- display top 3 recipes ranked by current lifecycle phase
115
- also call <runtimeRoot>/lib/router.js suggestNext(projectRoot) for structural next
118
+ yes -> state-driven: call <runtimeRoot>/lib/dashboard.js compute(projectRoot)
119
+ display one sentence of current position
120
+ recommend the structural next command first
121
+ show at most 3 alternatives
116
122
 
117
123
  no -> intent-driven: call <runtimeRoot>/lib/recipes.js matchIntent(text, projectRoot)
118
124
  call <runtimeRoot>/lib/command-families.js classifiers for capture, work size, verification, and trigger precedence hints
@@ -127,15 +133,18 @@ text empty?
127
133
  For a single high-confidence match (score >= 10):
128
134
 
129
135
  ```
130
- Best match: <recipe.metadata.name>
131
- What this does: <recipe.metadata.description>
136
+ Recommended: <command>
137
+ Why: <one sentence tied to the user's words and disk state>
132
138
 
133
139
  Sequence:
134
140
  1. <command> <why>
135
141
  2. <command> <why>
136
142
  ...
137
143
 
138
- Run this sequence? (yes / show others / cancel)
144
+ Next commands:
145
+ - <command>: Run the recommended sequence.
146
+ - /god-help <family>: See only the relevant family.
147
+ - /god-status --full: Inspect the complete dashboard first.
139
148
  ```
140
149
 
141
150
  For multiple matches (top 3):
@@ -147,38 +156,27 @@ Top matches for "<user text>":
147
156
  2. <recipe-name> (<score>) <description>
148
157
  3. <recipe-name> (<score>) <description>
149
158
 
150
- Pick one (1/2/3) or describe more specifically.
159
+ Next commands:
160
+ - <best command>: Run the strongest match.
161
+ - /god-discuss <ambiguity>: Resolve the routing ambiguity.
162
+ - /god-help <family>: See the relevant command family.
151
163
  ```
152
164
 
153
165
  For state-driven (no text):
154
166
 
155
167
  ```
156
- Where you are: <lifecycle-phase>
157
-
158
- Structural next: <command> <why>
159
-
160
- Recipes that fit your current state:
161
- - <recipe-name> <description>
162
- - <recipe-name> <description>
168
+ You are <lifecycle-phase>; the likely next move is <command>.
163
169
 
164
- Run structural next? (yes / pick recipe / cancel)
165
- ```
166
-
167
- If the answer is exploratory and proposes an approach instead of selecting or
168
- running a command, close with:
169
-
170
- ```
171
- Proposition:
172
- 1. Implement partial: <smallest safe command or slice>
173
- 2. Implement complete: <full command sequence>
174
- 3. Discuss more: /god-discuss <topic or unresolved question>
175
- 4. Run God Mode: /god-mode <scope> if the user wants the full autonomous project run
176
- Recommended: <one option and why>
170
+ Next commands:
171
+ - <command>: <why>
172
+ - /god-next: Continue with the state-derived safe step.
173
+ - /god-status --full: Inspect every dashboard check.
174
+ - /god-help all: Show the complete catalog.
177
175
  ```
178
176
 
179
177
  Do not include a God Mode option when the request is clearly a tiny fix,
180
- single-file change, or narrow question. In that case, replace it with the
181
- smallest matching command, such as `/god-fast`, `/god-spike`, or `/god-next`.
178
+ single-file change, or narrow question. In that case, recommend the smallest
179
+ matching command, such as `/god-fast`, `/god-spike`, or `/god-next`.
182
180
 
183
181
  ### Step 4: execute or hand off
184
182
 
@@ -218,7 +216,10 @@ What this does: Production is broken now
218
216
  Sequence:
219
217
  1. /god-hotfix Skip planning, debug, fix with TDD, expedited deploy, schedule postmortem
220
218
 
221
- Run this sequence? (yes / show others / cancel)
219
+ Next commands:
220
+ - /god-hotfix: Start the expedited production fix.
221
+ - /god-help operate: See production operations commands only.
222
+ - /god-status --full: Inspect the complete dashboard first.
222
223
  ```
223
224
 
224
225
  ### Example 2: ambiguous intent (multiple matches)
@@ -228,10 +229,13 @@ User: /god parallel feature during build
228
229
 
229
230
  Top matches for "parallel feature during build":
230
231
 
231
- 1. add-feature-mid-arc-pause (10) Bigger feature during the current project run; reconcile with roadmap, pause, do feature, update roadmap, resume
232
- 2. add-feature-parallel (10) Parallel feature, do not disrupt main work
232
+ 1. feature-during-current-work (10) Bigger feature during the current project run; reconcile with roadmap, pause, do feature, update roadmap, resume
233
+ 2. parallel-feature (10) Parallel feature, do not disrupt main work
233
234
 
234
- Pick one (1/2) or describe more specifically.
235
+ Next commands:
236
+ - /god-reconcile parallel feature during build: Resolve the roadmap impact first.
237
+ - /god-feature parallel feature: Start the feature as scoped work.
238
+ - /god-discuss parallel feature routing: Clarify which path fits.
235
239
  ```
236
240
 
237
241
  ### Example 3: state-driven (no text)
@@ -239,16 +243,12 @@ Pick one (1/2) or describe more specifically.
239
243
  ```
240
244
  User: /god
241
245
 
242
- Where you are: tier-1 in progress (PRD done, ARCH pending)
243
-
244
- Structural next: /god-arch
245
- Why: PRD is complete; architecture is the next gate
246
-
247
- Recipes that fit your current state:
248
- - whats-next Show the next logical step with reason
249
- - rerun-tier Redo a previous tier with new inputs
246
+ You are in planning with the PRD done and architecture pending.
250
247
 
251
- Run /god-arch? (yes / pick recipe / cancel)
248
+ Next commands:
249
+ - /god-arch: Start the next planning gate.
250
+ - /god-status --full: Inspect all dashboard details first.
251
+ - /god-help start: See start and planning commands only.
252
252
  ```
253
253
 
254
254
  ### Example 4: no match
@@ -258,11 +258,12 @@ User: /god make me a sandwich
258
258
 
259
259
  No recipe matched. Falling back to state-driven suggestion.
260
260
 
261
- Where you are: tier-3 launched
262
- Structural next: (none, project run complete)
261
+ You are launched and no recipe matched the request.
263
262
 
264
- Suggested: /god-next show all valid next-step options
265
- or: /god-status re-derive state from disk
263
+ Next commands:
264
+ - /god-next: Continue from disk state.
265
+ - /god-status --full: Re-derive full status from disk.
266
+ - /god-discuss routing ambiguity: Clarify what you want Godpowers to do.
266
267
  ```
267
268
 
268
269
  ## Why a skill, not an agent