godpowers 3.0.0 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/CHANGELOG.md +46 -3
  2. package/README.md +28 -24
  3. package/RELEASE.md +31 -50
  4. package/SKILL.md +75 -113
  5. package/agents/god-archaeologist.md +11 -0
  6. package/agents/god-architect.md +12 -0
  7. package/agents/god-auditor.md +13 -0
  8. package/agents/god-automation-engineer.md +13 -0
  9. package/agents/god-browser-tester.md +15 -0
  10. package/agents/god-context-writer.md +14 -0
  11. package/agents/god-coordinator.md +14 -0
  12. package/agents/god-debt-assessor.md +11 -0
  13. package/agents/god-debugger.md +13 -0
  14. package/agents/god-deploy-engineer.md +13 -0
  15. package/agents/god-deps-auditor.md +13 -0
  16. package/agents/god-design-reviewer.md +14 -0
  17. package/agents/god-designer.md +15 -0
  18. package/agents/god-docs-writer.md +13 -0
  19. package/agents/god-executor.md +14 -0
  20. package/agents/god-explorer.md +14 -0
  21. package/agents/god-greenfieldifier.md +13 -0
  22. package/agents/god-harden-auditor.md +12 -0
  23. package/agents/god-incident-investigator.md +13 -0
  24. package/agents/god-launch-strategist.md +14 -0
  25. package/agents/god-migration-strategist.md +13 -0
  26. package/agents/god-observability-engineer.md +14 -0
  27. package/agents/god-orchestrator.md +16 -2
  28. package/agents/god-org-context-loader.md +11 -0
  29. package/agents/god-planner.md +11 -0
  30. package/agents/god-pm.md +14 -0
  31. package/agents/god-quality-reviewer.md +12 -0
  32. package/agents/god-reconciler.md +14 -1
  33. package/agents/god-reconstructor.md +16 -0
  34. package/agents/god-repo-scaffolder.md +11 -0
  35. package/agents/god-retrospective.md +11 -0
  36. package/agents/god-roadmap-reconciler.md +42 -87
  37. package/agents/god-roadmap-updater.md +11 -0
  38. package/agents/god-roadmapper.md +12 -0
  39. package/agents/god-spec-reviewer.md +14 -0
  40. package/agents/god-spike-runner.md +13 -0
  41. package/agents/god-stack-selector.md +12 -0
  42. package/agents/god-standards-check.md +13 -0
  43. package/agents/god-storyteller.md +14 -0
  44. package/agents/god-updater.md +14 -0
  45. package/bin/install.js +10 -0
  46. package/lib/README.md +4 -0
  47. package/lib/agent-validator.js +67 -2
  48. package/lib/cli-dispatch.js +40 -1
  49. package/lib/command-families.js +10 -2
  50. package/lib/install-profiles.js +4 -1
  51. package/lib/installer-args.js +22 -0
  52. package/lib/recipe-coverage-sync.js +1 -1
  53. package/lib/release-surface-sync.js +3 -0
  54. package/lib/repo-doc-sync.js +1 -1
  55. package/lib/repo-surface-sync.js +3 -3
  56. package/lib/route-quality-sync.js +2 -2
  57. package/lib/router.js +6 -0
  58. package/lib/surface-profile.js +168 -0
  59. package/package.json +2 -2
  60. package/references/orchestration/GOD-MODE-RUNBOOK.md +9 -14
  61. package/references/orchestration/GOD-ORCHESTRATOR-RUNBOOK.md +43 -81
  62. package/references/shared/DASHBOARD-CONTRACT.md +66 -29
  63. package/references/shared/README.md +1 -1
  64. package/routing/god-demo.yaml +35 -0
  65. package/routing/god-first-run.yaml +34 -0
  66. package/routing/god-roadmap-check.yaml +2 -2
  67. package/routing/god-surface.yaml +39 -0
  68. package/routing/recipes/try-safely.yaml +26 -0
  69. package/skills/god-agent-audit.md +17 -15
  70. package/skills/god-arch.md +1 -3
  71. package/skills/god-archaeology.md +5 -6
  72. package/skills/god-audit.md +6 -7
  73. package/skills/god-automation-setup.md +6 -7
  74. package/skills/god-automation-status.md +6 -7
  75. package/skills/god-build.md +1 -3
  76. package/skills/god-context-scan.md +7 -8
  77. package/skills/god-demo.md +53 -0
  78. package/skills/god-deploy.md +1 -3
  79. package/skills/god-design-impact.md +5 -6
  80. package/skills/god-design.md +9 -3
  81. package/skills/god-discuss.md +5 -6
  82. package/skills/god-docs.md +5 -10
  83. package/skills/god-doctor.md +8 -9
  84. package/skills/god-dogfood.md +7 -10
  85. package/skills/god-explore.md +5 -7
  86. package/skills/god-feature.md +1 -3
  87. package/skills/god-first-run.md +64 -0
  88. package/skills/god-harden.md +1 -3
  89. package/skills/god-help.md +77 -51
  90. package/skills/god-hotfix.md +1 -3
  91. package/skills/god-hygiene.md +5 -6
  92. package/skills/god-launch.md +1 -3
  93. package/skills/god-lifecycle.md +11 -13
  94. package/skills/god-link.md +1 -3
  95. package/skills/god-list-assumptions.md +7 -8
  96. package/skills/god-locate.md +7 -8
  97. package/skills/god-map-codebase.md +5 -6
  98. package/skills/god-migrate.md +7 -18
  99. package/skills/god-mode.md +5 -0
  100. package/skills/god-next.md +16 -17
  101. package/skills/god-observe.md +1 -3
  102. package/skills/god-prd.md +1 -3
  103. package/skills/god-preflight.md +7 -8
  104. package/skills/god-progress.md +7 -8
  105. package/skills/god-reconcile.md +9 -10
  106. package/skills/god-reconstruct.md +5 -7
  107. package/skills/god-redo.md +1 -3
  108. package/skills/god-refactor.md +7 -10
  109. package/skills/god-repair.md +1 -3
  110. package/skills/god-repo.md +1 -3
  111. package/skills/god-restore.md +1 -3
  112. package/skills/god-roadmap-check.md +10 -10
  113. package/skills/god-roadmap.md +1 -3
  114. package/skills/god-rollback.md +1 -3
  115. package/skills/god-scan.md +6 -12
  116. package/skills/god-skip.md +1 -3
  117. package/skills/god-spike.md +5 -6
  118. package/skills/god-stack.md +1 -3
  119. package/skills/god-standards.md +5 -6
  120. package/skills/god-status.md +12 -10
  121. package/skills/god-story-build.md +1 -3
  122. package/skills/god-story-close.md +1 -3
  123. package/skills/god-story.md +1 -3
  124. package/skills/god-surface.md +61 -0
  125. package/skills/god-sync.md +7 -13
  126. package/skills/god-tech-debt.md +5 -6
  127. package/skills/god-test-runtime.md +4 -8
  128. package/skills/god-undo.md +1 -3
  129. package/skills/god-update-deps.md +1 -3
  130. package/skills/god-upgrade.md +1 -3
  131. package/skills/god-version.md +1 -1
  132. package/skills/god.md +53 -52
package/CHANGELOG.md CHANGED
@@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.0.2] - 2026-06-11
11
+
12
+ ### Added
13
+ - Added `/god-first-run`, `/god-demo`, and `/god-surface` as concierge
14
+ entry points for onboarding, sandbox proof, and post-install surface control.
15
+ - Added the `try-safely` recipe for users who want a proof path before
16
+ touching their current project.
17
+ - Added `godpowers demo` and `godpowers surface` CLI helpers, including
18
+ dry-run and apply flows for runtime profile changes.
19
+
20
+ ### Changed
21
+ - Changed default command guidance from catalog-first and dashboard-first
22
+ output to compact recommendations with `Next commands:` blocks.
23
+ - Updated `/god-help`, `/god`, `/god-next`, `/god-status`, and shared
24
+ dashboard contracts so full catalogs and full dashboards are opt-in.
25
+ - Updated README, roadmap, reference, release notes, architecture, and Pillar
26
+ context counts for the 120-command and 43-recipe public surface.
27
+
28
+ ### Fixed
29
+ - Added package, routing, installer-profile, command-family, quick-proof, and
30
+ surface-profile tests for the new concierge surface.
31
+ - Refreshed repo documentation sync and repo surface sync evidence after the
32
+ new surface landed.
33
+
34
+ ## [3.0.1] - 2026-06-11
35
+
36
+ ### Changed
37
+ - Updated README, roadmap, reference, MCP, architecture, release checklist, and
38
+ release notes for the 3.0.1 patch release.
39
+ - Bumped `godpowers` and `@godpowers/mcp` package metadata to 3.0.1.
40
+ - Clarified that `npm run lint` is a separate release-sensitive check rather
41
+ than part of `npm run release:check`.
42
+
43
+ ### Fixed
44
+ - Fixed architecture extension compatibility examples to match shipped
45
+ first-party pack compatibility ranges.
46
+ - Added quick proof regression coverage for adoption canary and published
47
+ install verification documentation links.
48
+
49
+ ### Removed
50
+ - Removed the completed migration planning file from the public documentation
51
+ tree.
52
+
10
53
  ## [3.0.0] - 2026-06-10
11
54
 
12
55
  ### Added
@@ -23,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
66
  - Routed `/god-observe` through the `ship` verb boundary based on Phase 2 host
24
67
  proof evidence.
25
68
  - Updated public docs, profile tests, command-family tests, and Phase 5
26
- surface evidence for the 117-command surface.
69
+ surface evidence for the 120-command surface.
27
70
 
28
71
  ### Deprecated
29
72
  - Deprecated `/god-locate` in favor of `/god-status --locate`.
@@ -97,7 +140,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97
140
 
98
141
  ### Changed
99
142
  - Updated USERS, README, roadmap, reference, architecture, release notes, and
100
- bridge-plan status for the Phase 2 host proof campaign.
143
+ migration status for the Phase 2 host proof campaign.
101
144
 
102
145
  ## [2.5.0] - 2026-06-10
103
146
 
@@ -235,7 +278,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
235
278
  Proof goal labels resolve through shipped `/god` recipes and routes.
236
279
 
237
280
  ### Changed
238
- - Updated public surface counts to 112 slash commands and 42 intent recipes
281
+ - Updated public surface counts to 120 slash commands and 43 intent recipes
239
282
  across release notes, reference docs, architecture maps, package metadata,
240
283
  and project Pillars.
241
284
  - Tightened public front-door recipe matching for starter phrases including
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-3.0.0-blue)](CHANGELOG.md)
5
+ [![Version](https://img.shields.io/badge/version-3.0.2-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,24 +30,18 @@ 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 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.
33
+ Version 3.0.2 is a concierge surface patch on top of the 3.0.0 surface
34
+ contraction release. The current 3.x line keeps the omitted installer profile
35
+ on `core`, adds first-run, demo, and surface-control entry points, preserves
36
+ `--profile=full` for compatibility, keeps locate and lifecycle views under
37
+ `/god-status`, ships the optional `@godpowers/mcp` companion package, and
38
+ verifies docs, package contents, npm metadata, GitHub release state, and
39
+ published install behavior before public release.
41
40
 
42
41
  Maintainer hardening continues on the 3.x line with small, audited public
43
- surface updates when they close real workflow gaps. The 2.1.0 patch closes a command-injection vector in the
44
- agent-browser driver, guards runtime file parsing against corrupt state,
45
- makes data-directory installs a clean replace, and reconciles documentation
46
- drift. The 2.0.3 patch range-checks workflow agent references,
47
- derives command metadata from the individual files in `skills/`, delegates
48
- installer runtime logic to `lib/`, moves the detailed God Mode runbook into
49
- `references/`, and exposes async file APIs for incremental migration away from
50
- synchronous-only internals.
42
+ surface updates when they close real workflow gaps. Historical release details
43
+ live in [CHANGELOG.md](CHANGELOG.md), while the current release status lives in
44
+ [RELEASE.md](RELEASE.md).
51
45
 
52
46
  Strict release readiness remains fail-closed. Godpowers requires delegated
53
47
  release checks to cover root docs, docs, agents, skills, routing, workflows,
@@ -131,6 +125,13 @@ npx godpowers --codex --local --profile=builder
131
125
  npx godpowers --all --profile=maintainer
132
126
  ```
133
127
 
128
+ After install, switch or preview the visible surface without starting over:
129
+
130
+ ```bash
131
+ npx godpowers surface --profile=builder --codex --global --dry-run
132
+ npx godpowers surface --profile=builder --codex --global --apply
133
+ ```
134
+
134
135
  Profiles are `core`, `builder`, `maintainer`, `suite`, and `full`. `core`
135
136
  installs the front door, status, verb dispatchers, and `/god-mode`
136
137
  compatibility. `full` preserves the complete command surface, while the smaller
@@ -224,13 +225,13 @@ same thing when you open a new session in a Godpowers project.
224
225
  If the full command surface feels large, begin with one of these paths and only
225
226
  learn the next command when Godpowers recommends it.
226
227
 
227
- `/god-help` presents command families first: start, continue, build, verify,
228
- operate, maintain, capture, recover, extend, collaborate, and configure. Leaf
229
- commands remain direct shortcuts.
228
+ `/god-help` presents a short state-aware view by default. `/god-help all`
229
+ shows the complete catalog. Leaf commands remain direct shortcuts.
230
230
 
231
231
  | Goal | Starter path |
232
232
  |---|---|
233
- | Start a product | `/god-init`, `/god-plan`, `/god-build` |
233
+ | Start a product | `/god-first-run`, `/god-init`, `/god-plan`, `/god-build` |
234
+ | Try safely | `/god-demo`, `/god-first-run`, `/god-init` |
234
235
  | Add a feature | `/god-reconcile`, `/god-feature`, `/god-sync`, `/god-review` |
235
236
  | Fix production | `/god-fix`, `/god-postmortem`, `/god-status` |
236
237
  | Audit an existing repo | `/god-preflight`, `/god-archaeology`, `/god-reconstruct`, `/god-audit`, `/god-tech-debt` |
@@ -260,7 +261,10 @@ runtime that can execute Node:
260
261
  ```bash
261
262
  npx godpowers status --project=.
262
263
  npx godpowers next --project=.
264
+ npx godpowers demo --project=.
265
+ npx godpowers surface --profile=core --codex --global --dry-run
263
266
  npx godpowers status --project=. --brief
267
+ npx godpowers status --project=. --full
264
268
  npx godpowers status --project=. --json
265
269
  npx godpowers quick-proof --project=.
266
270
  npx godpowers state advance --step=prd --status=done --project=.
@@ -311,14 +315,14 @@ dependency to the main `godpowers` package:
311
315
 
312
316
  ```bash
313
317
  npx godpowers mcp-info --project=.
314
- npx -y -p godpowers@3.0.0 -p @godpowers/mcp@3.0.0 godpowers-mcp serve --project=.
318
+ npx -y -p godpowers@3.0.2 -p @godpowers/mcp@3.0.2 godpowers-mcp serve --project=.
315
319
  ```
316
320
 
317
321
  The companion exposes `status`, `next`, `gate_check`, `lint_artifact`, and
318
322
  `trace_requirement`. Host registration is opt-in:
319
323
 
320
324
  ```bash
321
- npx -y -p godpowers@3.0.0 -p @godpowers/mcp@3.0.0 godpowers-mcp setup --host=codex --project=. --write
325
+ npx -y -p godpowers@3.0.2 -p @godpowers/mcp@3.0.2 godpowers-mcp setup --host=codex --project=. --write
322
326
  ```
323
327
 
324
328
  See [MCP Companion](docs/mcp.md) for package boundaries and setup details.
@@ -599,7 +603,7 @@ Pi. T3 Code inherits from the underlying agent (Codex / Claude / OpenCode).
599
603
  - [Quick Proof](docs/quick-proof.md)
600
604
  - [First 10 Minute Proof Case Study](docs/case-studies/first-10-minute-proof.md)
601
605
  - [Concepts](docs/concepts.md)
602
- - [Command reference (all 117 skills + 40 agents)](docs/reference.md)
606
+ - [Command reference (all 120 skills + 40 agents)](docs/reference.md)
603
607
  - [Feature awareness](docs/feature-awareness.md)
604
608
  - [Adoption Canary](docs/adoption-canary.md)
605
609
  - [Repository documentation sync](docs/repo-doc-sync.md)
package/RELEASE.md CHANGED
@@ -1,65 +1,47 @@
1
- # Godpowers 3.0.0 Release
1
+ # Godpowers 3.0.2 Release
2
2
 
3
- > Status: Prepared
4
- > Date: 2026-06-10
3
+ > Status: Published
4
+ > Date: 2026-06-11
5
5
 
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.
9
- [DECISION] This release preserves the optional `@godpowers/mcp` companion boundary and keeps the main `godpowers` package dependency-free.
6
+ [DECISION] Godpowers 3.0.2 is a concierge surface patch on top of the 3.0.0 surface contraction release and the 3.0.1 release-surface cleanup.
7
+ [DECISION] This release keeps `core` as the omitted installer profile, keeps `--profile=full` as the complete compatibility surface, and adds first-run, demo, and surface-control entry points for safer onboarding.
8
+ [DECISION] This release changes default guidance from catalog-first and dashboard-first output to compact recommendations with `Next commands:` blocks.
9
+ [DECISION] This release keeps `@godpowers/mcp` as the optional read-only companion package.
10
10
 
11
11
  ## What's in this release
12
12
 
13
- - [DECISION] 117 slash commands.
13
+ - [DECISION] 120 slash commands.
14
14
  - [DECISION] 40 specialist agents.
15
15
  - [DECISION] 13 executable workflows.
16
- - [DECISION] 42 intent recipes.
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`.
16
+ - [DECISION] 43 intent recipes.
17
+ - [DECISION] Three concierge entry points are now shipped: `/god-first-run`, `/god-demo`, and `/god-surface`.
18
+ - [DECISION] Five thin verb dispatch commands remain shipped: `/god-plan`, `/god-fix`, `/god-ship`, `/god-capture`, and `/god-extend`.
19
+ - [DECISION] Five read-only MCP tools remain available in `@godpowers/mcp`: `status`, `next`, `gate_check`, `lint_artifact`, and `trace_requirement`.
21
20
 
22
- ## Highlights
21
+ ## Changes
23
22
 
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`.
23
+ - [DECISION] `package.json`, `package-lock.json`, and `packages/mcp/package.json` now publish the 3.0.2 patch version.
24
+ - [DECISION] `/god-help` now starts with contextual next moves, while `/god-help all` remains the full installed catalog.
25
+ - [DECISION] `/god`, `/god-next`, `/god-status`, and the shared dashboard contract now prefer concise action briefs and explicit `Next commands:` blocks.
26
+ - [DECISION] `godpowers demo` exposes the shipped sandbox proof from the CLI without modifying the current project.
27
+ - [DECISION] `godpowers surface --profile=<name> --dry-run` previews runtime profile changes, and `--apply` writes the selected installed surface.
28
+ - [DECISION] README, roadmap, reference, architecture, release notes, and Pillar context now describe the 3.0.2 concierge surface.
33
29
 
34
30
  ## Validation
35
31
 
36
- - [DECISION] `npm ci` passed and reported 0 vulnerabilities.
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.
47
- - [DECISION] `npm run test:e2e` passed.
48
- - [DECISION] `node scripts/test-runtime-verification.js` passed.
49
- - [DECISION] `node scripts/test-agent-browser.js` passed.
50
- - [DECISION] `node scripts/test-install-smoke.js` passed.
51
- - [DECISION] `node bin/install.js dogfood --json` passed 5 of 5 scenarios.
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.
32
+ - [DECISION] `npm run test:quick-proof` passed with 22 tests.
33
+ - [DECISION] `npm run lint` passed with 29 static checks.
34
+ - [DECISION] `npm run release:check` passed with `coverage:lib` at 92.69 percent line coverage.
35
+ - [DECISION] `npm run release:check` passed `npm audit --omit=dev` with 0 vulnerabilities.
36
+ - [DECISION] `npm run release:check` passed public surface docs for version 3.0.2 with 120 skills, 40 agents, 13 workflows, and 43 recipes.
37
+ - [DECISION] `npm run release:check` passed root package contents with 556 files.
38
+ - [DECISION] `npm run release:check` passed `@godpowers/mcp` package contents with 8 files.
39
+ - [DECISION] `npm pack --pack-destination /tmp/godpowers-release-3.0.2` produced `godpowers-3.0.2.tgz` with 556 files.
40
+ - [DECISION] `npm pack --workspace @godpowers/mcp --pack-destination /tmp/godpowers-release-3.0.2` produced `godpowers-mcp-3.0.2.tgz` with 8 files.
59
41
 
60
42
  ## Upgrade
61
43
 
62
- - [DECISION] Use `npm install -g godpowers@3.0.0` or `npx godpowers@3.0.0`.
44
+ - [DECISION] Use `npm install -g godpowers@3.0.2` or `npx godpowers@3.0.2`.
63
45
  - [DECISION] Use `npx godpowers --profile=full` when the complete pre-3.0 command surface should be installed.
64
46
  - [DECISION] Use `npx godpowers --profile=core` or omit `--profile` for the contracted default surface.
65
47
  - [DECISION] Use optional MCP package install `npm install -g godpowers @godpowers/mcp` when the host can register MCP servers.
@@ -67,6 +49,5 @@
67
49
 
68
50
  ## Notes
69
51
 
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.
52
+ - [DECISION] The publish targets are npm `godpowers@3.0.2`, npm `@godpowers/mcp@3.0.2`, and GitHub release `https://github.com/aihxp/godpowers/releases/tag/v3.0.2`.
53
+ - [DECISION] The tag-triggered GitHub publish workflow remains the preferred npm path because it publishes with provenance.
package/SKILL.md CHANGED
@@ -52,6 +52,9 @@ re-derive state from disk. Never rely on conversation memory for progress.
52
52
  Each tier gates on a verified artifact from the prior tier. You cannot build
53
53
  without architecture. You cannot deploy without a build. You cannot launch with
54
54
  unresolved Critical security findings.
55
+ When a tier command has an executable gate, run
56
+ `npx godpowers gate --tier=<tier> --project=.` and block on any non-zero exit
57
+ before marking that tier done.
55
58
 
56
59
  For PRD, design, architecture, roadmap, stack, repo, build, and harden, run
57
60
  `npx godpowers gate --tier=<tier> --project=.` after the tier artifact is
@@ -93,120 +96,82 @@ answer a question, inspect first. When a term is resolved, record it in
93
96
  `.godpowers/domain/GLOSSARY.md` with canonical spelling, avoided aliases,
94
97
  relationships, and any unresolved ambiguity.
95
98
 
96
- ### 9. Proposal Closeout
97
- When you answer with a recommendation, proposal, or exploratory plan and do not
98
- make file edits, run commands, or hand off to another command, end with a
99
- proposition block. The block must give the user concrete next moves instead of
100
- leaving them at a dead stop.
99
+ ### 9. Next Commands Closeout
100
+ When you answer with a recommendation, proposal, status report, diagnostic,
101
+ audit, lifecycle view, reconciliation, or exploratory plan, end with
102
+ `Next commands:` unless a downstream command already launched.
101
103
 
102
- This also applies to diagnostic, status, audit, lifecycle, reconciliation, and
103
- decision-support reports when they end with suggestions, options, or a
104
- recommended sequence.
104
+ The block must contain 1 to 4 runnable commands. Put the best option first.
105
+ Each line must be a concrete command plus one plain sentence explaining what it
106
+ will do. Do not end with abstract options such as "implement partial" or
107
+ "discuss more" unless those words are part of the command argument.
105
108
 
106
109
  Use this shape:
107
110
 
108
111
  ```
109
- Proposition:
110
- 1. Implement partial: <smallest safe slice and command>
111
- 2. Implement complete: <larger command or project run>
112
- 3. Discuss more: <focused question or /god-discuss topic>
113
- 4. Run God Mode: /god-mode <optional flags or scope>
114
- Recommended: <one option and why>
112
+ Next commands:
113
+ - /god-next: Continue with the safest state-derived next step.
114
+ - /god-status --full: Inspect the complete dashboard when you need all checks.
115
+ - /god-discuss <topic>: Resolve the named open question before work starts.
115
116
  ```
116
117
 
117
- Only include options that actually fit the situation. If `/god-mode` is too
118
- broad or unsafe for the request, say so and offer `/god-feature`,
119
- `/god-refactor`, `/god-spike`, or `/god-discuss` instead.
118
+ Only include commands that fit the current state. If `/god-mode` is too broad
119
+ or unsafe for the request, use `/god-feature`, `/god-refactor`, `/god-spike`,
120
+ `/god-fast`, `/god-quick`, or `/god-discuss` instead.
120
121
 
121
122
  ### 10. Completion Closeout
122
123
  When you complete work, especially from `/god-mode`, `/god-build`,
123
124
  `/god-feature`, `/god-hotfix`, `/god-refactor`, `/god-quick`, or any command
124
- that edits code or artifacts, do not stop at "complete" plus validation. End
125
- with a disk-derived closeout that tells the user the current state and what is
126
- next.
127
-
128
- Every closeout must include a **Godpowers Dashboard**. This dashboard is the
129
- same mental model across `/god-status`, `/god-progress`, `/god-next`,
130
- `/god-mode`, and every command that completes, pauses, or proposes work.
131
-
132
- When the runtime bundle is available, compute this with
133
- `lib/dashboard.compute(projectRoot)` and render it with
134
- `lib/dashboard.render(result)`. The executable dashboard engine is the shared
135
- source for phase, tier, step, progress, PRD and roadmap visibility, proactive
136
- checks, host guarantees, open items, and the next route. If the runtime module
137
- is unavailable, fall back to a manual disk scan and say `Dashboard engine:
138
- unavailable, manual scan used`.
125
+ that edits code or artifacts, do not stop at "complete" plus validation.
126
+ End with a concise disk-derived closeout that tells the user what changed,
127
+ what needs attention, and what command to run next.
128
+
129
+ Closeouts use the dashboard engine for computation, but they do not print the
130
+ full dashboard by default. When the runtime bundle is available, compute with
131
+ `lib/dashboard.compute(projectRoot)` and render a compact action brief. The
132
+ complete dashboard is available through `/god-status --full`.
133
+
134
+ If the runtime module is unavailable, silently use a manual disk scan. Mention
135
+ the fallback only when the missing runtime changes the recommendation, then
136
+ suggest `/god-doctor`.
139
137
 
140
138
  Use this shape:
141
139
 
142
140
  ```
143
- Godpowers Dashboard
144
-
145
- Current status:
146
- State: <complete | partial | blocked | complete with deferred item>
147
- Phase: <plain-language phase> (tier <human ordinal> of <human total>) when available
148
- Step: <sub-step label> (<step n> of <total steps>) when available
149
- Progress: <pct>% (<done> of <total> steps complete) when available
150
- Worktree: <clean | modified files unstaged | staged changes | mixed>
151
- Index: <untouched | staged files listed>
152
-
153
- Action brief:
154
- Next: <recommended command or user decision>
155
- Why: <route reason tied to disk state>
156
- Readiness: <ready | needs attention>
157
- Attention: <top blockers or none>
158
- Host guarantees: <full | degraded | unknown with host and first gap>
159
-
160
- Planning visibility:
161
- PRD: <done | pending | missing | deferred> <artifact path when present>
162
- Roadmap: <done | pending | missing | deferred> <artifact path when present>
163
- Current milestone: <roadmap milestone, tier, or next planning gate when known>
164
- Completion: <pct>% <brief basis, for example done steps over total tracked steps>
165
-
166
- What changed:
167
- 1. <highest-signal change>
168
- 2. <highest-signal change>
141
+ <one sentence describing the completed result>
142
+
143
+ Changed:
144
+ - <highest-signal user-visible change>
145
+ - <highest-signal user-visible change>
169
146
 
170
147
  Validation:
171
- + <command>: <result>
172
-
173
- Proactive checks:
174
- Checkpoint: <fresh | refreshed | missing | stale | conflicts with state.json>
175
- Reviews: <none | N pending, suggest /god-review-changes>
176
- Sync: <fresh | missing | stale | local helper ran | suggest /god-sync>
177
- Docs: <fresh | N stale, suggest /god-docs | repo-doc-sync ran>
178
- Repo surface: <fresh | N stale, suggest /god-doctor | repo-surface-sync ran>
179
- Host: <full | degraded | unknown with host and first gap>
180
- Runtime: <not-applicable | known URL, suggest /god-test-runtime | no known URL, defer deployed verification>
181
- Automation: <not configured | N active | available via provider, suggest /god-automation-setup>
182
- Security: <clear | sensitive files changed, suggest /god-harden>
183
- Dependencies: <clear | dependency files changed, suggest /god-update-deps>
184
- Hygiene: <fresh | stale, suggest /god-hygiene>
185
-
186
- Open items:
187
- 1. <deferred staging, unstaged files, pending review, blocker, or none>
188
-
189
- Next:
190
- Recommended: <one concrete command or user decision>
191
- Why: <one sentence tied to current state>
148
+ - <command>: <result>
149
+
150
+ Attention:
151
+ - <only blockers or signals that change the recommendation>
152
+
153
+ Next commands:
154
+ - <recommended command>: <one sentence reason>
155
+ - /god-status --full: See the complete dashboard and proactive checks.
192
156
  ```
193
157
 
194
- If the command intentionally did not stage, commit, push, or deploy, say that
195
- plainly and explain what the user can do next. If deployed staging is deferred,
196
- include the deferred artifact path or exact missing input. If the worktree has
197
- pre-existing unrelated changes, say the index was left untouched and recommend
198
- a scoped review or staging command rather than implying the project is fully
199
- shipped.
158
+ Omit empty sections. Do not print rows that only say `fresh`, `clear`, `none`,
159
+ or `not-applicable`. If the command intentionally did not stage, commit, push,
160
+ or deploy, say that plainly in the completion sentence or `Attention`.
161
+ If deployed staging is deferred, include the deferred artifact path or exact
162
+ missing input. If the worktree has pre-existing unrelated changes, say the
163
+ index was left untouched and recommend a scoped review or staging command
164
+ rather than implying the project is fully shipped.
200
165
 
201
- When the command only recommends work, keep the same dashboard but set
202
- `State: proposal` and end with the proposition block from Section 9. When the
203
- command pauses, set `State: blocked` or `State: paused` and make `Next` the
204
- one exact user decision needed to continue.
166
+ When the command only recommends work, use the same compact shape and end with
167
+ `Next commands:` from Section 9. When the command pauses, make the first next
168
+ command the exact user decision or command needed to continue.
205
169
 
206
170
  ### 11. Command Family UX
207
171
  Godpowers has many leaf commands, but user-facing routing should start from
208
- families. Keep the full command surface available while presenting these
209
- families first:
172
+ families and likely next moves. Keep the full command surface available, but
173
+ show the full catalog only when the user asks for `/god-help all`,
174
+ `/god-help <family>`, `/god-help search <keyword>`, or a direct command.
210
175
 
211
176
  - Start: start or import a project.
212
177
  - Continue: understand state and choose the next move.
@@ -222,9 +187,9 @@ families first:
222
187
 
223
188
  When choosing between similar commands, use the ladders from
224
189
  `lib/command-families.js`: capture ladder, work size ladder, verification
225
- ladder, status views, and trigger precedence. `/god-help` should render
226
- families before leaf commands, and `/god` should use the family helpers before
227
- asking the user to choose from a long list.
190
+ ladder, status views, and trigger precedence. `/god-help` should render 3 to 6
191
+ state-relevant choices by default, and `/god` should recommend one command
192
+ before showing alternatives.
228
193
 
229
194
  ### 12. User-Facing Vocabulary
230
195
  Godpowers may use internal words such as "arc" in routing, recipes, and agent
@@ -246,32 +211,29 @@ and roadmap visibility when those files exist or are expected. Show whether
246
211
  the PRD is done, whether the roadmap exists, which milestone or tier is active,
247
212
  how close the tracked workflow is to completion, and the next concrete move.
248
213
 
249
- ### 13. Auto-Invoke Visibility
214
+ ### 13. Automatic Work Visibility
250
215
  When Godpowers automatically runs another command, agent, or local runtime
251
- helper, show the user what happened. Do not describe these as "background"
252
- unless they are truly detached from the current run. Most Godpowers sync work
253
- is auto-invoked but still part of the current workflow.
216
+ helper, make the user-visible message proportional to the outcome. Internal
217
+ helper names do not appear by default.
254
218
 
255
- Use this shape whenever an automatic step runs or is skipped:
219
+ If the automatic step changed user-visible artifacts or changed the next
220
+ recommendation, say it in one plain sentence:
256
221
 
257
222
  ```
258
- Auto-invoked:
259
- Trigger: <what caused this automatic step>
260
- Agent: <god-updater | god-context-writer | none, local runtime only>
261
- Local syncs:
262
- + <feature-awareness | planning-system-import | reverse-sync | source-sync | repo-doc-sync | repo-surface-sync | route-quality-sync | recipe-coverage-sync | release-surface-sync | host-capabilities | dogfood-runner | pillars-sync | checkpoint-sync | context-refresh>: <result or skipped reason>
263
- Artifacts: <changed files, no-op, or deferred>
264
- Log: <SYNC-LOG.md, CHECKPOINT.md, REVIEW-REQUIRED.md, or none>
223
+ Synced project artifacts after the change. Details were written to .godpowers/SYNC-LOG.md.
265
224
  ```
266
225
 
267
- If no agent was spawned, say so plainly:
226
+ If the automatic step is routine and does not change the recommendation, keep
227
+ the details in `.godpowers/SYNC-LOG.md`, `.godpowers/CHECKPOINT.md`, or
228
+ `.godpowers/REVIEW-REQUIRED.md` without printing a card.
268
229
 
269
- ```
270
- Agent: none, local runtime only
271
- Why: this path calls lib/reverse-sync.run directly
272
- ```
230
+ Use a detailed `Auto-invoked:` card only for `--verbose`, debugging,
231
+ release-gate evidence, or a direct user request for automation internals.
232
+ When shown, it must name the user-facing trigger, changed artifacts, and log
233
+ path before any internal helper id.
273
234
 
274
- Automatic steps that especially need visible reporting:
235
+ Automatic steps that especially need a concise note when they change the next
236
+ recommendation, and a log entry otherwise:
275
237
  - `/god-sync` spawning `god-updater`
276
238
  - `god-updater` calling reverse-sync, Pillars sync, checkpoint sync, or
277
239
  AI-tool context refresh
@@ -365,7 +327,7 @@ Spawn these agents only when the trigger is direct and scope is bounded:
365
327
  - `god-docs-writer` when repo-doc-sync reports narrative drift in
366
328
  `CHANGELOG.md`, `RELEASE.md`, `CONTRIBUTING.md`, `SECURITY.md`, or
367
329
  `SUPPORT.md` after local mechanical sync has finished.
368
- - `god-auditor`, `god-roadmap-reconciler`, or `god-coordinator` when
330
+ - `god-auditor`, `god-reconciler`, or `god-coordinator` when
369
331
  repo-surface-sync reports structural drift that needs agent contract,
370
332
  lifecycle graph, or extension-pack judgment.
371
333
  - `god-browser-tester` when frontend-visible files changed and a known local,
@@ -8,6 +8,17 @@ description: |
8
8
 
9
9
  Spawned by: /god-archaeology, brownfield-arc workflow
10
10
  tools: Read, Bash, Grep, Glob, WebSearch
11
+ inputs:
12
+ - "brownfield codebase"
13
+ - "git history"
14
+ - "repository documentation"
15
+ outputs:
16
+ - ".godpowers/archaeology/REPORT.md"
17
+ gates:
18
+ - "archaeology have-nots"
19
+ - "evidence-backed history and risk claims"
20
+ handoff:
21
+ - "return report path and priority risks to caller"
11
22
  ---
12
23
 
13
24
  # God Archaeologist
@@ -6,6 +6,18 @@ description: |
6
6
 
7
7
  Spawned by: /god-arch, god-orchestrator
8
8
  tools: Read, Write, Bash, Grep, Glob
9
+ inputs:
10
+ - ".godpowers/prd/PRD.md"
11
+ - "optional .godpowers/domain/GLOSSARY.md"
12
+ - "optional preparation context"
13
+ outputs:
14
+ - ".godpowers/arch/ARCH.md"
15
+ - ".godpowers/arch/adr/"
16
+ gates:
17
+ - "A-01 through A-13 have-nots"
18
+ - "npx godpowers gate --tier=arch --project=."
19
+ handoff:
20
+ - "return architecture artifact and pause only for tied load-bearing decisions"
9
21
  ---
10
22
 
11
23
  # God Architect
@@ -7,6 +7,19 @@ description: |
7
7
 
8
8
  Spawned by: /god-preflight, /god-audit, god-orchestrator (gate checks)
9
9
  tools: Read, Bash, Grep, Glob
10
+ inputs:
11
+ - ".godpowers artifacts"
12
+ - "repository structure"
13
+ - "Pillars and workflow evidence"
14
+ outputs:
15
+ - ".godpowers/preflight/PREFLIGHT.md"
16
+ - ".godpowers/AUDIT-REPORT.md"
17
+ - "gate pass or fail verdict"
18
+ gates:
19
+ - "all applicable have-nots"
20
+ - "preflight and audit scoring evidence"
21
+ handoff:
22
+ - "return prioritized remediation and gate verdict to caller"
10
23
  ---
11
24
 
12
25
  # God Auditor
@@ -7,6 +7,19 @@ description: |
7
7
 
8
8
  Spawned by: /god-automation-setup
9
9
  tools: Read, Write, Edit, Bash, Glob
10
+ inputs:
11
+ - "approved automation setup plan"
12
+ - "host provider choice"
13
+ - ".godpowers/state.json"
14
+ outputs:
15
+ - ".godpowers/automations.json"
16
+ - "host-native automation configuration"
17
+ gates:
18
+ - "explicit user approval"
19
+ - "provider verification"
20
+ - "no unverified background claims"
21
+ handoff:
22
+ - "return successful automation ids or hard-stop blocker"
10
23
  ---
11
24
 
12
25
  # God Automation Engineer