godpowers 2.3.0 → 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 (169) hide show
  1. package/CHANGELOG.md +61 -0
  2. package/README.md +28 -16
  3. package/RELEASE.md +35 -27
  4. package/SKILL.md +26 -3
  5. package/agents/god-debugger.md +44 -8
  6. package/agents/god-executor.md +28 -0
  7. package/agents/god-quality-reviewer.md +23 -1
  8. package/agents/god-spec-reviewer.md +6 -0
  9. package/bin/install.js +6 -0
  10. package/lib/README.md +5 -2
  11. package/lib/agent-cache.js +25 -3
  12. package/lib/code-intelligence.js +161 -0
  13. package/lib/command-families.js +375 -0
  14. package/lib/dashboard.js +54 -20
  15. package/lib/extensions.js +6 -13
  16. package/lib/feature-awareness.js +2 -2
  17. package/lib/host-capabilities.js +4 -0
  18. package/lib/install-profiles.js +1 -0
  19. package/lib/planning-systems.js +7 -4
  20. package/lib/quick-proof.js +5 -2
  21. package/lib/release-surface-sync.js +4 -1
  22. package/lib/route-quality-sync.js +42 -12
  23. package/lib/router.js +32 -0
  24. package/lib/workflow-helper-groups.js +50 -0
  25. package/lib/workflow-runner.js +6 -1
  26. package/package.json +2 -2
  27. package/routing/god-add-backlog.yaml +1 -0
  28. package/routing/god-add-tests.yaml +1 -0
  29. package/routing/god-add-todo.yaml +1 -0
  30. package/routing/god-agent-audit.yaml +6 -0
  31. package/routing/god-arch.yaml +1 -0
  32. package/routing/god-archaeology.yaml +1 -0
  33. package/routing/god-audit.yaml +1 -0
  34. package/routing/god-automation-setup.yaml +1 -0
  35. package/routing/god-automation-status.yaml +1 -0
  36. package/routing/god-budget.yaml +6 -0
  37. package/routing/god-build-agent.yaml +1 -0
  38. package/routing/god-build.yaml +1 -0
  39. package/routing/god-cache-clear.yaml +6 -0
  40. package/routing/god-check-todos.yaml +6 -0
  41. package/routing/god-context-scan.yaml +6 -0
  42. package/routing/god-context.yaml +1 -0
  43. package/routing/god-cost.yaml +6 -0
  44. package/routing/god-debug.yaml +1 -0
  45. package/routing/god-deploy.yaml +1 -0
  46. package/routing/god-design-impact.yaml +6 -0
  47. package/routing/god-design.yaml +1 -0
  48. package/routing/god-discuss.yaml +12 -0
  49. package/routing/god-docs.yaml +1 -0
  50. package/routing/god-doctor.yaml +6 -0
  51. package/routing/god-dogfood.yaml +1 -0
  52. package/routing/god-explore.yaml +1 -0
  53. package/routing/god-export-otel.yaml +1 -0
  54. package/routing/god-extension-add.yaml +6 -0
  55. package/routing/god-extension-info.yaml +6 -0
  56. package/routing/god-extension-list.yaml +6 -0
  57. package/routing/god-extension-remove.yaml +6 -0
  58. package/routing/god-extension-scaffold.yaml +26 -0
  59. package/routing/god-extract-learnings.yaml +1 -0
  60. package/routing/god-fast.yaml +1 -0
  61. package/routing/god-feature.yaml +1 -0
  62. package/routing/god-graph.yaml +6 -0
  63. package/routing/god-harden.yaml +1 -0
  64. package/routing/god-help.yaml +6 -0
  65. package/routing/god-hotfix.yaml +1 -0
  66. package/routing/god-hygiene.yaml +1 -0
  67. package/routing/god-init.yaml +1 -0
  68. package/routing/god-intel.yaml +1 -0
  69. package/routing/god-launch.yaml +6 -0
  70. package/routing/god-lifecycle.yaml +12 -0
  71. package/routing/god-link.yaml +1 -0
  72. package/routing/god-lint.yaml +1 -0
  73. package/routing/god-list-assumptions.yaml +6 -0
  74. package/routing/god-locate.yaml +6 -0
  75. package/routing/god-logs.yaml +12 -0
  76. package/routing/god-map-codebase.yaml +1 -0
  77. package/routing/god-metrics.yaml +6 -0
  78. package/routing/god-migrate.yaml +1 -0
  79. package/routing/god-mode.yaml +6 -0
  80. package/routing/god-next.yaml +12 -0
  81. package/routing/god-note.yaml +1 -0
  82. package/routing/god-observe.yaml +1 -0
  83. package/routing/god-org-context.yaml +1 -0
  84. package/routing/god-party.yaml +1 -0
  85. package/routing/god-pause-work.yaml +6 -0
  86. package/routing/god-plant-seed.yaml +1 -0
  87. package/routing/god-postmortem.yaml +1 -0
  88. package/routing/god-pr-branch.yaml +1 -0
  89. package/routing/god-prd.yaml +1 -0
  90. package/routing/god-preflight.yaml +1 -0
  91. package/routing/god-progress.yaml +7 -0
  92. package/routing/god-quick.yaml +1 -0
  93. package/routing/god-reconcile.yaml +6 -0
  94. package/routing/god-reconstruct.yaml +1 -0
  95. package/routing/god-redo.yaml +6 -0
  96. package/routing/god-refactor.yaml +1 -0
  97. package/routing/god-repair.yaml +1 -0
  98. package/routing/god-repo.yaml +1 -0
  99. package/routing/god-restore.yaml +1 -0
  100. package/routing/god-resume-work.yaml +6 -0
  101. package/routing/god-review-changes.yaml +1 -0
  102. package/routing/god-review.yaml +1 -0
  103. package/routing/god-roadmap-check.yaml +6 -0
  104. package/routing/god-roadmap-update.yaml +1 -0
  105. package/routing/god-roadmap.yaml +1 -0
  106. package/routing/god-rollback.yaml +1 -0
  107. package/routing/god-scan.yaml +1 -0
  108. package/routing/god-set-profile.yaml +1 -0
  109. package/routing/god-settings.yaml +1 -0
  110. package/routing/god-skip.yaml +1 -0
  111. package/routing/god-smite.yaml +1 -0
  112. package/routing/god-spike.yaml +1 -0
  113. package/routing/god-sprint.yaml +6 -0
  114. package/routing/god-stack.yaml +2 -1
  115. package/routing/god-standards.yaml +1 -0
  116. package/routing/god-status.yaml +1 -0
  117. package/routing/god-stories.yaml +1 -0
  118. package/routing/god-story-build.yaml +1 -0
  119. package/routing/god-story-close.yaml +1 -0
  120. package/routing/god-story-verify.yaml +1 -0
  121. package/routing/god-story.yaml +1 -0
  122. package/routing/god-suite-init.yaml +1 -0
  123. package/routing/god-suite-patch.yaml +1 -0
  124. package/routing/god-suite-release.yaml +1 -0
  125. package/routing/god-suite-status.yaml +6 -0
  126. package/routing/god-suite-sync.yaml +1 -0
  127. package/routing/god-sync.yaml +1 -0
  128. package/routing/god-tech-debt.yaml +1 -0
  129. package/routing/god-test-extension.yaml +6 -0
  130. package/routing/god-test-runtime.yaml +1 -0
  131. package/routing/god-thread.yaml +6 -0
  132. package/routing/god-trace.yaml +6 -0
  133. package/routing/god-undo.yaml +1 -0
  134. package/routing/god-update-deps.yaml +1 -0
  135. package/routing/god-upgrade.yaml +1 -0
  136. package/routing/god-version.yaml +1 -0
  137. package/routing/god-workstream.yaml +6 -0
  138. package/routing/god.yaml +6 -0
  139. package/routing/recipes/add-feature-mid-arc-pause.yaml +6 -0
  140. package/routing/recipes/brownfield-onboarding.yaml +5 -2
  141. package/routing/recipes/extension-authoring.yaml +32 -0
  142. package/routing/recipes/greenfield-fast.yaml +3 -0
  143. package/routing/recipes/production-broken.yaml +4 -0
  144. package/routing/recipes/release-maintenance.yaml +3 -0
  145. package/routing/recipes/returning-after-break.yaml +3 -0
  146. package/routing/recipes/weekly-health-check.yaml +2 -0
  147. package/schema/routing.v1.json +62 -4
  148. package/schema/workflow.v1.json +14 -0
  149. package/skills/god-discuss.md +10 -5
  150. package/skills/god-doctor.md +9 -3
  151. package/skills/god-extension-scaffold.md +66 -0
  152. package/skills/god-help.md +38 -3
  153. package/skills/god-next.md +19 -2
  154. package/skills/god-status.md +13 -0
  155. package/skills/god-sync.md +1 -1
  156. package/skills/god-version.md +2 -2
  157. package/skills/god.md +61 -12
  158. package/workflows/audit-only.yaml +2 -2
  159. package/workflows/bluefield-arc.yaml +3 -7
  160. package/workflows/brownfield-arc.yaml +4 -8
  161. package/workflows/deps-audit.yaml +2 -5
  162. package/workflows/docs-arc.yaml +2 -2
  163. package/workflows/feature-arc.yaml +3 -6
  164. package/workflows/full-arc.yaml +5 -11
  165. package/workflows/hotfix-arc.yaml +3 -6
  166. package/workflows/hygiene.yaml +2 -2
  167. package/workflows/migration-arc.yaml +3 -5
  168. package/workflows/postmortem.yaml +2 -5
  169. package/workflows/refactor-arc.yaml +3 -6
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-cost
5
5
  description:
6
6
  tier: 0
7
+ family: configure
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-debug
5
5
  description: 4-phase systematic debug
6
6
  tier: 0
7
+ family: build
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-deploy
5
5
  description: Set up deploy pipeline
6
6
  tier: 3
7
+ family: operate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-design-impact
5
5
  description: What-if analysis on DESIGN.md change
6
6
  tier: 1
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -16,6 +17,11 @@ execution:
16
17
 
17
18
  success-path:
18
19
  next-recommended: /god-design or /god-sync
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-design, /god-sync]
19
25
 
20
26
  failure-path:
21
27
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-design
5
5
  description: Design lifecycle (DESIGN.md + PRODUCT.md) bridged to impeccable
6
6
  tier: 1
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,13 @@ metadata:
4
4
  command: /god-discuss
5
5
  description: Pre-planning discussion
6
6
  tier: 0
7
+ family: start
8
+ trigger-precedence:
9
+ - trigger: think through
10
+ prefer: /god-explore
11
+ when: broad-idea
12
+ fallback: /god-discuss
13
+ reason: Broad ideation starts in explore while concrete decisions stay in discuss.
7
14
 
8
15
  prerequisites:
9
16
  required:
@@ -18,6 +25,11 @@ execution:
18
25
 
19
26
  success-path:
20
27
  next-recommended: varies
28
+ outcome:
29
+ type: contextual
30
+ label: Context-specific next route
31
+ reason: The next route depends on current disk state, command arguments, or user choice.
32
+ allowed-next: [/god-status, /god-next, /god-help]
21
33
 
22
34
  failure-path:
23
35
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-docs
5
5
  description: Documentation 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-doctor
5
5
  description: Diagnose install + state
6
6
  tier: 0
7
+ family: recover
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -18,6 +19,11 @@ execution:
18
19
 
19
20
  success-path:
20
21
  next-recommended: varies
22
+ outcome:
23
+ type: contextual
24
+ label: Context-specific next route
25
+ reason: The next route depends on current disk state, command arguments, or user choice.
26
+ allowed-next: [/god-status, /god-next, /god-help]
21
27
 
22
28
  failure-path:
23
29
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-dogfood
5
5
  description: Run messy-repo dogfood scenarios for release and autonomy readiness.
6
6
  tier: 0
7
+ family: verify
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-explore
5
5
  description: Pre-init Socratic ideation
6
6
  tier: 0
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-export-otel
5
5
  description: Export Godpowers events to OpenTelemetry OTLP JSON traces
6
6
  tier: 0
7
+ family: operate
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-extension-add
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-extension-info
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-extension-list
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-extension-remove
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
@@ -0,0 +1,26 @@
1
+ apiVersion: godpowers/v1
2
+ kind: CommandRouting
3
+ metadata:
4
+ command: /god-extension-scaffold
5
+ description: Create a publishable extension pack skeleton
6
+ tier: 0
7
+ family: extend
8
+
9
+ prerequisites:
10
+ required: []
11
+
12
+ execution:
13
+ spawns: [built-in]
14
+ context: fresh
15
+ writes:
16
+ - extension pack skeleton
17
+
18
+ success-path:
19
+ next-recommended: /god-test-extension
20
+
21
+ failure-path:
22
+ on-error: /god-doctor
23
+
24
+ endoff:
25
+ state-update: tier-0 updated for /god-extension-scaffold
26
+ events: [agent.start, artifact.created, agent.end]
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-extract-learnings
5
5
  description: Capture decisions/lessons/patterns from completed work
6
6
  tier: 0
7
+ family: capture
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-fast
5
5
  description: Trivial inline edit
6
6
  tier: 0
7
+ family: build
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-feature
5
5
  description: Add feature to existing project
6
6
  tier: 0
7
+ family: build
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-graph
5
5
  description: Build/query project knowledge graph
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-harden
5
5
  description: Adversarial security review
6
6
  tier: 3
7
+ family: operate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-help
5
5
  description: Discoverable contextual help
6
6
  tier: 0
7
+ family: configure
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -18,6 +19,11 @@ execution:
18
19
 
19
20
  success-path:
20
21
  next-recommended: varies
22
+ outcome:
23
+ type: contextual
24
+ label: Context-specific next route
25
+ reason: The next route depends on current disk state, command arguments, or user choice.
26
+ allowed-next: [/god-status, /god-next, /god-help]
21
27
 
22
28
  failure-path:
23
29
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-hotfix
5
5
  description: Urgent production bug fix
6
6
  tier: 0
7
+ family: operate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-hygiene
5
5
  description: Composite health check
6
6
  tier: 0
7
+ family: verify
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-init
5
5
  description: Initialize a Godpowers project. Detects mode and scale.
6
6
  tier: 0
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required: [] # No prerequisites; this is the entry point
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-intel
5
5
  description: Query/refresh codebase intel
6
6
  tier: 0
7
+ family: maintain
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-launch
5
5
  description: Launch the product
6
6
  tier: 3
7
+ family: operate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -31,6 +32,11 @@ standards:
31
32
 
32
33
  success-path:
33
34
  next-recommended: steady-state
35
+ outcome:
36
+ type: steady-state
37
+ label: Steady state
38
+ reason: The project run has completed and ongoing work should start from steady-state commands.
39
+ allowed-next: [/god-status, /god-feature, /god-hygiene]
34
40
 
35
41
  post-success-actions:
36
42
  - run: /god-scan
@@ -4,6 +4,13 @@ metadata:
4
4
  command: /god-lifecycle
5
5
  description: Show project phase
6
6
  tier: 0
7
+ family: continue
8
+ trigger-precedence:
9
+ - trigger: where am i
10
+ prefer: /god-locate
11
+ when: checkpoint-or-handoff-exists
12
+ fallback: /god-lifecycle
13
+ reason: Resume artifacts go to locate while normal phase questions stay in lifecycle.
7
14
 
8
15
  prerequisites:
9
16
  required:
@@ -18,6 +25,11 @@ execution:
18
25
 
19
26
  success-path:
20
27
  next-recommended: varies
28
+ outcome:
29
+ type: contextual
30
+ label: Context-specific next route
31
+ reason: The next route depends on current disk state, command arguments, or user choice.
32
+ allowed-next: [/god-status, /god-next, /god-help]
21
33
 
22
34
  failure-path:
23
35
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-link
5
5
  description: Manually add/remove a code-artifact link
6
6
  tier: 0
7
+ family: maintain
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-lint
5
5
  description: Mechanical have-nots validation
6
6
  tier: 0
7
+ family: verify
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-list-assumptions
5
5
  description: Surface assumptions
6
6
  tier: 0
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -18,6 +19,11 @@ execution:
18
19
 
19
20
  success-path:
20
21
  next-recommended: varies
22
+ outcome:
23
+ type: contextual
24
+ label: Context-specific next route
25
+ reason: The next route depends on current disk state, command arguments, or user choice.
26
+ allowed-next: [/god-status, /god-next, /god-help]
21
27
 
22
28
  failure-path:
23
29
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-locate
5
5
  description:
6
6
  tier: 0
7
+ family: continue
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,13 @@ metadata:
4
4
  command: /god-logs
5
5
  description:
6
6
  tier: 0
7
+ family: operate
8
+ trigger-precedence:
9
+ - trigger: what happened
10
+ prefer: /god-postmortem
11
+ when: post-incident-pending
12
+ fallback: /god-logs
13
+ reason: Incident follow-up takes precedence over run history.
7
14
 
8
15
  prerequisites:
9
16
  required: []
@@ -15,6 +22,11 @@ execution:
15
22
 
16
23
  success-path:
17
24
  next-recommended: varies
25
+ outcome:
26
+ type: contextual
27
+ label: Context-specific next route
28
+ reason: The next route depends on current disk state, command arguments, or user choice.
29
+ allowed-next: [/god-status, /god-next, /god-help]
18
30
 
19
31
  failure-path:
20
32
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-map-codebase
5
5
  description: Parallel codebase analysis with mappers
6
6
  tier: 0
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-metrics
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-migrate
5
5
  description: Detect and migrate legacy planning, BMAD, and Superpowers planning context
6
6
  tier: 0
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-mode
5
5
  description: Full autonomous project run
6
6
  tier: 0
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -28,6 +29,11 @@ execution:
28
29
 
29
30
  success-path:
30
31
  next-recommended: steady-state
32
+ outcome:
33
+ type: steady-state
34
+ label: Steady state
35
+ reason: The project run has completed and ongoing work should start from steady-state commands.
36
+ allowed-next: [/god-status, /god-feature, /god-hygiene]
31
37
 
32
38
  failure-path:
33
39
  on-error: /god-doctor
@@ -4,6 +4,13 @@ metadata:
4
4
  command: /god-next
5
5
  description: Suggest next command
6
6
  tier: 0
7
+ family: continue
8
+ trigger-precedence:
9
+ - trigger: continue
10
+ prefer: /god-resume-work
11
+ when: handoff-exists
12
+ fallback: /god-next
13
+ reason: Resume a saved handoff before computing a fresh next route.
7
14
 
8
15
  prerequisites:
9
16
  required:
@@ -21,6 +28,11 @@ execution:
21
28
 
22
29
  success-path:
23
30
  next-recommended: varies
31
+ outcome:
32
+ type: contextual
33
+ label: Context-specific next route
34
+ reason: The next route depends on current disk state, command arguments, or user choice.
35
+ allowed-next: [/god-status, /god-next, /god-help]
24
36
 
25
37
  failure-path:
26
38
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-note
5
5
  description: Zero-friction idea capture
6
6
  tier: 0
7
+ family: capture
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-observe
5
5
  description: Wire observability
6
6
  tier: 3
7
+ family: operate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-org-context
5
5
  description: Set up or read org-level standards (bluefield)
6
6
  tier: 0
7
+ family: start
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-party
5
5
  description: Multi-persona collaboration session
6
6
  tier: 0
7
+ family: collaborate
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-pause-work
5
5
  description: Save context handoff
6
6
  tier: 0
7
+ family: continue
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -18,6 +19,11 @@ execution:
18
19
 
19
20
  success-path:
20
21
  next-recommended: session-end
22
+ outcome:
23
+ type: session-end
24
+ label: Session handoff complete
25
+ reason: The command intentionally ends the active work session.
26
+ allowed-next: [/god-resume-work, /god-status]
21
27
 
22
28
  failure-path:
23
29
  on-error: /god-doctor
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-plant-seed
5
5
  description: Forward-looking idea with trigger condition
6
6
  tier: 0
7
+ family: capture
7
8
 
8
9
  prerequisites:
9
10
  required: []
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-postmortem
5
5
  description: Post-incident investigation
6
6
  tier: 0
7
+ family: operate
7
8
 
8
9
  prerequisites:
9
10
  required:
@@ -4,6 +4,7 @@ metadata:
4
4
  command: /god-pr-branch
5
5
  description: Create clean PR branch filtering .godpowers commits
6
6
  tier: 0
7
+ family: collaborate
7
8
 
8
9
  prerequisites:
9
10
  required: