godpowers 2.7.0 → 3.0.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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.0.0] - 2026-06-10
11
+
12
+ ### Added
13
+ - Added `/god-plan`, `/god-fix`, `/god-ship`, `/god-capture`, and
14
+ `/god-extend` as thin verb dispatchers over existing leaf commands.
15
+ - Added routing metadata for the new verb dispatchers so repository surface
16
+ checks keep skills and routes aligned.
17
+
18
+ ### Changed
19
+ - Changed the omitted installer profile default from `full` to `core`.
20
+ - Updated the `core` profile to install the front door, status, verb
21
+ dispatchers, and `/god-mode` compatibility while preserving every command in
22
+ `--profile=full`.
23
+ - Routed `/god-observe` through the `ship` verb boundary based on Phase 2 host
24
+ proof evidence.
25
+ - Updated public docs, profile tests, command-family tests, and Phase 5
26
+ surface evidence for the 117-command surface.
27
+
28
+ ### Deprecated
29
+ - Deprecated `/god-locate` in favor of `/god-status --locate`.
30
+ - Deprecated `/god-lifecycle` in favor of `/god-status --lifecycle`.
31
+ - Added `successor` metadata to deprecated compatibility commands.
32
+
10
33
  ## [2.7.0] - 2026-06-10
11
34
 
12
35
  ### Added
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/aihxp/godpowers/actions/workflows/ci.yml/badge.svg)](https://github.com/aihxp/godpowers/actions/workflows/ci.yml)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5
- [![Version](https://img.shields.io/badge/version-2.7.0-blue)](CHANGELOG.md)
5
+ [![Version](https://img.shields.io/badge/version-3.0.0-blue)](CHANGELOG.md)
6
6
  [![npm](https://img.shields.io/npm/v/godpowers.svg)](https://www.npmjs.com/package/godpowers)
7
7
 
8
8
  **Ship fast. Ship right. Ship everything. Ship accountably.**
@@ -30,15 +30,16 @@ Godpowers makes AI coding accountable: every serious run should leave disk
30
30
  state, artifacts, validation gates, host guarantees, and a next action. Code is
31
31
  only one output. The project memory and proof trail matter too.
32
32
 
33
- Version 2.7.0 makes `.godpowers/state.json` the one-directional state authority,
34
- adds the locked `godpowers state advance` helper, and generates checksummed
35
- markdown state views for humans. It keeps the optional `@godpowers/mcp`
36
- companion package, the 2.5.2 installed-runtime gate and build-gate fixes, the
37
- 2.5.1 Codex host proof studies, executable tier gates, 2.4 command-family UX,
38
- external CLI canary evidence, prompt-size guardrails, legacy command quarantine,
39
- lib coverage gating, and package verification before publish.
33
+ Version 3.0.0 makes the omitted installer profile `core`, adds five verb
34
+ dispatch commands, and folds locate and lifecycle views into `/god-status`
35
+ flags while preserving full-profile compatibility aliases. It keeps the
36
+ one-directional state authority from 2.7.0, the optional `@godpowers/mcp`
37
+ companion package, the installed-runtime gate and build-gate fixes, Codex host
38
+ proof studies, executable tier gates, command-family UX, external CLI canary
39
+ evidence, prompt-size guardrails, lib coverage gating, and package verification
40
+ before publish.
40
41
 
41
- Maintainer hardening continues on the 2.x line with small, audited public
42
+ Maintainer hardening continues on the 3.x line with small, audited public
42
43
  surface updates when they close real workflow gaps. The 2.1.0 patch closes a command-injection vector in the
43
44
  agent-browser driver, guards runtime file parsing against corrupt state,
44
45
  makes data-directory installs a clean replace, and reconciles documentation
@@ -120,8 +121,9 @@ The installer copies:
120
121
  - Codex agent metadata to `<runtime>/agents/*.toml`
121
122
  - SessionStart hook (Claude Code only) to `<runtime>/hooks/`
122
123
 
123
- Installer profiles keep the visible command surface calm. Start with `core` or
124
- `builder` unless you already know you need the full maintainer surface:
124
+ Installer profiles keep the visible command surface calm. The default omitted
125
+ profile is `core`; choose `builder` or `maintainer` only when you already know
126
+ you need those leaves:
125
127
 
126
128
  ```bash
127
129
  npx godpowers --claude --global --profile=core
@@ -129,10 +131,11 @@ npx godpowers --codex --local --profile=builder
129
131
  npx godpowers --all --profile=maintainer
130
132
  ```
131
133
 
132
- Profiles are `core`, `builder`, `maintainer`, `suite`, and `full`. `full`
133
- preserves the complete command surface, while the smaller profiles install the
134
- commands most relevant to the role. `--minimal` is an alias for
135
- `--profile=core`.
134
+ Profiles are `core`, `builder`, `maintainer`, `suite`, and `full`. `core`
135
+ installs the front door, status, verb dispatchers, and `/god-mode`
136
+ compatibility. `full` preserves the complete command surface, while the smaller
137
+ profiles install the commands most relevant to the role. `--minimal` is an
138
+ alias for `--profile=core`.
136
139
 
137
140
  Use profiles as journeys:
138
141
 
@@ -227,13 +230,13 @@ commands remain direct shortcuts.
227
230
 
228
231
  | Goal | Starter path |
229
232
  |---|---|
230
- | Start a product | `/god-init`, `/god-prd`, `/god-design`, `/god-arch`, `/god-roadmap`, `/god-stack`, `/god-repo`, `/god-build` |
233
+ | Start a product | `/god-init`, `/god-plan`, `/god-build` |
231
234
  | Add a feature | `/god-reconcile`, `/god-feature`, `/god-sync`, `/god-review` |
232
- | Fix production | `/god-hotfix`, `/god-postmortem`, `/god-status` |
235
+ | Fix production | `/god-fix`, `/god-postmortem`, `/god-status` |
233
236
  | Audit an existing repo | `/god-preflight`, `/god-archaeology`, `/god-reconstruct`, `/god-audit`, `/god-tech-debt` |
234
- | Ship a release | `/god-sync`, `/god-docs`, `/god-version`, `/god-automation-setup`, `npm run release:check` |
237
+ | Ship a release | `/god-ship`, `/god-sync`, `/god-docs`, `/god-version`, `npm run release:check` |
235
238
  | Maintain project health | `/god-hygiene`, `/god-update-deps`, `/god-docs`, `/god-check-todos` |
236
- | Extend Godpowers | `/god-extension-scaffold --name=@godpowers/my-pack --output=.`, `/god-test-extension`, `/god-extension-add`, `/god-extension-list` |
239
+ | Extend Godpowers | `/god-extend scaffold --name=@godpowers/my-pack --output=.`, `/god-extend test`, `/god-extend add`, `/god-extend list` |
237
240
 
238
241
  ### Outcome Metrics
239
242
 
@@ -308,14 +311,14 @@ dependency to the main `godpowers` package:
308
311
 
309
312
  ```bash
310
313
  npx godpowers mcp-info --project=.
311
- npx -y -p godpowers@2.7.0 -p @godpowers/mcp@2.7.0 godpowers-mcp serve --project=.
314
+ npx -y -p godpowers@3.0.0 -p @godpowers/mcp@3.0.0 godpowers-mcp serve --project=.
312
315
  ```
313
316
 
314
317
  The companion exposes `status`, `next`, `gate_check`, `lint_artifact`, and
315
318
  `trace_requirement`. Host registration is opt-in:
316
319
 
317
320
  ```bash
318
- npx -y -p godpowers@2.7.0 -p @godpowers/mcp@2.7.0 godpowers-mcp setup --host=codex --project=. --write
321
+ npx -y -p godpowers@3.0.0 -p @godpowers/mcp@3.0.0 godpowers-mcp setup --host=codex --project=. --write
319
322
  ```
320
323
 
321
324
  See [MCP Companion](docs/mcp.md) for package boundaries and setup details.
@@ -325,6 +328,11 @@ See [MCP Companion](docs/mcp.md) for package boundaries and setup details.
325
328
  | Command | What it does | Spawns agent |
326
329
  |---------|--------------|--------------|
327
330
  | `/god` | Front door: match free-text intent to a command sequence | (built-in) |
331
+ | `/god-plan` | Route planning intent to planning leaves | (built-in) |
332
+ | `/god-fix` | Route bug and outage intent to debug or hotfix | (built-in) |
333
+ | `/god-ship` | Route deploy, observe, and launch intent | (built-in) |
334
+ | `/god-capture` | Route notes, todos, backlog items, and seeds | (built-in) |
335
+ | `/god-extend` | Route extension install, inspection, testing, and authoring | (built-in) |
328
336
  | `/god-mode` | Full autonomous project run | god-orchestrator |
329
337
  | `/god-next` | Auto-detect and suggest the next command | (built-in) |
330
338
  | `/god-init` | Start a project, detect mode and scale | (built-in) |
@@ -591,7 +599,7 @@ Pi. T3 Code inherits from the underlying agent (Codex / Claude / OpenCode).
591
599
  - [Quick Proof](docs/quick-proof.md)
592
600
  - [First 10 Minute Proof Case Study](docs/case-studies/first-10-minute-proof.md)
593
601
  - [Concepts](docs/concepts.md)
594
- - [Command reference (all 112 skills + 40 agents)](docs/reference.md)
602
+ - [Command reference (all 117 skills + 40 agents)](docs/reference.md)
595
603
  - [Feature awareness](docs/feature-awareness.md)
596
604
  - [Adoption Canary](docs/adoption-canary.md)
597
605
  - [Repository documentation sync](docs/repo-doc-sync.md)
package/RELEASE.md CHANGED
@@ -1,63 +1,72 @@
1
- # Godpowers 2.7.0 Release
1
+ # Godpowers 3.0.0 Release
2
2
 
3
- > Status: Release candidate
3
+ > Status: Prepared
4
4
  > Date: 2026-06-10
5
5
 
6
- [DECISION] Godpowers 2.7.0 is the Phase 4 one-directional state release.
7
- [DECISION] This release makes `.godpowers/state.json` the authority for Godpowers state decisions while treating `.godpowers/PROGRESS.md` and Godpowers-owned per-tier `STATE.md` files as generated human views.
6
+ [DECISION] Godpowers 3.0.0 is the Phase 5 surface contraction release.
7
+ [DECISION] This release makes the omitted installer profile resolve to `core` instead of `full`.
8
+ [DECISION] This release keeps `--profile=full` as the complete compatibility surface for every shipped command.
8
9
  [DECISION] This release preserves the optional `@godpowers/mcp` companion boundary and keeps the main `godpowers` package dependency-free.
9
10
 
10
11
  ## What's in this release
11
12
 
12
- - [DECISION] 112 slash commands.
13
+ - [DECISION] 117 slash commands.
13
14
  - [DECISION] 40 specialist agents.
14
15
  - [DECISION] 13 executable workflows.
15
16
  - [DECISION] 42 intent recipes.
16
- - [DECISION] A locked `godpowers state advance --step=<step> --status=<status> --project=.` state mutation helper.
17
- - [DECISION] Generated checksummed state views for `.godpowers/PROGRESS.md` and Godpowers-owned design, build, deploy, observe, and launch `STATE.md` files.
18
- - [DECISION] Five read-only MCP tools in `@godpowers/mcp`.
17
+ - [DECISION] Five thin verb dispatch commands: `/god-plan`, `/god-fix`, `/god-ship`, `/god-capture`, and `/god-extend`.
18
+ - [DECISION] `core` installs the front door, status, verb dispatchers, and `/god-mode` compatibility.
19
+ - [DECISION] `full` preserves all direct leaf commands and compatibility aliases.
20
+ - [DECISION] Five read-only MCP tools remain available in `@godpowers/mcp`.
19
21
 
20
22
  ## Highlights
21
23
 
22
- - [DECISION] `godpowers state advance` updates `.godpowers/state.json` through the state lock and refreshes generated markdown views after the mutation.
23
- - [DECISION] Route prerequisites, executable gates, workflow handoffs, command prompts, and specialist agent contracts now use `.godpowers/state.json` for Godpowers state decisions.
24
- - [DECISION] Generated markdown views preserve user prose outside managed fences and replace tampered managed fences on the next state mutation.
25
- - [DECISION] Design and build gates now use structured state evidence instead of markdown `STATE.md` authority.
26
- - [DECISION] Deploy, observe, and launch handoffs now use structured state evidence for readiness, target, rollback, SLO, alert, runbook, and launch data.
27
- - [DECISION] `god-repair` remains available as diagnostics and recovery while generated state views prove themselves.
24
+ - [DECISION] Omitted installer profile selection now writes `GODPOWERS_PROFILE` as `core`.
25
+ - [DECISION] `/god-plan` routes planning intent to PRD, design, architecture, roadmap, stack, or reconstruction leaves.
26
+ - [DECISION] `/god-fix` routes fix intent to debug or hotfix leaves.
27
+ - [DECISION] `/god-ship` routes shipping intent to deploy, observe, or launch leaves.
28
+ - [DECISION] `/god-capture` routes capture intent to note, todo, backlog, or seed leaves.
29
+ - [DECISION] `/god-extend` routes extension intent to scaffold, add, list, info, remove, test, or agent-authoring leaves.
30
+ - [DECISION] `/god-locate` is deprecated in favor of `/god-status --locate`.
31
+ - [DECISION] `/god-lifecycle` is deprecated in favor of `/god-status --lifecycle`.
32
+ - [DECISION] `/god-roadmap-check` now has `successor` metadata pointing to `/god-reconcile`.
28
33
 
29
34
  ## Validation
30
35
 
31
36
  - [DECISION] `npm ci` passed and reported 0 vulnerabilities.
32
- - [DECISION] `node scripts/test-state-advance.js` passed.
33
- - [DECISION] `node scripts/test-state-views.js` passed.
34
- - [DECISION] `npm --workspace @godpowers/mcp test` passed.
35
- - [DECISION] `node scripts/static-check.js` passed.
36
- - [DECISION] `npm run lint` passed.
37
- - [DECISION] `npm run test:quick-proof` passed.
38
- - [DECISION] `npm run test:audit` passed with `npm audit --omit=dev`, `git diff --check`, and public surface checks green.
37
+ - [DECISION] `node scripts/test-installer-profiles.js` passed.
38
+ - [DECISION] `node scripts/test-surface-contraction.js` passed.
39
+ - [DECISION] `node scripts/test-command-families.js` passed.
40
+ - [DECISION] `node scripts/validate-skills.js` passed.
41
+ - [DECISION] `node scripts/test-quick-proof.js` passed.
42
+ - [DECISION] `node scripts/test-doc-surface-counts.js` passed with public surface docs matching version 3.0.0.
43
+ - [DECISION] `node scripts/test-repo-doc-sync.js` passed.
44
+ - [DECISION] `node scripts/test-repo-surface-sync.js` passed.
45
+ - [DECISION] `node scripts/test-automation-surface-sync.js` passed.
46
+ - [DECISION] `node scripts/test-router.js` passed.
39
47
  - [DECISION] `npm run test:e2e` passed.
40
48
  - [DECISION] `node scripts/test-runtime-verification.js` passed.
41
49
  - [DECISION] `node scripts/test-agent-browser.js` passed.
42
- - [DECISION] `npm run pack:check` passed with 538 root package files.
43
- - [DECISION] `npm run pack:mcp:check` passed with 8 companion package files.
50
+ - [DECISION] `node scripts/test-install-smoke.js` passed.
44
51
  - [DECISION] `node bin/install.js dogfood --json` passed 5 of 5 scenarios.
45
- - [DECISION] Repo documentation sync, repo surface sync, and release surface sync were fresh.
46
- - [DECISION] Changed-file banned character scans passed.
47
- - [DECISION] `npm run release:check` passed with `coverage:lib` at 92.78 percent line coverage, `npm audit --omit=dev` reporting 0 vulnerabilities, public surface docs matching version 2.7.0, root package contents verified at 538 files, and `@godpowers/mcp` package contents verified at 8 files.
48
- - [DECISION] The final publish result must be recorded in `docs/BRIDGE-PLAN.md` after the tag-triggered GitHub workflow completes.
52
+ - [DECISION] `npm --workspace @godpowers/mcp test` passed.
53
+ - [DECISION] `npm run pack:check` passed with 548 root package files.
54
+ - [DECISION] `npm run pack:mcp:check` passed with 8 companion package files.
55
+ - [DECISION] `npm run lint` passed.
56
+ - [DECISION] `npm run test:audit` passed with `npm audit --omit=dev`, `git diff --check`, and public surface checks green.
57
+ - [DECISION] `npm run release:check` passed with `coverage:lib` at 92.79 percent line coverage, `npm audit --omit=dev` reporting 0 vulnerabilities, public surface docs matching version 3.0.0, root package contents verified at 548 files, and `@godpowers/mcp` package contents verified at 8 files.
58
+ - [DECISION] Publish status remains pending until branch review, protected merge, registry credentials, and release hooks are all green.
49
59
 
50
60
  ## Upgrade
51
61
 
52
- - [DECISION] Use `npm install -g godpowers@2.7.0` or `npx godpowers@2.7.0`.
62
+ - [DECISION] Use `npm install -g godpowers@3.0.0` or `npx godpowers@3.0.0`.
63
+ - [DECISION] Use `npx godpowers --profile=full` when the complete pre-3.0 command surface should be installed.
64
+ - [DECISION] Use `npx godpowers --profile=core` or omit `--profile` for the contracted default surface.
53
65
  - [DECISION] Use optional MCP package install `npm install -g godpowers @godpowers/mcp` when the host can register MCP servers.
54
66
  - [DECISION] Re-run `/god-context` in each project to refresh installed runtime metadata.
55
- - [DECISION] Existing `.godpowers/state.json` files remain compatible.
56
- - [DECISION] Existing `.godpowers/PROGRESS.md` and Godpowers-owned per-tier `STATE.md` files become generated human views after the next state mutation.
57
67
 
58
68
  ## Notes
59
69
 
60
- - [DECISION] The npm `godpowers@2.7.0` package must be published through the tag-triggered GitHub workflow with provenance.
61
- - [DECISION] The npm `@godpowers/mcp@2.7.0` package must be published through the same workflow with provenance.
62
- - [DECISION] The `v2.7.0` tag must match the npm package version.
63
- - [DECISION] The next bridge-plan phase after 2.7.0 publish verification is Phase 5: Surface Contraction.
70
+ - [DECISION] No npm publish has been attempted from this prepared release note.
71
+ - [DECISION] No GitHub release has been created from this prepared release note.
72
+ - [DECISION] The next bridge-plan action is protected review and merge for the Phase 5 behavior slice.
package/bin/install.js CHANGED
@@ -95,7 +95,7 @@ function showHelp() {
95
95
  log(' --codebuddy Install for CodeBuddy');
96
96
  log(' --pi Install for Pi');
97
97
  log(' --all Install for all 15 runtimes');
98
- log(' --profile=<name> Install profile: core, builder, maintainer, suite, or full');
98
+ log(' --profile=<name> Install profile: core, builder, maintainer, suite, or full (default: core)');
99
99
  log(' --minimal Alias for --profile=core');
100
100
  log(' -u, --uninstall Uninstall Godpowers');
101
101
  log(' -h, --help Show this help message');
@@ -166,15 +166,15 @@ function runInstall(opts, srcDir) {
166
166
  log('');
167
167
  log(`\x1b[36mProfile:\x1b[0m ${describeProfiles(opts.profile)}`);
168
168
  log(`\x1b[36mInstalled:\x1b[0m`);
169
- log(` ${surface.skills} slash commands (try: /god-mode, /god-next, /god-status, /god-progress)`);
169
+ log(` ${surface.skills} slash commands (try: /god, /god-plan, /god-status, /god-mode)`);
170
170
  log(` ${surface.agents} specialist agents`);
171
171
  log(' Templates and references for artifact discipline');
172
172
  log('');
173
173
  log(`\x1b[36mNext steps:\x1b[0m`);
174
174
  log(' 1. Open your AI coding tool in any project directory');
175
- log(` 2. Type: \x1b[36m/god-mode\x1b[0m for the full autonomous project run`);
176
- log(` Or: \x1b[36m/god-next\x1b[0m to see what to run next`);
177
- log(` Or: \x1b[36m/god-init\x1b[0m to start a new project`);
175
+ log(` 2. Type: \x1b[36m/god\x1b[0m for the front door`);
176
+ log(` Or: \x1b[36m/god-plan\x1b[0m to start planning`);
177
+ log(` Or: \x1b[36m/god-mode\x1b[0m for the full autonomous project run`);
178
178
  log('');
179
179
  log(`\x1b[36mDocs:\x1b[0m ${identity.HOMEPAGE_URL}`);
180
180
  log('');
@@ -9,7 +9,7 @@ metadata:
9
9
  without SLOs, ETL without idempotency.
10
10
 
11
11
  engines:
12
- godpowers: ">=2.0.0 <3.0.0"
12
+ godpowers: ">=2.0.0 <4.0.0"
13
13
 
14
14
  provides:
15
15
  agents:
@@ -37,6 +37,6 @@
37
37
  "README.md"
38
38
  ],
39
39
  "peerDependencies": {
40
- "godpowers": ">=2.0.0 <3.0.0"
40
+ "godpowers": ">=2.0.0 <4.0.0"
41
41
  }
42
42
  }
@@ -9,7 +9,7 @@ metadata:
9
9
  god-launch-strategist with channel expertise.
10
10
 
11
11
  engines:
12
- godpowers: ">=2.0.0 <3.0.0"
12
+ godpowers: ">=2.0.0 <4.0.0"
13
13
 
14
14
  provides:
15
15
  agents:
@@ -36,6 +36,6 @@
36
36
  "README.md"
37
37
  ],
38
38
  "peerDependencies": {
39
- "godpowers": ">=2.0.0 <3.0.0"
39
+ "godpowers": ">=2.0.0 <4.0.0"
40
40
  }
41
41
  }
@@ -8,7 +8,7 @@ metadata:
8
8
  Layers on top of god-harden-auditor with regulation-specific checks.
9
9
 
10
10
  engines:
11
- godpowers: ">=2.0.0 <3.0.0"
11
+ godpowers: ">=2.0.0 <4.0.0"
12
12
 
13
13
  provides:
14
14
  agents:
@@ -37,6 +37,6 @@
37
37
  "README.md"
38
38
  ],
39
39
  "peerDependencies": {
40
- "godpowers": ">=2.0.0 <3.0.0"
40
+ "godpowers": ">=2.0.0 <4.0.0"
41
41
  }
42
42
  }
@@ -17,6 +17,7 @@ const COMMAND_FAMILIES = [
17
17
  '/god',
18
18
  '/god-init',
19
19
  '/god-mode',
20
+ '/god-plan',
20
21
  '/god-explore',
21
22
  '/god-discuss',
22
23
  '/god-list-assumptions',
@@ -42,8 +43,6 @@ const COMMAND_FAMILIES = [
42
43
  '/god-status',
43
44
  '/god-next',
44
45
  '/god-progress',
45
- '/god-lifecycle',
46
- '/god-locate',
47
46
  '/god-resume-work',
48
47
  '/god-pause-work'
49
48
  ]
@@ -54,6 +53,7 @@ const COMMAND_FAMILIES = [
54
53
  purpose: 'Plan, implement, test, and ship product work.',
55
54
  commands: [
56
55
  '/god-build',
56
+ '/god-fix',
57
57
  '/god-feature',
58
58
  '/god-story',
59
59
  '/god-stories',
@@ -91,6 +91,7 @@ const COMMAND_FAMILIES = [
91
91
  purpose: 'Deploy, observe, harden, launch, and respond in production.',
92
92
  commands: [
93
93
  '/god-deploy',
94
+ '/god-ship',
94
95
  '/god-observe',
95
96
  '/god-harden',
96
97
  '/god-launch',
@@ -128,6 +129,7 @@ const COMMAND_FAMILIES = [
128
129
  purpose: 'Save thoughts, tasks, backlog items, seeds, and learnings.',
129
130
  commands: [
130
131
  '/god-note',
132
+ '/god-capture',
131
133
  '/god-add-todo',
132
134
  '/god-check-todos',
133
135
  '/god-add-backlog',
@@ -158,6 +160,7 @@ const COMMAND_FAMILIES = [
158
160
  purpose: 'Install, inspect, test, remove, or author extension packs.',
159
161
  commands: [
160
162
  '/god-extension-scaffold',
163
+ '/god-extend',
161
164
  '/god-extension-add',
162
165
  '/god-extension-list',
163
166
  '/god-extension-info',
@@ -204,7 +207,9 @@ const COMMAND_FAMILIES = [
204
207
  purpose: 'Deprecated full-profile commands kept for backward compatibility.',
205
208
  visibility: 'hidden',
206
209
  commands: [
207
- '/god-roadmap-check'
210
+ '/god-roadmap-check',
211
+ '/god-lifecycle',
212
+ '/god-locate'
208
213
  ]
209
214
  }
210
215
  ];
@@ -212,8 +217,8 @@ const COMMAND_FAMILIES = [
212
217
  const STATUS_VIEWS = [
213
218
  { id: 'overview', command: '/god-status', label: 'Overview', purpose: 'Operational state, proactive checks, and blockers.' },
214
219
  { id: 'progress', command: '/god-progress', label: 'Progress', purpose: 'Requirement and roadmap increment completion.' },
215
- { id: 'lifecycle', command: '/god-lifecycle', label: 'Lifecycle', purpose: 'Project phase and fitting workflows.' },
216
- { id: 'locate', command: '/god-locate', label: 'Locate', purpose: 'Resume orientation from checkpoint and disk state.' },
220
+ { id: 'lifecycle', command: '/god-status --lifecycle', label: 'Lifecycle', purpose: 'Project phase and fitting workflows.' },
221
+ { id: 'locate', command: '/god-status --locate', label: 'Locate', purpose: 'Resume orientation from checkpoint and disk state.' },
217
222
  { id: 'next', command: '/god-next', label: 'Next', purpose: 'Single recommended command with reason.' }
218
223
  ];
219
224
 
@@ -275,11 +280,11 @@ const TRIGGER_PRECEDENCE = {
275
280
  reason: 'Progress answers deliverables while status answers operational state.'
276
281
  },
277
282
  'where am i': {
278
- default: '/god-lifecycle',
283
+ default: '/god-status --lifecycle',
279
284
  conditional: [
280
- { command: '/god-locate', when: 'checkpoint-or-handoff-exists', reason: 'Resume artifacts exist on disk.' }
285
+ { command: '/god-status --locate', when: 'checkpoint-or-handoff-exists', reason: 'Resume artifacts exist on disk.' }
281
286
  ],
282
- reason: 'Lifecycle explains the phase while locate orients a resumed session.'
287
+ reason: 'Status flags explain the phase or orient a resumed session.'
283
288
  }
284
289
  };
285
290
 
@@ -2,27 +2,33 @@ const COMMON = [
2
2
  'god',
3
3
  'god-help',
4
4
  'god-version',
5
- 'god-next',
6
- 'god-status',
7
- 'god-progress',
8
- 'god-doctor',
9
- 'god-settings'
5
+ 'god-status'
10
6
  ];
11
7
 
12
8
  const PROFILE_SKILLS = {
13
9
  core: [
14
10
  ...COMMON,
15
11
  'god-init',
12
+ 'god-plan',
16
13
  'god-mode',
17
14
  'god-build',
15
+ 'god-fix',
18
16
  'god-review',
17
+ 'god-ship',
18
+ 'god-audit',
19
+ 'god-capture',
19
20
  'god-sync',
20
- 'god-quick',
21
- 'god-fast'
21
+ 'god-undo',
22
+ 'god-extend'
22
23
  ],
23
24
  builder: [
24
25
  ...COMMON,
26
+ 'god-next',
27
+ 'god-progress',
28
+ 'god-doctor',
29
+ 'god-settings',
25
30
  'god-init',
31
+ 'god-plan',
26
32
  'god-mode',
27
33
  'god-discuss',
28
34
  'god-explore',
@@ -35,6 +41,7 @@ const PROFILE_SKILLS = {
35
41
  'god-stack',
36
42
  'god-repo',
37
43
  'god-build',
44
+ 'god-fix',
38
45
  'god-add-tests',
39
46
  'god-feature',
40
47
  'god-story',
@@ -43,13 +50,28 @@ const PROFILE_SKILLS = {
43
50
  'god-story-verify',
44
51
  'god-story-close',
45
52
  'god-review',
53
+ 'god-ship',
54
+ 'god-audit',
55
+ 'god-capture',
46
56
  'god-test-runtime',
47
57
  'god-sync',
58
+ 'god-undo',
59
+ 'god-extend',
48
60
  'god-quick',
49
61
  'god-fast'
50
62
  ],
51
63
  maintainer: [
52
64
  ...COMMON,
65
+ 'god-next',
66
+ 'god-progress',
67
+ 'god-doctor',
68
+ 'god-settings',
69
+ 'god-audit',
70
+ 'god-fix',
71
+ 'god-ship',
72
+ 'god-capture',
73
+ 'god-undo',
74
+ 'god-extend',
53
75
  'god-hygiene',
54
76
  'god-update-deps',
55
77
  'god-docs',
@@ -61,7 +83,6 @@ const PROFILE_SKILLS = {
61
83
  'god-agent-audit',
62
84
  'god-context',
63
85
  'god-context-scan',
64
- 'god-locate',
65
86
  'god-scan',
66
87
  'god-link',
67
88
  'god-review-changes',
@@ -89,6 +110,12 @@ const PROFILE_SKILLS = {
89
110
  ],
90
111
  suite: [
91
112
  ...COMMON,
113
+ 'god-next',
114
+ 'god-progress',
115
+ 'god-doctor',
116
+ 'god-settings',
117
+ 'god-sync',
118
+ 'god-undo',
92
119
  'god-suite-init',
93
120
  'god-suite-status',
94
121
  'god-suite-sync',
@@ -96,7 +123,6 @@ const PROFILE_SKILLS = {
96
123
  'god-suite-release',
97
124
  'god-workstream',
98
125
  'god-pr-branch',
99
- 'god-sync',
100
126
  'god-reconcile',
101
127
  'god-review',
102
128
  'god-quick',
@@ -105,20 +131,20 @@ const PROFILE_SKILLS = {
105
131
  };
106
132
 
107
133
  const PROFILE_DESCRIPTIONS = {
108
- core: 'front door, status, init, build, review, sync, quick edits',
109
- builder: 'core plus planning, design, stories, and runtime verification',
134
+ core: 'front door, status, verbs, and autonomous compatibility',
135
+ builder: 'core plus planning leaves, stories, and runtime verification',
110
136
  maintainer: 'core plus hygiene, deps, docs, repair, automation, and extensions',
111
137
  suite: 'core plus multi-repo suite and workstream coordination',
112
138
  full: 'all shipped slash commands'
113
139
  };
114
140
 
115
141
  function normalizeProfiles(value) {
116
- if (!value) return ['full'];
142
+ if (!value) return ['core'];
117
143
  const raw = String(value)
118
144
  .split(',')
119
145
  .map(part => part.trim().toLowerCase())
120
146
  .filter(Boolean);
121
- const profiles = raw.length > 0 ? raw : ['full'];
147
+ const profiles = raw.length > 0 ? raw : ['core'];
122
148
  for (const profile of profiles) {
123
149
  if (profile !== 'full' && !PROFILE_SKILLS[profile]) {
124
150
  throw new Error(`Unknown install profile: ${profile}`);
@@ -36,7 +36,7 @@ function parseArgs(argv, cwd = process.cwd()) {
36
36
  all: false,
37
37
  help: false,
38
38
  uninstall: false,
39
- profile: 'full',
39
+ profile: 'core',
40
40
  };
41
41
 
42
42
  for (let i = 0; i < args.length; i++) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "godpowers",
3
- "version": "2.7.0",
4
- "description": "AI-powered development system: 112 slash commands and 40 specialist agents that take a project from raw idea to hardened production. Runs inside Claude Code, Codex, Cursor, Windsurf, Gemini, and 10+ other AI coding tools.",
3
+ "version": "3.0.0",
4
+ "description": "AI-powered development system: 117 slash commands and 40 specialist agents that take a project from raw idea to hardened production. Runs inside Claude Code, Codex, Cursor, Windsurf, Gemini, and 10+ other AI coding tools.",
5
5
  "bin": {
6
6
  "godpowers": "./bin/install.js"
7
7
  },
@@ -0,0 +1,41 @@
1
+ apiVersion: godpowers/v1
2
+ kind: CommandRouting
3
+ metadata:
4
+ command: /god-capture
5
+ description: Capture verb dispatcher
6
+ tier: 0
7
+ family: capture
8
+
9
+ prerequisites:
10
+ required: []
11
+
12
+ execution:
13
+ spawns: [built-in]
14
+ context: fresh
15
+ reads:
16
+ - routing/god-note.yaml
17
+ - routing/god-add-todo.yaml
18
+ - routing/god-add-backlog.yaml
19
+ - routing/god-plant-seed.yaml
20
+ writes: []
21
+
22
+ dispatch:
23
+ note: /god-note
24
+ todo: /god-add-todo
25
+ backlog: /god-add-backlog
26
+ seed: /god-plant-seed
27
+
28
+ success-path:
29
+ next-recommended: varies
30
+ outcome:
31
+ type: contextual
32
+ label: Capture dispatch route
33
+ reason: The next route depends on whether the item is a note, todo, backlog item, or seed.
34
+ allowed-next: [/god-note, /god-add-todo, /god-add-backlog, /god-plant-seed]
35
+
36
+ failure-path:
37
+ on-error: /god-doctor
38
+
39
+ endoff:
40
+ state-update: no direct state update; selected leaf command owns state
41
+ events: [agent.start, decision.route, agent.end]
@@ -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]
@@ -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]
@@ -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.
@@ -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.
@@ -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.
@@ -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
@@ -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
@@ -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.
@@ -2,6 +2,7 @@
2
2
  name: god-roadmap-check
3
3
  deprecated: true
4
4
  replacement: god-reconcile
5
+ successor: god-reconcile
5
6
  description: |
6
7
  Check if user intent overlaps with the existing ROADMAP.md before doing
7
8
  feature work. Returns: already-done, in-progress, enhancement,
@@ -0,0 +1,44 @@
1
+ ---
2
+ name: god-ship
3
+ description: |
4
+ Ship verb dispatcher. Routes release, deploy, observability, and launch
5
+ closure intent to existing deploy, observe, and launch leaf commands.
6
+
7
+ Triggers on: "god ship", "/god-ship", "ship this", "deploy this",
8
+ "launch this", "wire observability"
9
+ ---
10
+
11
+ # /god-ship
12
+
13
+ Route shipping intent to the smallest existing shipping command.
14
+
15
+ ## Runtime module resolution
16
+
17
+ Resolve the Godpowers runtime root before inspecting routes:
18
+
19
+ 1. If `<projectRoot>/routing/god-deploy.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
+ | `deploy`, `pipeline`, `environment` | `/god-deploy` |
28
+ | `observe`, `observability`, `slo`, `alert`, `runbook` | `/god-observe` |
29
+ | `launch`, `release copy`, `go live` | `/god-launch` |
30
+
31
+ Default to `/god-deploy` when no stronger signal exists.
32
+
33
+ ## Process
34
+
35
+ 1. Select the target leaf command from the table.
36
+ 2. Read the selected leaf route YAML so prerequisites and next-step metadata stay source-controlled.
37
+ 3. Show the selected command, the matched signal, and the release gate implied by that leaf.
38
+ 4. Hand off to the selected leaf command after user confirmation.
39
+
40
+ ## Guardrails
41
+
42
+ - Do not publish, tag, deploy, or create release notes directly from this dispatcher.
43
+ - Do not bypass safe-sync, harden, or launch prerequisites from the selected route.
44
+ - Keep deploy, observe, and launch callable as direct shortcuts.
@@ -4,7 +4,8 @@ description: |
4
4
  Re-derive project state from disk. Never from memory. Scans all artifact
5
5
  paths and reports what exists, what passes, and what's missing.
6
6
 
7
- Triggers on: "god status", "where are we", "project status", "what's done"
7
+ Triggers on: "god status", "where are we", "project status", "what's done",
8
+ "god status --locate", "god status --lifecycle"
8
9
  ---
9
10
 
10
11
  # God Status
@@ -20,11 +21,13 @@ proactive checks, blockers, planning visibility, and the next action first.
20
21
  |------|----------|---------|
21
22
  | Overview | `/god-status` | Operational state, proactive checks, and blockers. |
22
23
  | 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. |
24
+ | Lifecycle phase | `/god-status --lifecycle` | Project phase and fitting workflows. |
25
+ | Resume location | `/god-status --locate` | Orientation from checkpoint, handoff, and disk state. |
25
26
  | Next action | `/god-next` | Single recommended command with reason. |
26
27
 
27
- `/god-lifecycle` remains separate because it answers phase and workflow-fit questions without the full dashboard. `/god-locate` remains separate because it is optimized for fresh-session resume from CHECKPOINT.md, handoff files, and disk state.
28
+ `/god-lifecycle` and `/god-locate` remain callable as full-profile compatibility
29
+ aliases for one minor release. New workflows should use `/god-status
30
+ --lifecycle` and `/god-status --locate`.
28
31
 
29
32
  ## Process
30
33
 
@@ -32,10 +35,12 @@ proactive checks, blockers, planning visibility, and the next action first.
32
35
  2. Resolve the runtime root and load `<runtimeRoot>/lib/dashboard.js`.
33
36
  3. Call `dashboard.compute(projectRoot)` and render with `dashboard.render(result)`.
34
37
  4. Prefer the MCP `status` tool when it is available, and fall back to the CLI or runtime module when it is not.
35
- 5. Use `.godpowers/PROGRESS.md` only as generated fallback or legacy explanation when state.json is missing.
36
- 6. Scan canonical artifact paths for PRD, design, architecture, roadmap, stack, repo, build, deploy, observe, launch, harden, sync, checkpoint, and requirements evidence.
37
- 7. Compare disk state to recorded state and flag phantom resume or untracked work.
38
- 8. Offer `/god-repair` when recorded state and disk evidence conflict.
38
+ 5. If `--lifecycle` is present, emphasize lifecycle phase, fitting workflows, PRD visibility, roadmap visibility, and the next route.
39
+ 6. If `--locate` is present, emphasize CHECKPOINT.md, HANDOFF.md, recent events, current step, and the next route.
40
+ 7. Use `.godpowers/PROGRESS.md` only as generated fallback or legacy explanation when state.json is missing.
41
+ 8. Scan canonical artifact paths for PRD, design, architecture, roadmap, stack, repo, build, deploy, observe, launch, harden, sync, checkpoint, and requirements evidence.
42
+ 9. Compare disk state to recorded state and flag phantom resume or untracked work.
43
+ 10. Offer `/god-repair` when recorded state and disk evidence conflict.
39
44
 
40
45
  ## Required reference
41
46
 
@@ -16,7 +16,7 @@ Print version and a short capability summary.
16
16
  ```
17
17
  Godpowers v2.3.1
18
18
  Install: /Users/.../.claude/ (matches package.json)
19
- Surface: 112 skills, 40 agents, 13 workflows, 42 recipes
19
+ Surface: 117 skills, 40 agents, 13 workflows, 42 recipes
20
20
  Schema: intent.v1, state.v1, events.v1, workflow.v1, routing.v1, recipe.v1
21
21
  External integrations available: impeccable, agent-browser (others lazy)
22
22
  Feature awareness: planning-system migration, source-system sync-back, context refresh, dashboard status labels, repo documentation sync, repo surface sync, quick proof, request trace, release hardening, maintenance hardening