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