godpowers 2.6.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.
Files changed (96) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +46 -34
  3. package/RELEASE.md +49 -37
  4. package/SKILL.md +46 -48
  5. package/agents/god-deploy-engineer.md +2 -2
  6. package/agents/god-designer.md +3 -2
  7. package/agents/god-greenfieldifier.md +2 -4
  8. package/agents/god-launch-strategist.md +4 -5
  9. package/agents/god-observability-engineer.md +5 -5
  10. package/agents/god-reconciler.md +10 -4
  11. package/agents/god-retrospective.md +1 -1
  12. package/agents/god-updater.md +5 -5
  13. package/bin/install.js +11 -6
  14. package/extensions/data-pack/manifest.yaml +1 -1
  15. package/extensions/data-pack/package.json +1 -1
  16. package/extensions/launch-pack/manifest.yaml +1 -1
  17. package/extensions/launch-pack/package.json +1 -1
  18. package/extensions/security-pack/manifest.yaml +1 -1
  19. package/extensions/security-pack/package.json +1 -1
  20. package/fixtures/gate/build-pass/.godpowers/state.json +33 -0
  21. package/lib/README.md +2 -0
  22. package/lib/artifact-map.js +15 -3
  23. package/lib/cli-dispatch.js +39 -1
  24. package/lib/command-families.js +13 -8
  25. package/lib/context-writer.js +4 -4
  26. package/lib/gate.js +107 -9
  27. package/lib/install-profiles.js +39 -13
  28. package/lib/installer-args.js +25 -1
  29. package/lib/pillars.js +2 -4
  30. package/lib/recipes.js +16 -0
  31. package/lib/router.js +1 -5
  32. package/lib/source-sync.js +1 -1
  33. package/lib/state-advance.js +244 -0
  34. package/lib/state-lock.js +8 -4
  35. package/lib/state-views.js +460 -0
  36. package/lib/state.js +52 -3
  37. package/package.json +2 -2
  38. package/routing/god-audit.yaml +1 -1
  39. package/routing/god-build.yaml +1 -1
  40. package/routing/god-capture.yaml +41 -0
  41. package/routing/god-context.yaml +1 -1
  42. package/routing/god-deploy.yaml +3 -1
  43. package/routing/god-design.yaml +2 -2
  44. package/routing/god-extend.yaml +47 -0
  45. package/routing/god-fix.yaml +37 -0
  46. package/routing/god-launch.yaml +4 -1
  47. package/routing/god-lifecycle.yaml +1 -1
  48. package/routing/god-locate.yaml +1 -1
  49. package/routing/god-migrate.yaml +0 -1
  50. package/routing/god-mode.yaml +1 -1
  51. package/routing/god-observe.yaml +4 -1
  52. package/routing/god-plan.yaml +45 -0
  53. package/routing/god-prd.yaml +1 -1
  54. package/routing/god-reconcile.yaml +2 -5
  55. package/routing/god-ship.yaml +39 -0
  56. package/routing/god-sync.yaml +1 -1
  57. package/routing/recipes/returning-after-break.yaml +1 -1
  58. package/schema/state.v1.json +68 -1
  59. package/skills/god-arch.md +1 -1
  60. package/skills/god-build.md +6 -4
  61. package/skills/god-capture.md +45 -0
  62. package/skills/god-deploy.md +16 -14
  63. package/skills/god-design.md +3 -3
  64. package/skills/god-doctor.md +1 -1
  65. package/skills/god-extend.md +48 -0
  66. package/skills/god-fast.md +2 -2
  67. package/skills/god-feature.md +1 -1
  68. package/skills/god-fix.md +43 -0
  69. package/skills/god-harden.md +3 -3
  70. package/skills/god-hotfix.md +1 -1
  71. package/skills/god-init.md +14 -10
  72. package/skills/god-launch.md +14 -12
  73. package/skills/god-lifecycle.md +8 -1
  74. package/skills/god-locate.md +6 -0
  75. package/skills/god-mode.md +5 -4
  76. package/skills/god-observe.md +15 -13
  77. package/skills/god-pause-work.md +2 -2
  78. package/skills/god-plan.md +51 -0
  79. package/skills/god-prd.md +5 -4
  80. package/skills/god-quick.md +1 -1
  81. package/skills/god-repo.md +1 -1
  82. package/skills/god-resume-work.md +5 -4
  83. package/skills/god-roadmap-check.md +1 -0
  84. package/skills/god-roadmap-update.md +1 -1
  85. package/skills/god-roadmap.md +1 -1
  86. package/skills/god-rollback.md +1 -1
  87. package/skills/god-ship.md +44 -0
  88. package/skills/god-skip.md +2 -2
  89. package/skills/god-stack.md +1 -1
  90. package/skills/god-standards.md +1 -1
  91. package/skills/god-status.md +14 -9
  92. package/skills/god-story.md +1 -1
  93. package/skills/god-sync.md +2 -2
  94. package/skills/god-version.md +1 -1
  95. package/workflows/bluefield-arc.yaml +2 -4
  96. package/workflows/brownfield-arc.yaml +2 -4
@@ -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,22 +21,26 @@ 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
 
31
- 1. Check whether `.godpowers/PROGRESS.md` or `.godpowers/state.json` exists. If neither exists, report that no Godpowers project was found and suggest `/god-init`.
34
+ 1. Check whether `.godpowers/state.json` exists. If it does not, treat `.godpowers/PROGRESS.md` only as a generated legacy fallback; if neither exists, report that no Godpowers project was found and suggest `/god-init`.
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 PROGRESS.md only as 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
 
@@ -23,7 +23,7 @@ Add a new story under `.godpowers/stories/<feature-slug>/`.
23
23
 
24
24
  ## Process
25
25
 
26
- 1. Verify `.godpowers/PROGRESS.md` exists. If not: `/god-init` first.
26
+ 1. Verify `.godpowers/state.json` exists. If not: `/god-init` first.
27
27
  2. Spawn `god-storyteller` agent in fresh context.
28
28
  3. Storyteller reads PRD/ARCH for context, validates user-story format,
29
29
  writes the file.
@@ -110,8 +110,8 @@ Updated:
110
110
  - prd/PRD.md (added requirement P-MUST-12)
111
111
  - arch/ARCH.md (added ADR-007)
112
112
  - roadmap/ROADMAP.md (Milestone 2 marked complete)
113
- - deploy/STATE.md (new env var)
114
- - observe/STATE.md (new SLO)
113
+ - state.json tier-3.deploy (new env var)
114
+ - state.json tier-3.observe (new SLO)
115
115
  - backlog/BACKLOG.md (entry resolved)
116
116
  - todos/TODOS.md (1 todo marked done)
117
117
  - threads/auth-migration.md (progress note)
@@ -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
@@ -56,10 +56,8 @@ jobs:
56
56
  - .godpowers/roadmap/ROADMAP.md
57
57
  - .godpowers/stack/DECISION.md
58
58
  - .godpowers/repo/AUDIT.md
59
- - .godpowers/build/STATE.md
60
- - .godpowers/deploy/STATE.md
61
- - .godpowers/observe/STATE.md
62
- - .godpowers/launch/STATE.md
59
+ - .godpowers/state.json
60
+ - .godpowers/build/PLAN.md
63
61
  - .godpowers/harden/FINDINGS.md
64
62
 
65
63
  prd:
@@ -72,10 +72,8 @@ jobs:
72
72
  - .godpowers/roadmap/ROADMAP.md
73
73
  - .godpowers/stack/DECISION.md
74
74
  - .godpowers/repo/AUDIT.md
75
- - .godpowers/build/STATE.md
76
- - .godpowers/deploy/STATE.md
77
- - .godpowers/observe/STATE.md
78
- - .godpowers/launch/STATE.md
75
+ - .godpowers/state.json
76
+ - .godpowers/build/PLAN.md
79
77
  - .godpowers/harden/FINDINGS.md
80
78
 
81
79
  steady-state-handoff: