godpowers 2.7.0 → 3.0.1

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 (115) hide show
  1. package/CHANGELOG.md +43 -1
  2. package/README.md +32 -31
  3. package/RELEASE.md +32 -42
  4. package/SKILL.md +4 -1
  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 +5 -5
  46. package/extensions/data-pack/manifest.yaml +1 -1
  47. package/extensions/data-pack/package.json +1 -1
  48. package/extensions/launch-pack/manifest.yaml +1 -1
  49. package/extensions/launch-pack/package.json +1 -1
  50. package/extensions/security-pack/manifest.yaml +1 -1
  51. package/extensions/security-pack/package.json +1 -1
  52. package/lib/README.md +3 -0
  53. package/lib/agent-validator.js +67 -2
  54. package/lib/command-families.js +13 -8
  55. package/lib/install-profiles.js +39 -13
  56. package/lib/installer-args.js +1 -1
  57. package/lib/recipe-coverage-sync.js +1 -1
  58. package/lib/release-surface-sync.js +3 -0
  59. package/lib/repo-doc-sync.js +1 -1
  60. package/lib/repo-surface-sync.js +3 -3
  61. package/lib/route-quality-sync.js +2 -2
  62. package/lib/router.js +6 -0
  63. package/package.json +2 -2
  64. package/references/orchestration/GOD-ORCHESTRATOR-RUNBOOK.md +12 -3
  65. package/routing/god-capture.yaml +41 -0
  66. package/routing/god-extend.yaml +47 -0
  67. package/routing/god-fix.yaml +37 -0
  68. package/routing/god-lifecycle.yaml +1 -1
  69. package/routing/god-locate.yaml +1 -1
  70. package/routing/god-plan.yaml +45 -0
  71. package/routing/god-roadmap-check.yaml +2 -2
  72. package/routing/god-ship.yaml +39 -0
  73. package/skills/god-agent-audit.md +12 -9
  74. package/skills/god-arch.md +1 -3
  75. package/skills/god-build.md +1 -3
  76. package/skills/god-capture.md +45 -0
  77. package/skills/god-deploy.md +1 -3
  78. package/skills/god-design.md +9 -3
  79. package/skills/god-doctor.md +1 -1
  80. package/skills/god-extend.md +48 -0
  81. package/skills/god-feature.md +1 -3
  82. package/skills/god-fix.md +43 -0
  83. package/skills/god-harden.md +1 -3
  84. package/skills/god-hotfix.md +1 -3
  85. package/skills/god-launch.md +1 -3
  86. package/skills/god-lifecycle.md +6 -0
  87. package/skills/god-link.md +1 -3
  88. package/skills/god-locate.md +6 -0
  89. package/skills/god-migrate.md +1 -3
  90. package/skills/god-mode.md +5 -0
  91. package/skills/god-observe.md +1 -3
  92. package/skills/god-plan.md +51 -0
  93. package/skills/god-prd.md +1 -3
  94. package/skills/god-reconcile.md +4 -4
  95. package/skills/god-redo.md +1 -3
  96. package/skills/god-refactor.md +1 -3
  97. package/skills/god-repair.md +1 -3
  98. package/skills/god-repo.md +1 -3
  99. package/skills/god-restore.md +1 -3
  100. package/skills/god-roadmap-check.md +5 -3
  101. package/skills/god-roadmap.md +1 -3
  102. package/skills/god-rollback.md +1 -3
  103. package/skills/god-scan.md +1 -3
  104. package/skills/god-ship.md +44 -0
  105. package/skills/god-skip.md +1 -3
  106. package/skills/god-stack.md +1 -3
  107. package/skills/god-status.md +13 -8
  108. package/skills/god-story-build.md +1 -3
  109. package/skills/god-story-close.md +1 -3
  110. package/skills/god-story.md +1 -3
  111. package/skills/god-sync.md +3 -5
  112. package/skills/god-undo.md +1 -3
  113. package/skills/god-update-deps.md +1 -3
  114. package/skills/god-upgrade.md +1 -3
  115. package/skills/god-version.md +1 -1
@@ -0,0 +1,47 @@
1
+ apiVersion: godpowers/v1
2
+ kind: CommandRouting
3
+ metadata:
4
+ command: /god-extend
5
+ description: Extend verb dispatcher
6
+ tier: 0
7
+ family: extend
8
+
9
+ prerequisites:
10
+ required: []
11
+
12
+ execution:
13
+ spawns: [built-in]
14
+ context: fresh
15
+ reads:
16
+ - routing/god-extension-scaffold.yaml
17
+ - routing/god-extension-add.yaml
18
+ - routing/god-extension-list.yaml
19
+ - routing/god-extension-info.yaml
20
+ - routing/god-extension-remove.yaml
21
+ - routing/god-test-extension.yaml
22
+ - routing/god-build-agent.yaml
23
+ writes: []
24
+
25
+ dispatch:
26
+ scaffold: /god-extension-scaffold
27
+ add: /god-extension-add
28
+ list: /god-extension-list
29
+ info: /god-extension-info
30
+ remove: /god-extension-remove
31
+ test: /god-test-extension
32
+ agent: /god-build-agent
33
+
34
+ success-path:
35
+ next-recommended: varies
36
+ outcome:
37
+ type: contextual
38
+ label: Extend dispatch route
39
+ reason: The next route depends on the requested extension operation.
40
+ allowed-next: [/god-extension-scaffold, /god-extension-add, /god-extension-list, /god-extension-info, /god-extension-remove, /god-test-extension, /god-build-agent]
41
+
42
+ failure-path:
43
+ on-error: /god-doctor
44
+
45
+ endoff:
46
+ state-update: no direct state update; selected leaf command owns state
47
+ events: [agent.start, decision.route, agent.end]
@@ -0,0 +1,37 @@
1
+ apiVersion: godpowers/v1
2
+ kind: CommandRouting
3
+ metadata:
4
+ command: /god-fix
5
+ description: Fix verb dispatcher
6
+ tier: 0
7
+ family: build
8
+
9
+ prerequisites:
10
+ required: []
11
+
12
+ execution:
13
+ spawns: [built-in]
14
+ context: fresh
15
+ reads:
16
+ - routing/god-debug.yaml
17
+ - routing/god-hotfix.yaml
18
+ writes: []
19
+
20
+ dispatch:
21
+ debug: /god-debug
22
+ hotfix: /god-hotfix
23
+
24
+ success-path:
25
+ next-recommended: varies
26
+ outcome:
27
+ type: contextual
28
+ label: Fix dispatch route
29
+ reason: The next route depends on whether production urgency is present.
30
+ allowed-next: [/god-debug, /god-hotfix]
31
+
32
+ failure-path:
33
+ on-error: /god-doctor
34
+
35
+ endoff:
36
+ state-update: no direct state update; selected leaf command owns state
37
+ events: [agent.start, decision.route, agent.end]
@@ -4,7 +4,7 @@ metadata:
4
4
  command: /god-lifecycle
5
5
  description: Show project phase
6
6
  tier: 0
7
- family: continue
7
+ family: compatibility
8
8
  trigger-precedence:
9
9
  - trigger: where am i
10
10
  prefer: /god-locate
@@ -4,7 +4,7 @@ metadata:
4
4
  command: /god-locate
5
5
  description:
6
6
  tier: 0
7
- family: continue
7
+ family: compatibility
8
8
 
9
9
  prerequisites:
10
10
  required: []
@@ -0,0 +1,45 @@
1
+ apiVersion: godpowers/v1
2
+ kind: CommandRouting
3
+ metadata:
4
+ command: /god-plan
5
+ description: Planning verb dispatcher
6
+ tier: 0
7
+ family: start
8
+
9
+ prerequisites:
10
+ required: []
11
+
12
+ execution:
13
+ spawns: [built-in]
14
+ context: fresh
15
+ reads:
16
+ - routing/god-prd.yaml
17
+ - routing/god-design.yaml
18
+ - routing/god-arch.yaml
19
+ - routing/god-roadmap.yaml
20
+ - routing/god-stack.yaml
21
+ - routing/god-reconstruct.yaml
22
+ writes: []
23
+
24
+ dispatch:
25
+ prd: /god-prd
26
+ design: /god-design
27
+ arch: /god-arch
28
+ roadmap: /god-roadmap
29
+ stack: /god-stack
30
+ reconstruct: /god-reconstruct
31
+
32
+ success-path:
33
+ next-recommended: varies
34
+ outcome:
35
+ type: contextual
36
+ label: Planning dispatch route
37
+ reason: The next route depends on the requested planning artifact.
38
+ allowed-next: [/god-prd, /god-design, /god-arch, /god-roadmap, /god-stack, /god-reconstruct]
39
+
40
+ failure-path:
41
+ on-error: /god-doctor
42
+
43
+ endoff:
44
+ state-update: no direct state update; selected leaf command owns state
45
+ events: [agent.start, decision.route, agent.end]
@@ -2,7 +2,7 @@ apiVersion: godpowers/v1
2
2
  kind: CommandRouting
3
3
  metadata:
4
4
  command: /god-roadmap-check
5
- description: Reconcile intent against ROADMAP.md before feature work
5
+ description: Legacy roadmap-only alias for /god-reconcile
6
6
  tier: 1
7
7
  family: compatibility
8
8
 
@@ -13,7 +13,7 @@ prerequisites:
13
13
  human-required: true
14
14
 
15
15
  execution:
16
- spawns: [god-roadmap-reconciler]
16
+ spawns: [god-reconciler]
17
17
  context: fresh
18
18
  reads:
19
19
  - .godpowers/roadmap/ROADMAP.md
@@ -0,0 +1,39 @@
1
+ apiVersion: godpowers/v1
2
+ kind: CommandRouting
3
+ metadata:
4
+ command: /god-ship
5
+ description: Ship verb dispatcher
6
+ tier: 0
7
+ family: operate
8
+
9
+ prerequisites:
10
+ required: []
11
+
12
+ execution:
13
+ spawns: [built-in]
14
+ context: fresh
15
+ reads:
16
+ - routing/god-deploy.yaml
17
+ - routing/god-observe.yaml
18
+ - routing/god-launch.yaml
19
+ writes: []
20
+
21
+ dispatch:
22
+ deploy: /god-deploy
23
+ observe: /god-observe
24
+ launch: /god-launch
25
+
26
+ success-path:
27
+ next-recommended: varies
28
+ outcome:
29
+ type: contextual
30
+ label: Ship dispatch route
31
+ reason: The next route depends on the requested shipping closure step.
32
+ allowed-next: [/god-deploy, /god-observe, /god-launch]
33
+
34
+ failure-path:
35
+ on-error: /god-doctor
36
+
37
+ endoff:
38
+ state-update: no direct state update; selected leaf command owns state
39
+ events: [agent.start, decision.route, agent.end]
@@ -2,10 +2,10 @@
2
2
  name: god-agent-audit
3
3
  description: |
4
4
  Validates every `agents/god-*.md` against the agent contract:
5
- required frontmatter, recommended sections (Have-Nots, Inputs,
6
- Outputs, Handoff), hand-off targets exist, no dual-ownership of
7
- output paths. Lenient by design: most issues are warnings; only
8
- structural breakage errors.
5
+ required frontmatter, structured contract frontmatter, recommended
6
+ sections (Have-Nots, Inputs, Outputs, Handoff), hand-off targets exist,
7
+ no dual-ownership of output paths. Lenient by design: most issues are
8
+ warnings; only structural breakage errors.
9
9
 
10
10
  Triggers on: "god agent audit", "/god-agent-audit", "audit agents",
11
11
  "validate agent contracts"
@@ -32,6 +32,7 @@ Mechanical validation of agent contracts. Backed by `lib/agent-validator.js`.
32
32
 
33
33
  **Recommended (warnings)**:
34
34
  - Frontmatter `tools` field
35
+ - Frontmatter `inputs`, `outputs`, `gates`, and `handoff` fields after at least 20 shipped agents have structured contracts
35
36
  - Hand-off targets that are referenced exist as agent files
36
37
  - Output paths claimed by 4+ agents (boundary review needed)
37
38
 
@@ -51,16 +52,16 @@ opportunities, not failures.
51
52
  Agent audit
52
53
 
53
54
  40 agents audited
54
- 0 errors, 2 warnings, 90 infos
55
+ 40 structured contracts
56
+ 0 errors, 1 warning, 97 infos
55
57
 
56
58
  Errors:
57
59
  (none)
58
60
 
59
61
  Warnings:
60
- [multi-ownership] STATE.md claimed by 4 agents (verify boundaries)
61
- [multi-ownership] .godpowers/roadmap/ROADMAP.md claimed by 4 agents
62
+ [multi-ownership] .godpowers/state.json claimed by 5 agents (verify boundaries)
62
63
 
63
- Infos: 90 missing-recommended-section suggestions across agents
64
+ Infos: 97 missing-recommended-section suggestions across agents
64
65
  (run with --json for full list)
65
66
 
66
67
  Proposition:
@@ -76,7 +77,9 @@ Recommended: [one option and why]
76
77
  This skill never breaks existing agents that don't yet have the
77
78
  recommended sections. Errors fire only on real structural issues
78
79
  (missing required frontmatter, broken hand-off targets, conflicting
79
- output ownership).
80
+ output ownership). Missing structured contract frontmatter becomes a
81
+ warning once a project has at least 20 agents with complete `inputs`,
82
+ `outputs`, `gates`, and `handoff` fields.
80
83
 
81
84
  The `--fix` flag inserts placeholder sections so contributors can
82
85
  fill them in incrementally. It never modifies content that's already
@@ -69,6 +69,4 @@ The reflog records every god-arch invocation as `op:god-arch` for `/god-undo`.
69
69
  for `/god-repair` review. Re-running picks up cleanly.
70
70
 
71
71
 
72
- ## Locking
73
-
74
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
72
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -108,6 +108,4 @@ increment before moving to Tier 3 unless the user explicitly asked to stop
108
108
  after the current increment.
109
109
 
110
110
 
111
- ## Locking
112
-
113
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
111
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -0,0 +1,45 @@
1
+ ---
2
+ name: god-capture
3
+ description: |
4
+ Capture verb dispatcher. Routes thoughts, todos, backlog items, and seeds
5
+ to the existing capture leaf commands.
6
+
7
+ Triggers on: "god capture", "/god-capture", "capture this", "note this",
8
+ "add todo", "add backlog", "plant seed"
9
+ ---
10
+
11
+ # /god-capture
12
+
13
+ Route capture intent to the smallest existing capture command.
14
+
15
+ ## Runtime module resolution
16
+
17
+ Resolve the Godpowers runtime root before inspecting routes:
18
+
19
+ 1. If `<projectRoot>/routing/god-note.yaml` exists, use the repository checkout runtime at `<projectRoot>`.
20
+ 2. Otherwise use the installed bundle at `<tool-config-dir>/godpowers-runtime`.
21
+ 3. Read routing metadata from `<runtimeRoot>/routing/`.
22
+
23
+ ## Dispatch
24
+
25
+ | Signal | Hand off to |
26
+ |---|---|
27
+ | `todo`, `task`, `remind`, `priority` | `/god-add-todo` |
28
+ | `backlog`, `later`, `someday`, `future` | `/god-add-backlog` |
29
+ | `when`, `if`, `after`, `once`, `trigger` | `/god-plant-seed` |
30
+ | `note`, `thought`, `remember` | `/god-note` |
31
+
32
+ Default to `/god-note` when no priority, backlog, or trigger signal exists.
33
+
34
+ ## Process
35
+
36
+ 1. Select the target leaf command from the table.
37
+ 2. Read the selected leaf route YAML so prerequisites and next-step metadata stay source-controlled.
38
+ 3. Show the selected command and the matched capture signal.
39
+ 4. Hand off to the selected leaf command after user confirmation.
40
+
41
+ ## Guardrails
42
+
43
+ - Do not write notes, todos, backlog items, or seeds directly from this dispatcher.
44
+ - Do not assign priority unless the user provided priority evidence.
45
+ - Keep each capture leaf callable as a direct shortcut.
@@ -95,6 +95,4 @@ The reflog records every god-deploy invocation as `op:god-deploy` for `/god-undo
95
95
  for `/god-repair` review. Re-running picks up cleanly.
96
96
 
97
97
 
98
- ## Locking
99
-
100
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
98
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -69,6 +69,14 @@ producing DESIGN.md in the
69
69
  6. After god-designer returns: surface any lint findings, suggest
70
70
  `/god-design polish` if warnings exist.
71
71
 
72
+ ## Verification
73
+
74
+ After god-designer returns:
75
+ 1. Verify `DESIGN.md` exists on disk when design was required.
76
+ 2. Run `npx godpowers gate --tier=design --project=.`
77
+ 3. If the gate returns a non-zero exit, do not mark Design complete. Report the gate output and repair the artifact first.
78
+ 4. Run `npx godpowers state advance --step=design --status=done --project=.`.
79
+
72
80
  ## Detection-driven behavior
73
81
 
74
82
  - **UI + impeccable installed**: bridges to impeccable's commands
@@ -267,6 +275,4 @@ The reflog records every god-design invocation as `op:god-design` for `/god-undo
267
275
  for `/god-repair` review. Re-running picks up cleanly.
268
276
 
269
277
 
270
- ## Locking
271
-
272
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
278
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -48,7 +48,7 @@ Plain-text report grouped by severity:
48
48
  GODPOWERS DOCTOR
49
49
 
50
50
  Install: claude (~/.claude/)
51
- [OK] 112 skills installed
51
+ [OK] 117 skills installed
52
52
  [OK] 40 agents installed
53
53
  [OK] VERSION matches (2.3.1)
54
54
  [WARN] routing/god-doctor.yaml exists but skill file did not until now
@@ -0,0 +1,48 @@
1
+ ---
2
+ name: god-extend
3
+ description: |
4
+ Extend verb dispatcher. Routes extension installation, inspection, removal,
5
+ testing, and authoring intent to existing extension leaf commands.
6
+
7
+ Triggers on: "god extend", "/god-extend", "install extension",
8
+ "list extensions", "remove extension", "scaffold extension"
9
+ ---
10
+
11
+ # /god-extend
12
+
13
+ Route extension intent to the smallest existing extension command.
14
+
15
+ ## Runtime module resolution
16
+
17
+ Resolve the Godpowers runtime root before inspecting routes:
18
+
19
+ 1. If `<projectRoot>/routing/god-extension-add.yaml` exists, use the repository checkout runtime at `<projectRoot>`.
20
+ 2. Otherwise use the installed bundle at `<tool-config-dir>/godpowers-runtime`.
21
+ 3. Read routing metadata from `<runtimeRoot>/routing/`.
22
+
23
+ ## Dispatch
24
+
25
+ | Signal | Hand off to |
26
+ |---|---|
27
+ | `scaffold`, `author`, `create pack` | `/god-extension-scaffold` |
28
+ | `add`, `install` | `/god-extension-add` |
29
+ | `list`, `installed` | `/god-extension-list` |
30
+ | `info`, `inspect`, `details` | `/god-extension-info` |
31
+ | `remove`, `uninstall` | `/god-extension-remove` |
32
+ | `test`, `verify` | `/god-test-extension` |
33
+ | `agent`, `custom agent` | `/god-build-agent` |
34
+
35
+ Default to `/god-extension-list` when no stronger signal exists.
36
+
37
+ ## Process
38
+
39
+ 1. Select the target leaf command from the table.
40
+ 2. Read the selected leaf route YAML so prerequisites and next-step metadata stay source-controlled.
41
+ 3. Show the selected command, the matched signal, and whether the target mutates installed packs.
42
+ 4. Hand off to the selected leaf command after user confirmation.
43
+
44
+ ## Guardrails
45
+
46
+ - Do not install, remove, scaffold, or test extension packs directly from this dispatcher.
47
+ - Do not bypass package legitimacy checks from extension leaf commands.
48
+ - Keep each extension leaf callable as a direct shortcut.
@@ -107,6 +107,4 @@ in the linkage system:
107
107
  via `/god-review-changes`.
108
108
 
109
109
 
110
- ## Locking
111
-
112
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
110
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -0,0 +1,43 @@
1
+ ---
2
+ name: god-fix
3
+ description: |
4
+ Fix verb dispatcher. Routes bug, regression, and production outage intent
5
+ to the existing debug or hotfix leaf commands.
6
+
7
+ Triggers on: "god fix", "/god-fix", "fix this bug", "debug this",
8
+ "production is broken", "hotfix"
9
+ ---
10
+
11
+ # /god-fix
12
+
13
+ Route fix intent to the smallest existing repair command.
14
+
15
+ ## Runtime module resolution
16
+
17
+ Resolve the Godpowers runtime root before inspecting routes:
18
+
19
+ 1. If `<projectRoot>/routing/god-debug.yaml` exists, use the repository checkout runtime at `<projectRoot>`.
20
+ 2. Otherwise use the installed bundle at `<tool-config-dir>/godpowers-runtime`.
21
+ 3. Read routing metadata from `<runtimeRoot>/routing/`.
22
+
23
+ ## Dispatch
24
+
25
+ | Signal | Hand off to |
26
+ |---|---|
27
+ | `hotfix`, `production`, `outage`, `urgent`, `down` | `/god-hotfix` |
28
+ | `debug`, `bug`, `failing`, `error`, `regression` | `/god-debug` |
29
+
30
+ Default to `/god-debug` when urgency is unclear.
31
+
32
+ ## Process
33
+
34
+ 1. Select the target leaf command from the table.
35
+ 2. Read the selected leaf route YAML so prerequisites and next-step metadata stay source-controlled.
36
+ 3. Show the selected command, the matched signal, and whether production urgency was detected.
37
+ 4. Hand off to the selected leaf command after user confirmation.
38
+
39
+ ## Guardrails
40
+
41
+ - Do not edit code directly from this dispatcher.
42
+ - Do not skip regression-test expectations from `/god-debug` or `/god-hotfix`.
43
+ - Keep both leaf commands callable as direct shortcuts.
@@ -91,6 +91,4 @@ The reflog records every god-harden invocation as `op:god-harden` for `/god-undo
91
91
  for `/god-repair` review. Re-running picks up cleanly.
92
92
 
93
93
 
94
- ## Locking
95
-
96
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
94
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -123,6 +123,4 @@ in the linkage system:
123
123
  via `/god-review-changes`.
124
124
 
125
125
 
126
- ## Locking
127
-
128
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
126
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -97,6 +97,4 @@ The reflog records every god-launch invocation as `op:god-launch` for `/god-undo
97
97
  for `/god-repair` review. Re-running picks up cleanly.
98
98
 
99
99
 
100
- ## Locking
101
-
102
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
100
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -1,5 +1,7 @@
1
1
  ---
2
2
  name: god-lifecycle
3
+ deprecated: true
4
+ successor: god-status --lifecycle
3
5
  description: |
4
6
  Show where the project is in its lifecycle and what workflows make sense
5
7
  next. Distinguishes: pre-init, planning, building, shipping, steady state,
@@ -11,6 +13,10 @@ description: |
11
13
 
12
14
  # /god-lifecycle
13
15
 
16
+ Deprecated: prefer `/god-status --lifecycle` for new workflows. This command
17
+ remains callable in the full profile for one minor release as a compatibility
18
+ alias.
19
+
14
20
  Show project phase and contextually appropriate workflows.
15
21
 
16
22
  ## Process
@@ -74,6 +74,4 @@ Updates:
74
74
  No source files are modified by this skill.
75
75
 
76
76
 
77
- ## Locking
78
-
79
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
77
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -1,5 +1,7 @@
1
1
  ---
2
2
  name: god-locate
3
+ deprecated: true
4
+ successor: god-status --locate
3
5
  description: |
4
6
  Orient a new chat session or new AI tool. Reads CHECKPOINT.md +
5
7
  state.json + events.jsonl tail + intent.yaml + reflog tail and
@@ -12,6 +14,10 @@ description: |
12
14
 
13
15
  # /god-locate
14
16
 
17
+ Deprecated: prefer `/god-status --locate` for new workflows. This command
18
+ remains callable in the full profile for one minor release as a compatibility
19
+ alias.
20
+
15
21
  Orient a new session against disk reality. Single-screen output.
16
22
 
17
23
  ## When to use
@@ -139,6 +139,4 @@ Suggested next:
139
139
  /god-audit to score imported seeds before treating them as authoritative.
140
140
  ```
141
141
 
142
- ## Locking
143
-
144
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
142
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -129,6 +129,11 @@ workflow.
129
129
  - Instruction that `--yolo` cannot bypass safe sync blockers or
130
130
  unresolved Critical harden findings. These are release-truth gates, not
131
131
  preference pauses.
132
+ - Instruction to run `npx godpowers gate --tier=<tier> --project=.` after
133
+ each completed `god-prd`, `god-design`, `god-arch`, `god-roadmap`,
134
+ `god-stack`, `god-repo`, `god-build`, and `god-harden` tier skill and
135
+ before starting the downstream tier. A non-zero exit blocks progress
136
+ until the artifact is repaired.
132
137
 
133
138
  6. Spawn the **god-orchestrator** agent via the host platform's native agent spawning mechanism with only a
134
139
  display-safe payload:
@@ -79,6 +79,4 @@ The reflog records every god-observe invocation as `op:god-observe` for `/god-un
79
79
  for `/god-repair` review. Re-running picks up cleanly.
80
80
 
81
81
 
82
- ## Locking
83
-
84
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
82
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -0,0 +1,51 @@
1
+ ---
2
+ name: god-plan
3
+ description: |
4
+ Planning verb dispatcher. Routes planning intent to PRD, design,
5
+ architecture, roadmap, stack, or reconstruction leaf commands without
6
+ replacing those commands.
7
+
8
+ Triggers on: "god plan", "/god-plan", "plan this", "write the prd",
9
+ "choose architecture", "roadmap this", "pick stack"
10
+ ---
11
+
12
+ # /god-plan
13
+
14
+ Route planning intent to the smallest existing planning command.
15
+
16
+ ## Runtime module resolution
17
+
18
+ Resolve the Godpowers runtime root before inspecting routes:
19
+
20
+ 1. If `<projectRoot>/routing/god-prd.yaml` exists, use the repository checkout runtime at `<projectRoot>`.
21
+ 2. Otherwise use the installed bundle at `<tool-config-dir>/godpowers-runtime`.
22
+ 3. Read routing metadata from `<runtimeRoot>/routing/`.
23
+
24
+ ## Dispatch
25
+
26
+ Use the first explicit argument when present. Otherwise classify the user text.
27
+
28
+ | Signal | Hand off to |
29
+ |---|---|
30
+ | `prd`, `requirements`, `spec` | `/god-prd` |
31
+ | `design`, `product`, `ux` | `/god-design` |
32
+ | `arch`, `architecture`, `system` | `/god-arch` |
33
+ | `roadmap`, `milestone`, `sequence` | `/god-roadmap` |
34
+ | `stack`, `technology`, `dependency choice` | `/god-stack` |
35
+ | `reconstruct`, `brownfield plan`, `existing code` | `/god-reconstruct` |
36
+
37
+ Default to `/god-prd` when no stronger signal exists.
38
+
39
+ ## Process
40
+
41
+ 1. Select the target leaf command from the table.
42
+ 2. Read the selected leaf route YAML so prerequisites and next-step metadata stay source-controlled.
43
+ 3. Show the selected command, the matched signal, and the next command from the selected route.
44
+ 4. Hand off to the selected leaf command after user confirmation.
45
+
46
+ ## Guardrails
47
+
48
+ - Do not create planning artifacts directly.
49
+ - Do not spawn planning agents from this dispatcher.
50
+ - Do not bypass executable gates declared by the selected leaf route.
51
+ - Keep the selected leaf command callable as a direct shortcut.
package/skills/god-prd.md CHANGED
@@ -82,6 +82,4 @@ The reflog records every god-prd invocation as `op:god-prd` for `/god-undo`.
82
82
  for `/god-repair` review. Re-running picks up cleanly.
83
83
 
84
84
 
85
- ## Locking
86
-
87
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
85
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
@@ -97,8 +97,8 @@ Recommended: [one option and why]
97
97
  |---|---|---|
98
98
  | Scope | ROADMAP only | Core artifacts plus runtime and repository surfaces |
99
99
  | Use | Quick check | Comprehensive |
100
- | Auto-invoked | by feature-addition recipes (legacy) | by feature-addition recipes (preferred) |
101
- | Replaces | -- | /god-roadmap-check (kept for back-compat) |
100
+ | Auto-invoked | legacy compatibility only | by feature-addition recipes |
101
+ | Replaces | delegated to /god-reconcile | primary command |
102
102
 
103
- For new projects, prefer /god-reconcile. /god-roadmap-check remains a
104
- narrower tool for when you only care about milestone overlap.
103
+ For new projects, use /god-reconcile. /god-roadmap-check remains a
104
+ compatibility alias that asks `god-reconciler` for ROADMAP-focused output.
@@ -57,6 +57,4 @@ that originally produced the artifact. Updates the linkage map via
57
57
  `/god-scan` after the artifact is rewritten.
58
58
 
59
59
 
60
- ## Locking
61
-
62
- See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
60
+ Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.