godpowers 2.7.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +43 -1
- package/README.md +32 -31
- package/RELEASE.md +32 -42
- package/SKILL.md +4 -1
- package/agents/god-archaeologist.md +11 -0
- package/agents/god-architect.md +12 -0
- package/agents/god-auditor.md +13 -0
- package/agents/god-automation-engineer.md +13 -0
- package/agents/god-browser-tester.md +15 -0
- package/agents/god-context-writer.md +14 -0
- package/agents/god-coordinator.md +14 -0
- package/agents/god-debt-assessor.md +11 -0
- package/agents/god-debugger.md +13 -0
- package/agents/god-deploy-engineer.md +13 -0
- package/agents/god-deps-auditor.md +13 -0
- package/agents/god-design-reviewer.md +14 -0
- package/agents/god-designer.md +15 -0
- package/agents/god-docs-writer.md +13 -0
- package/agents/god-executor.md +14 -0
- package/agents/god-explorer.md +14 -0
- package/agents/god-greenfieldifier.md +13 -0
- package/agents/god-harden-auditor.md +12 -0
- package/agents/god-incident-investigator.md +13 -0
- package/agents/god-launch-strategist.md +14 -0
- package/agents/god-migration-strategist.md +13 -0
- package/agents/god-observability-engineer.md +14 -0
- package/agents/god-orchestrator.md +16 -2
- package/agents/god-org-context-loader.md +11 -0
- package/agents/god-planner.md +11 -0
- package/agents/god-pm.md +14 -0
- package/agents/god-quality-reviewer.md +12 -0
- package/agents/god-reconciler.md +14 -1
- package/agents/god-reconstructor.md +16 -0
- package/agents/god-repo-scaffolder.md +11 -0
- package/agents/god-retrospective.md +11 -0
- package/agents/god-roadmap-reconciler.md +42 -87
- package/agents/god-roadmap-updater.md +11 -0
- package/agents/god-roadmapper.md +12 -0
- package/agents/god-spec-reviewer.md +14 -0
- package/agents/god-spike-runner.md +13 -0
- package/agents/god-stack-selector.md +12 -0
- package/agents/god-standards-check.md +13 -0
- package/agents/god-storyteller.md +14 -0
- package/agents/god-updater.md +14 -0
- package/bin/install.js +5 -5
- package/extensions/data-pack/manifest.yaml +1 -1
- package/extensions/data-pack/package.json +1 -1
- package/extensions/launch-pack/manifest.yaml +1 -1
- package/extensions/launch-pack/package.json +1 -1
- package/extensions/security-pack/manifest.yaml +1 -1
- package/extensions/security-pack/package.json +1 -1
- package/lib/README.md +3 -0
- package/lib/agent-validator.js +67 -2
- package/lib/command-families.js +13 -8
- package/lib/install-profiles.js +39 -13
- package/lib/installer-args.js +1 -1
- package/lib/recipe-coverage-sync.js +1 -1
- package/lib/release-surface-sync.js +3 -0
- package/lib/repo-doc-sync.js +1 -1
- package/lib/repo-surface-sync.js +3 -3
- package/lib/route-quality-sync.js +2 -2
- package/lib/router.js +6 -0
- package/package.json +2 -2
- package/references/orchestration/GOD-ORCHESTRATOR-RUNBOOK.md +12 -3
- package/routing/god-capture.yaml +41 -0
- package/routing/god-extend.yaml +47 -0
- package/routing/god-fix.yaml +37 -0
- package/routing/god-lifecycle.yaml +1 -1
- package/routing/god-locate.yaml +1 -1
- package/routing/god-plan.yaml +45 -0
- package/routing/god-roadmap-check.yaml +2 -2
- package/routing/god-ship.yaml +39 -0
- package/skills/god-agent-audit.md +12 -9
- package/skills/god-arch.md +1 -3
- package/skills/god-build.md +1 -3
- package/skills/god-capture.md +45 -0
- package/skills/god-deploy.md +1 -3
- package/skills/god-design.md +9 -3
- package/skills/god-doctor.md +1 -1
- package/skills/god-extend.md +48 -0
- package/skills/god-feature.md +1 -3
- package/skills/god-fix.md +43 -0
- package/skills/god-harden.md +1 -3
- package/skills/god-hotfix.md +1 -3
- package/skills/god-launch.md +1 -3
- package/skills/god-lifecycle.md +6 -0
- package/skills/god-link.md +1 -3
- package/skills/god-locate.md +6 -0
- package/skills/god-migrate.md +1 -3
- package/skills/god-mode.md +5 -0
- package/skills/god-observe.md +1 -3
- package/skills/god-plan.md +51 -0
- package/skills/god-prd.md +1 -3
- package/skills/god-reconcile.md +4 -4
- package/skills/god-redo.md +1 -3
- package/skills/god-refactor.md +1 -3
- package/skills/god-repair.md +1 -3
- package/skills/god-repo.md +1 -3
- package/skills/god-restore.md +1 -3
- package/skills/god-roadmap-check.md +5 -3
- package/skills/god-roadmap.md +1 -3
- package/skills/god-rollback.md +1 -3
- package/skills/god-scan.md +1 -3
- package/skills/god-ship.md +44 -0
- package/skills/god-skip.md +1 -3
- package/skills/god-stack.md +1 -3
- package/skills/god-status.md +13 -8
- package/skills/god-story-build.md +1 -3
- package/skills/god-story-close.md +1 -3
- package/skills/god-story.md +1 -3
- package/skills/god-sync.md +3 -5
- package/skills/god-undo.md +1 -3
- package/skills/god-update-deps.md +1 -3
- package/skills/god-upgrade.md +1 -3
- package/skills/god-version.md +1 -1
package/skills/god-refactor.md
CHANGED
|
@@ -144,6 +144,4 @@ in the linkage system:
|
|
|
144
144
|
via `/god-review-changes`.
|
|
145
145
|
|
|
146
146
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
147
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-repair.md
CHANGED
|
@@ -66,6 +66,4 @@ Built-in. Reads + writes:
|
|
|
66
66
|
Calls into `lib/drift-detector.js`, `lib/code-scanner.js`, `lib/reverse-sync.js`.
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
69
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-repo.md
CHANGED
|
@@ -34,6 +34,4 @@ Suggested next: /god-build (start building the first milestone)
|
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
37
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-restore.md
CHANGED
|
@@ -75,6 +75,4 @@ files back via standard fs operations. Calls `/god-scan` after restore
|
|
|
75
75
|
to refresh linkage map.
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
78
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
@@ -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,
|
|
@@ -17,12 +18,13 @@ description: |
|
|
|
17
18
|
Deprecated: prefer `/god-reconcile` for new workflows. This command remains in
|
|
18
19
|
the full profile for backward compatibility with existing route references.
|
|
19
20
|
|
|
20
|
-
Reconcile intent against ROADMAP.md before adding work.
|
|
21
|
+
Reconcile intent against ROADMAP.md before adding work. This legacy command
|
|
22
|
+
delegates to `god-reconciler` with ROADMAP-focused output.
|
|
21
23
|
|
|
22
24
|
## Setup
|
|
23
25
|
|
|
24
26
|
1. Verify `.godpowers/roadmap/ROADMAP.md` exists. If not: nothing to reconcile against; suggest /god-roadmap or /god-feature directly.
|
|
25
|
-
2. Spawn god-
|
|
27
|
+
2. Spawn `god-reconciler` with the user's intent description and ask for ROADMAP-focused output.
|
|
26
28
|
|
|
27
29
|
## Output
|
|
28
30
|
|
|
@@ -58,7 +60,7 @@ For each status, the recommendation differs:
|
|
|
58
60
|
|
|
59
61
|
## Verification
|
|
60
62
|
|
|
61
|
-
After god-
|
|
63
|
+
After `god-reconciler` returns:
|
|
62
64
|
1. Verify the verdict has a status from the canonical 6
|
|
63
65
|
2. Verify recommendation has a concrete action
|
|
64
66
|
3. Display to user; await decision before proceeding
|
package/skills/god-roadmap.md
CHANGED
|
@@ -62,6 +62,4 @@ The reflog records every god-roadmap invocation as `op:god-roadmap` for `/god-un
|
|
|
62
62
|
for `/god-repair` review. Re-running picks up cleanly.
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
65
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-rollback.md
CHANGED
|
@@ -72,6 +72,4 @@ Writes via `lib/reverse-sync.js` (for linkage truncation) and standard
|
|
|
72
72
|
fs operations (for artifact move).
|
|
73
73
|
|
|
74
74
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
75
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-scan.md
CHANGED
|
@@ -114,6 +114,4 @@ User content outside fences is never modified.
|
|
|
114
114
|
```
|
|
115
115
|
|
|
116
116
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
117
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
@@ -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.
|
package/skills/god-skip.md
CHANGED
|
@@ -62,6 +62,4 @@ Reverse a previous skip. Marks the sub-step `pending` again.
|
|
|
62
62
|
Built-in. Reads and writes `state.json`, regenerates the managed progress view, and appends to reflog.
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
65
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-stack.md
CHANGED
|
@@ -59,6 +59,4 @@ The reflog records every god-stack invocation as `op:god-stack` for `/god-undo`.
|
|
|
59
59
|
for `/god-repair` review. Re-running picks up cleanly.
|
|
60
60
|
|
|
61
61
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
62
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-status.md
CHANGED
|
@@ -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`
|
|
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.
|
|
36
|
-
6.
|
|
37
|
-
7.
|
|
38
|
-
8.
|
|
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
|
|
|
@@ -60,6 +60,4 @@ Reverse-sync writes Implementation Linkage footer to ROADMAP.md
|
|
|
60
60
|
still fires)
|
|
61
61
|
|
|
62
62
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
63
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
@@ -66,6 +66,4 @@ linkage updates.
|
|
|
66
66
|
- Trigger any other workflow automatically
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
69
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-story.md
CHANGED
|
@@ -39,6 +39,4 @@ Add a new story under `.godpowers/stories/<feature-slug>/`.
|
|
|
39
39
|
- `/god-stories` to see all stories
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
42
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-sync.md
CHANGED
|
@@ -43,7 +43,7 @@ User runs `/god-sync` after manual changes. Useful for:
|
|
|
43
43
|
payload, agent handoffs, workflow metadata, recipe routes, extension packs,
|
|
44
44
|
route quality, recipe coverage, release surfaces, and release policy are
|
|
45
45
|
checked before sync closes. Structural drift should recommend scoped agents
|
|
46
|
-
such as `god-auditor`, `god-
|
|
46
|
+
such as `god-auditor`, `god-reconciler`, `god-coordinator`, or
|
|
47
47
|
`god-docs-writer`.
|
|
48
48
|
6. If repo documentation changed durable project truth, plan or apply Pillars
|
|
49
49
|
updates through `lib/pillars.planArtifactSync` or
|
|
@@ -94,7 +94,7 @@ Sync status:
|
|
|
94
94
|
+ repo-doc-sync: <refreshed README badges/counts, recommended god-docs-writer, or no-op>
|
|
95
95
|
+ repo-surface-sync: <checked routes/package/agents/workflows/extensions, recommended scoped agents, or no-op>
|
|
96
96
|
+ route-quality-sync: <checked atomic spawns and typed route outcomes, no-op, or recommended god-auditor>
|
|
97
|
-
+ recipe-coverage-sync: <checked high-frequency intent recipes, no-op, or recommended god-
|
|
97
|
+
+ recipe-coverage-sync: <checked high-frequency intent recipes, no-op, or recommended god-reconciler>
|
|
98
98
|
+ release-surface-sync: <checked badges/changelog/release/package guards, no-op, or recommended god-docs-writer>
|
|
99
99
|
+ pillars-sync: <updated N pillar files, no-op, or proposed>
|
|
100
100
|
+ checkpoint-sync: <CHECKPOINT.md updated or skipped>
|
|
@@ -154,6 +154,4 @@ Both bookends run automatically in feature-addition recipes. Both can be
|
|
|
154
154
|
invoked manually for spot-checks.
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
157
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-undo.md
CHANGED
|
@@ -120,6 +120,4 @@ in the linkage system:
|
|
|
120
120
|
via `/god-review-changes`.
|
|
121
121
|
|
|
122
122
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
123
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-upgrade.md
CHANGED
|
@@ -123,6 +123,4 @@ in the linkage system:
|
|
|
123
123
|
via `/god-review-changes`.
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
|
126
|
+
Locking: See `<runtimeRoot>/references/shared/LOCKING.md` for the shared state-lock contract.
|
package/skills/god-version.md
CHANGED
|
@@ -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:
|
|
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
|