godpowers 2.3.1 → 2.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 (146) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/README.md +19 -7
  3. package/RELEASE.md +30 -39
  4. package/SKILL.md +26 -3
  5. package/bin/install.js +6 -0
  6. package/lib/README.md +3 -1
  7. package/lib/command-families.js +375 -0
  8. package/lib/feature-awareness.js +1 -1
  9. package/lib/release-surface-sync.js +4 -1
  10. package/lib/route-quality-sync.js +41 -13
  11. package/lib/router.js +32 -0
  12. package/lib/workflow-helper-groups.js +50 -0
  13. package/lib/workflow-runner.js +6 -1
  14. package/package.json +1 -1
  15. package/routing/god-add-backlog.yaml +1 -0
  16. package/routing/god-add-tests.yaml +1 -0
  17. package/routing/god-add-todo.yaml +1 -0
  18. package/routing/god-agent-audit.yaml +6 -0
  19. package/routing/god-arch.yaml +1 -0
  20. package/routing/god-archaeology.yaml +1 -0
  21. package/routing/god-audit.yaml +1 -0
  22. package/routing/god-automation-setup.yaml +1 -0
  23. package/routing/god-automation-status.yaml +1 -0
  24. package/routing/god-budget.yaml +6 -0
  25. package/routing/god-build-agent.yaml +1 -0
  26. package/routing/god-build.yaml +1 -0
  27. package/routing/god-cache-clear.yaml +6 -0
  28. package/routing/god-check-todos.yaml +6 -0
  29. package/routing/god-context-scan.yaml +6 -0
  30. package/routing/god-context.yaml +1 -0
  31. package/routing/god-cost.yaml +6 -0
  32. package/routing/god-debug.yaml +1 -0
  33. package/routing/god-deploy.yaml +1 -0
  34. package/routing/god-design-impact.yaml +6 -0
  35. package/routing/god-design.yaml +1 -0
  36. package/routing/god-discuss.yaml +12 -0
  37. package/routing/god-docs.yaml +1 -0
  38. package/routing/god-doctor.yaml +6 -0
  39. package/routing/god-dogfood.yaml +1 -0
  40. package/routing/god-explore.yaml +1 -0
  41. package/routing/god-export-otel.yaml +1 -0
  42. package/routing/god-extension-add.yaml +6 -0
  43. package/routing/god-extension-info.yaml +6 -0
  44. package/routing/god-extension-list.yaml +6 -0
  45. package/routing/god-extension-remove.yaml +6 -0
  46. package/routing/god-extension-scaffold.yaml +1 -0
  47. package/routing/god-extract-learnings.yaml +1 -0
  48. package/routing/god-fast.yaml +1 -0
  49. package/routing/god-feature.yaml +1 -0
  50. package/routing/god-graph.yaml +6 -0
  51. package/routing/god-harden.yaml +1 -0
  52. package/routing/god-help.yaml +6 -0
  53. package/routing/god-hotfix.yaml +1 -0
  54. package/routing/god-hygiene.yaml +1 -0
  55. package/routing/god-init.yaml +1 -0
  56. package/routing/god-intel.yaml +1 -0
  57. package/routing/god-launch.yaml +6 -0
  58. package/routing/god-lifecycle.yaml +12 -0
  59. package/routing/god-link.yaml +1 -0
  60. package/routing/god-lint.yaml +1 -0
  61. package/routing/god-list-assumptions.yaml +6 -0
  62. package/routing/god-locate.yaml +6 -0
  63. package/routing/god-logs.yaml +12 -0
  64. package/routing/god-map-codebase.yaml +1 -0
  65. package/routing/god-metrics.yaml +6 -0
  66. package/routing/god-migrate.yaml +1 -0
  67. package/routing/god-mode.yaml +6 -0
  68. package/routing/god-next.yaml +12 -0
  69. package/routing/god-note.yaml +1 -0
  70. package/routing/god-observe.yaml +1 -0
  71. package/routing/god-org-context.yaml +1 -0
  72. package/routing/god-party.yaml +1 -0
  73. package/routing/god-pause-work.yaml +6 -0
  74. package/routing/god-plant-seed.yaml +1 -0
  75. package/routing/god-postmortem.yaml +1 -0
  76. package/routing/god-pr-branch.yaml +1 -0
  77. package/routing/god-prd.yaml +1 -0
  78. package/routing/god-preflight.yaml +1 -0
  79. package/routing/god-progress.yaml +7 -0
  80. package/routing/god-quick.yaml +1 -0
  81. package/routing/god-reconcile.yaml +6 -0
  82. package/routing/god-reconstruct.yaml +1 -0
  83. package/routing/god-redo.yaml +6 -0
  84. package/routing/god-refactor.yaml +1 -0
  85. package/routing/god-repair.yaml +1 -0
  86. package/routing/god-repo.yaml +1 -0
  87. package/routing/god-restore.yaml +1 -0
  88. package/routing/god-resume-work.yaml +6 -0
  89. package/routing/god-review-changes.yaml +1 -0
  90. package/routing/god-review.yaml +1 -0
  91. package/routing/god-roadmap-check.yaml +6 -0
  92. package/routing/god-roadmap-update.yaml +1 -0
  93. package/routing/god-roadmap.yaml +1 -0
  94. package/routing/god-rollback.yaml +1 -0
  95. package/routing/god-scan.yaml +1 -0
  96. package/routing/god-set-profile.yaml +1 -0
  97. package/routing/god-settings.yaml +1 -0
  98. package/routing/god-skip.yaml +1 -0
  99. package/routing/god-smite.yaml +1 -0
  100. package/routing/god-spike.yaml +1 -0
  101. package/routing/god-sprint.yaml +6 -0
  102. package/routing/god-stack.yaml +1 -0
  103. package/routing/god-standards.yaml +1 -0
  104. package/routing/god-status.yaml +1 -0
  105. package/routing/god-stories.yaml +1 -0
  106. package/routing/god-story-build.yaml +1 -0
  107. package/routing/god-story-close.yaml +1 -0
  108. package/routing/god-story-verify.yaml +1 -0
  109. package/routing/god-story.yaml +1 -0
  110. package/routing/god-suite-init.yaml +1 -0
  111. package/routing/god-suite-patch.yaml +1 -0
  112. package/routing/god-suite-release.yaml +1 -0
  113. package/routing/god-suite-status.yaml +6 -0
  114. package/routing/god-suite-sync.yaml +1 -0
  115. package/routing/god-sync.yaml +1 -0
  116. package/routing/god-tech-debt.yaml +1 -0
  117. package/routing/god-test-extension.yaml +6 -0
  118. package/routing/god-test-runtime.yaml +1 -0
  119. package/routing/god-thread.yaml +6 -0
  120. package/routing/god-trace.yaml +6 -0
  121. package/routing/god-undo.yaml +1 -0
  122. package/routing/god-update-deps.yaml +1 -0
  123. package/routing/god-upgrade.yaml +1 -0
  124. package/routing/god-version.yaml +1 -0
  125. package/routing/god-workstream.yaml +6 -0
  126. package/routing/god.yaml +6 -0
  127. package/schema/routing.v1.json +62 -4
  128. package/schema/workflow.v1.json +14 -0
  129. package/skills/god-doctor.md +1 -1
  130. package/skills/god-help.md +38 -3
  131. package/skills/god-next.md +19 -2
  132. package/skills/god-status.md +13 -0
  133. package/skills/god-sync.md +1 -1
  134. package/skills/god.md +53 -1
  135. package/workflows/audit-only.yaml +2 -2
  136. package/workflows/bluefield-arc.yaml +3 -7
  137. package/workflows/brownfield-arc.yaml +4 -8
  138. package/workflows/deps-audit.yaml +2 -5
  139. package/workflows/docs-arc.yaml +2 -2
  140. package/workflows/feature-arc.yaml +3 -6
  141. package/workflows/full-arc.yaml +5 -11
  142. package/workflows/hotfix-arc.yaml +3 -6
  143. package/workflows/hygiene.yaml +2 -2
  144. package/workflows/migration-arc.yaml +3 -5
  145. package/workflows/postmortem.yaml +2 -5
  146. package/workflows/refactor-arc.yaml +3 -6
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-roadmap-update
5
5
  description: Update ROADMAP.md after feature work or priority changes
6
6
  tier: 1
7
+ family: maintain
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-roadmap
5
5
  description: Sequence work into milestones
6
6
  tier: 1
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-rollback
5
5
  description: Walk back tier and downstream
6
6
  tier: 0
7
+ family: recover
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-scan
5
5
  description: Full reverse-sync of the codebase
6
6
  tier: 0
7
+ family: maintain
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-set-profile
5
5
  description: Switch model profile
6
6
  tier: 0
7
+ family: configure
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-settings
5
5
  description: View/modify intent.yaml settings
6
6
  tier: 0
7
+ family: configure
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-skip
5
5
  description: Explicit skip with audit
6
6
  tier: 0
7
+ family: recover
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-smite
5
5
  description: Hard-reset dependency cache; reinstall
6
6
  tier: 0
7
+ family: recover
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-spike
5
5
  description: Time-boxed research
6
6
  tier: 0
7
+ family: build
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-sprint
5
5
  description: Sprint plan / status / retro
6
6
  tier: 0
7
+ family: collaborate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -16,6 +17,11 @@ execution:
16
17
 
17
18
  success-path:
18
19
  next-recommended: /god-feature or /god-story
20
+ outcome:
21
+ type: requires-selection
22
+ label: User selection required
23
+ reason: The route offers multiple valid next commands and the user should choose one.
24
+ allowed-next: [/god-feature, /god-story]
19
25
 
20
26
  failure-path:
21
27
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-stack
5
5
  description: Pick technology stack
6
6
  tier: 1
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-standards
5
5
  description: Artifact standards check (substitution/three-label/have-nots)
6
6
  tier: 0
7
+ family: verify
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-status
5
5
  description: Re-derive state from disk
6
6
  tier: 0
7
+ family: continue
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-stories
5
5
  description: List STORY.md files grouped by status
6
6
  tier: 0
7
+ family: build
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-story-build
5
5
  description: Implement a single story
6
6
  tier: 2
7
+ family: build
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-story-close
5
5
  description: Mark a story done after build+verify
6
6
  tier: 2
7
+ family: build
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-story-verify
5
5
  description: Run story's acceptance criteria as headless browser tests
6
6
  tier: 2
7
+ family: build
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-story
5
5
  description: Write new STORY.md (fine-grained slice)
6
6
  tier: 1
7
+ family: build
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-suite-init
5
5
  description: Register a multi-repo suite (Mode D)
6
6
  tier: 0
7
+ family: collaborate
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-suite-patch
5
5
  description: Coordinated change across multiple repos
6
6
  tier: 0
7
+ family: collaborate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-suite-release
5
5
  description: Coordinate release across suite siblings
6
6
  tier: 3
7
+ family: collaborate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-suite-status
5
5
  description: Side-by-side status of all suite repos
6
6
  tier: 0
7
+ family: collaborate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -16,6 +17,11 @@ execution:
16
17
 
17
18
  success-path:
18
19
  next-recommended: /god-suite-sync or /god-suite-patch
20
+ outcome:
21
+ type: requires-selection
22
+ label: User selection required
23
+ reason: The route offers multiple valid next commands and the user should choose one.
24
+ allowed-next: [/god-suite-sync, /god-suite-patch]
19
25
 
20
26
  failure-path:
21
27
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-suite-sync
5
5
  description: Propagate byte-identical files across suite
6
6
  tier: 0
7
+ family: collaborate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-sync
5
5
  description: Sync all affected artifacts after feature work
6
6
  tier: 0
7
+ family: maintain
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-tech-debt
5
5
  description: Assess and prioritize technical debt
6
6
  tier: 0
7
+ family: maintain
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-test-extension
5
5
  description:
6
6
  tier: 0
7
+ family: extend
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -15,6 +16,11 @@ execution:
15
16
 
16
17
  success-path:
17
18
  next-recommended: varies
19
+ outcome:
20
+ type: contextual
21
+ label: Context-specific next route
22
+ reason: The next route depends on current disk state, command arguments, or user choice.
23
+ allowed-next: [/god-status, /god-next, /god-help]
18
24
 
19
25
  failure-path:
20
26
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-test-runtime
5
5
  description: Headless browser runtime verification
6
6
  tier: 3
7
+ family: verify
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-thread
5
5
  description: Persistent context threads
6
6
  tier: 0
7
+ family: capture
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -15,6 +16,11 @@ execution:
15
16
 
16
17
  success-path:
17
18
  next-recommended: varies
19
+ outcome:
20
+ type: contextual
21
+ label: Context-specific next route
22
+ reason: The next route depends on current disk state, command arguments, or user choice.
23
+ allowed-next: [/god-status, /god-next, /god-help]
18
24
 
19
25
  failure-path:
20
26
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-trace
5
5
  description:
6
6
  tier: 0
7
+ family: operate
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -15,6 +16,11 @@ execution:
15
16
 
16
17
  success-path:
17
18
  next-recommended: varies
19
+ outcome:
20
+ type: contextual
21
+ label: Context-specific next route
22
+ reason: The next route depends on current disk state, command arguments, or user choice.
23
+ allowed-next: [/god-status, /god-next, /god-help]
18
24
 
19
25
  failure-path:
20
26
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-undo
5
5
  description: Revert last operation
6
6
  tier: 0
7
+ family: recover
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-update-deps
5
5
  description: Audit and update dependencies
6
6
  tier: 0
7
+ family: maintain
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-upgrade
5
5
  description: Framework migration
6
6
  tier: 0
7
+ family: maintain
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-version
5
5
  description: Print installed version + capability summary
6
6
  tier: 0
7
+ family: configure
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-workstream
5
5
  description: Parallel workspace management
6
6
  tier: 0
7
+ family: collaborate
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -15,6 +16,11 @@ execution:
15
16
 
16
17
  success-path:
17
18
  next-recommended: varies
19
+ outcome:
20
+ type: contextual
21
+ label: Context-specific next route
22
+ reason: The next route depends on current disk state, command arguments, or user choice.
23
+ allowed-next: [/god-status, /god-next, /god-help]
18
24
 
19
25
  failure-path:
20
26
  on-error: /god-doctor
package/routing/god.yaml CHANGED
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god
5
5
  description: Front door: free-text intent matcher
6
6
  tier: 0
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -15,6 +16,11 @@ execution:
15
16
 
16
17
  success-path:
17
18
  next-recommended: varies
19
+ outcome:
20
+ type: contextual
21
+ label: Context-specific next route
22
+ reason: The next route depends on current disk state, command arguments, or user choice.
23
+ allowed-next: [/god-status, /god-next, /god-help]
18
24
 
19
25
  failure-path:
20
26
  on-error: /god-doctor
@@ -20,9 +20,29 @@
20
20
  "properties": {
21
21
  "command": {
22
22
  "type": "string",
23
- "pattern": "^/god-[a-z-]+$"
23
+ "pattern": "^/god(?:-[a-z-]+)?$"
24
24
  },
25
25
  "description": { "type": "string" },
26
+ "family": {
27
+ "type": "string",
28
+ "enum": [
29
+ "start",
30
+ "continue",
31
+ "build",
32
+ "verify",
33
+ "operate",
34
+ "maintain",
35
+ "capture",
36
+ "recover",
37
+ "extend",
38
+ "collaborate",
39
+ "configure"
40
+ ]
41
+ },
42
+ "trigger-precedence": {
43
+ "type": "array",
44
+ "items": { "$ref": "#/$defs/TriggerPrecedence" }
45
+ },
26
46
  "tier": {
27
47
  "type": "integer",
28
48
  "minimum": 0,
@@ -110,7 +130,10 @@
110
130
  "properties": {
111
131
  "next-recommended": {
112
132
  "type": "string",
113
- "pattern": "^/god-[a-z-]+$"
133
+ "pattern": "^(?:/god(?:-[a-z-]+)?(?:\\s.*)?|varies|varies-by-verdict|steady-state|session-end)(?:\\sor\\s/god-[a-z-]+(?:\\s.*)?)*$"
134
+ },
135
+ "outcome": {
136
+ "$ref": "#/$defs/RouteOutcome"
114
137
  },
115
138
  "alternatives": {
116
139
  "type": "array",
@@ -162,7 +185,7 @@
162
185
  },
163
186
  "auto-complete": {
164
187
  "type": "string",
165
- "pattern": "^/god-[a-z-]+$",
188
+ "pattern": "^/god(?:-[a-z-]+)?(?:\\s.*)?$",
166
189
  "description": "Command to run if prerequisite missing"
167
190
  },
168
191
  "human-required": {
@@ -175,9 +198,44 @@
175
198
  "type": "object",
176
199
  "required": ["command"],
177
200
  "properties": {
178
- "command": { "type": "string", "pattern": "^/god-[a-z-]+$" },
201
+ "command": { "type": "string", "pattern": "^/god(?:-[a-z-]+)?(?:\\s.*)?$" },
179
202
  "when": { "type": "string", "description": "Condition for this recommendation" }
180
203
  }
204
+ },
205
+ "RouteOutcome": {
206
+ "type": "object",
207
+ "required": ["type", "label", "reason"],
208
+ "properties": {
209
+ "type": {
210
+ "type": "string",
211
+ "enum": [
212
+ "contextual",
213
+ "verdict-based",
214
+ "steady-state",
215
+ "session-end",
216
+ "requires-selection",
217
+ "no-next-command",
218
+ "explicit-command"
219
+ ]
220
+ },
221
+ "label": { "type": "string" },
222
+ "reason": { "type": "string" },
223
+ "allowed-next": {
224
+ "type": "array",
225
+ "items": { "type": "string" }
226
+ }
227
+ }
228
+ },
229
+ "TriggerPrecedence": {
230
+ "type": "object",
231
+ "required": ["trigger", "prefer"],
232
+ "properties": {
233
+ "trigger": { "type": "string" },
234
+ "prefer": { "type": "string" },
235
+ "when": { "type": "string" },
236
+ "fallback": { "type": "string" },
237
+ "reason": { "type": "string" }
238
+ }
181
239
  }
182
240
  }
183
241
  }
@@ -106,6 +106,20 @@
106
106
  ]
107
107
  }
108
108
  },
109
+ "local-helper-groups": {
110
+ "type": "array",
111
+ "description": "Named helper groups expanded by the workflow runner into explicit local-helpers in serialized plans.",
112
+ "items": {
113
+ "type": "string",
114
+ "enum": [
115
+ "standard-closeout",
116
+ "repo-maintenance-closeout",
117
+ "runtime-awareness-closeout",
118
+ "release-readiness-closeout",
119
+ "source-sync-closeout"
120
+ ]
121
+ }
122
+ },
109
123
  "per": { "type": "string", "enum": ["slice", "wave"] },
110
124
  "parallel-by": { "type": "string", "enum": ["slice", "wave"] },
111
125
  "on-pass": { "type": "string" },
@@ -157,7 +157,7 @@ Built-in, no spawned agent. Reads:
157
157
  - `lib/repo-surface-sync.detect(projectRoot)` for structural repo surface
158
158
  freshness
159
159
  - `lib/route-quality-sync.detect(projectRoot)` through repo surface sync for
160
- atomic spawn and contextual route exit freshness
160
+ atomic spawn and typed route outcome freshness
161
161
  - `lib/recipe-coverage-sync.detect(projectRoot)` through repo surface sync for
162
162
  high-frequency intent recipe coverage freshness
163
163
  - `lib/release-surface-sync.detect(projectRoot)` through repo surface sync for
@@ -12,7 +12,8 @@ description: |
12
12
 
13
13
  # /god-help
14
14
 
15
- List Godpowers commands organized by category. Show the catalog.
15
+ List Godpowers commands organized by family first, then by full catalog
16
+ category. Show the map without hiding any installed command.
16
17
 
17
18
  ## Output sections
18
19
 
@@ -23,11 +24,39 @@ One line summary of project state from `state.json`:
23
24
  ### 2. Suggested next
24
25
  The same suggestion `/god-next` would make. One command.
25
26
 
26
- ### 3. Catalog
27
+ ### 3. Command families
28
+ Load `<runtimeRoot>/lib/command-families.js` and render family cards before the
29
+ full catalog:
30
+
31
+ - Start: start or import a project.
32
+ - Continue: understand state and choose the next move.
33
+ - Build: plan, implement, test, and ship product work.
34
+ - Verify: check artifacts, code, runtime behavior, and release readiness.
35
+ - Operate: deploy, observe, harden, launch, and respond in production.
36
+ - Maintain: keep artifacts, docs, dependencies, context, and repo surfaces current.
37
+ - Capture: save thoughts, tasks, backlog items, seeds, and learnings.
38
+ - Recover: undo, repair, restore, skip, or diagnose broken state.
39
+ - Extend: install, inspect, test, remove, or author extension packs.
40
+ - Collaborate: coordinate people, workstreams, suites, sprints, and pull requests.
41
+ - Configure: tune settings, budgets, cache, profiles, help, and version info.
42
+
43
+ ### 4. Decision ladders
44
+ Show the compact ladders when the user asks about capture, work size, or
45
+ verification:
46
+
47
+ - Capture ladder: `/god-note`, `/god-add-todo`, `/god-add-backlog`, `/god-plant-seed`.
48
+ - Work size ladder: `/god-fast`, `/god-quick`, `/god-story`, `/god-feature`, `/god-build`, `/god-debug`, `/god-hotfix`.
49
+ - Verification ladder: `/god-lint`, `/god-standards`, `/god-review`, `/god-test-runtime`, `/god-audit`, `/god-hygiene`, `/god-preflight`, `/god-dogfood`.
50
+
51
+ ### 5. Status views
52
+ Present `/god-status` as the hub view and list the direct shortcuts:
53
+ `/god-progress`, `/god-lifecycle`, `/god-locate`, and `/god-next`.
54
+
55
+ ### 6. Full catalog
27
56
  All installed skills grouped by category. Categories match
28
57
  `docs/reference.md` order.
29
58
 
30
- ### 4. Where to go for more
59
+ ### 7. Where to go for more
31
60
  - Full reference: https://github.com/aihxp/godpowers/blob/main/docs/reference.md
32
61
  - Concepts: https://github.com/aihxp/godpowers/blob/main/docs/concepts.md
33
62
  - Roadmap: https://github.com/aihxp/godpowers/blob/main/docs/ROADMAP.md
@@ -44,6 +73,11 @@ Description of one specific command (reads the skill's frontmatter description).
44
73
  ### `/god-help search <keyword>`
45
74
  Filter the catalog by keyword match against descriptions.
46
75
 
76
+ ### `/god-help <family>`
77
+ Show one family card plus its leaf commands. Valid families are start,
78
+ continue, build, verify, operate, maintain, capture, recover, extend,
79
+ collaborate, and configure.
80
+
47
81
  ### `/god-help --category=<name>`
48
82
  Show only one category (lifecycle, planning, building, shipping, etc.).
49
83
 
@@ -53,6 +87,7 @@ Built-in, no spawned agent. Reads:
53
87
  - `<runtime>/skills/*.md` frontmatter
54
88
  - `.godpowers/state.json` (for current state line)
55
89
  - `<runtimeRoot>/lib/recipes.js` (for suggested next)
90
+ - `<runtimeRoot>/lib/command-families.js` (for family cards and ladders)
56
91
 
57
92
  Resolve `<runtimeRoot>` as `<projectRoot>` when `<projectRoot>/lib/recipes.js` exists. Otherwise use the installed bundle at `<tool-config-dir>/godpowers-runtime`, where `<tool-config-dir>` is the directory that contains this installed skill.
58
93
 
@@ -22,10 +22,12 @@ Before reading routing data or calling runtime modules, resolve the Godpowers ru
22
22
  1. If `<projectRoot>/lib/router.js` exists, use the repository checkout runtime at `<projectRoot>`.
23
23
  2. Otherwise use the installed bundle at `<tool-config-dir>/godpowers-runtime`, where `<tool-config-dir>` is the directory that contains this installed skill, such as `~/.claude`, `~/.codex`, `~/.cursor`, `~/.windsurf`, or `~/.gemini`.
24
24
  3. Read routing definitions from `<runtimeRoot>/routing/*.yaml` and recipes from `<runtimeRoot>/routing/recipes/*.yaml`.
25
- 4. For status output, load `<runtimeRoot>/lib/dashboard.js` and call
25
+ 4. Load `<runtimeRoot>/lib/command-families.js` for work size, verification,
26
+ capture, and trigger precedence hints.
27
+ 5. For status output, load `<runtimeRoot>/lib/dashboard.js` and call
26
28
  `dashboard.compute(projectRoot)`. Use `dashboard.render(result)` for the
27
29
  shared dashboard section before adding route-specific detail.
28
- 5. If the checkout runtime and installed runtime differ, say which runtime root
30
+ 6. If the checkout runtime and installed runtime differ, say which runtime root
29
31
  was used. Only call the output a manual disk scan when `lib/dashboard.js`
30
32
  cannot be loaded at all.
31
33
 
@@ -72,6 +74,11 @@ Get success-path.next-recommended (e.g., "/god-arch"), then apply any
72
74
  conditional-next rule such as UI-detected -> "/god-design"
73
75
  |
74
76
  v
77
+ Read success-path.outcome when present. Use it to label contextual,
78
+ verdict-based, steady-state, session-end, and selection outcomes before
79
+ showing allowed next commands.
80
+ |
81
+ v
75
82
  Display: "PRD complete: .godpowers/prd/PRD.md
76
83
  Suggested next: /god-arch (design the architecture)"
77
84
  ```
@@ -128,6 +135,16 @@ If prereqs missing and NOT auto-completable:
128
135
 
129
136
  ## Process for Mode 3 (standalone)
130
137
 
138
+ When the user asks a broad next-step question, use the family helpers before
139
+ falling back to raw route order:
140
+
141
+ - Capture intent routes through the capture ladder.
142
+ - Implementation intent routes through the work size ladder.
143
+ - Check or audit intent routes through the verification ladder.
144
+ - Duplicate trigger phrases use `resolveTrigger` so `continue`, `think through`,
145
+ `what happened`, `what's done`, and `where am i` pick the context-aware
146
+ command.
147
+
131
148
  ```
132
149
  User types: /god-next
133
150
  |
@@ -11,6 +11,19 @@ description: |
11
11
 
12
12
  Re-derive state from disk. Your memory is not authoritative. The file system is.
13
13
 
14
+ ## Status family views
15
+
16
+ `/god-status` is the hub for the continue family. It should render the overview
17
+ first, then offer direct shortcuts when the user wants a narrower view:
18
+
19
+ | View | Shortcut | Purpose |
20
+ |------|----------|---------|
21
+ | Overview | `/god-status` | Operational state, proactive checks, and blockers. |
22
+ | Progress ledger | `/god-progress` | Requirement and roadmap increment completion. |
23
+ | Lifecycle phase | `/god-lifecycle` | Project phase and fitting workflows. |
24
+ | Resume location | `/god-locate` | Orientation from checkpoint, handoff, and disk state. |
25
+ | Next action | `/god-next` | Single recommended command with reason. |
26
+
14
27
  ## Process
15
28
 
16
29
  1. Check if `.godpowers/PROGRESS.md` exists