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.
- package/CHANGELOG.md +46 -3
- package/README.md +28 -24
- package/RELEASE.md +31 -50
- package/SKILL.md +75 -113
- 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 +10 -0
- package/lib/README.md +4 -0
- package/lib/agent-validator.js +67 -2
- package/lib/cli-dispatch.js +40 -1
- package/lib/command-families.js +10 -2
- package/lib/install-profiles.js +4 -1
- package/lib/installer-args.js +22 -0
- 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/lib/surface-profile.js +168 -0
- package/package.json +2 -2
- package/references/orchestration/GOD-MODE-RUNBOOK.md +9 -14
- package/references/orchestration/GOD-ORCHESTRATOR-RUNBOOK.md +43 -81
- package/references/shared/DASHBOARD-CONTRACT.md +66 -29
- package/references/shared/README.md +1 -1
- package/routing/god-demo.yaml +35 -0
- package/routing/god-first-run.yaml +34 -0
- package/routing/god-roadmap-check.yaml +2 -2
- package/routing/god-surface.yaml +39 -0
- package/routing/recipes/try-safely.yaml +26 -0
- package/skills/god-agent-audit.md +17 -15
- package/skills/god-arch.md +1 -3
- package/skills/god-archaeology.md +5 -6
- package/skills/god-audit.md +6 -7
- package/skills/god-automation-setup.md +6 -7
- package/skills/god-automation-status.md +6 -7
- package/skills/god-build.md +1 -3
- package/skills/god-context-scan.md +7 -8
- package/skills/god-demo.md +53 -0
- package/skills/god-deploy.md +1 -3
- package/skills/god-design-impact.md +5 -6
- package/skills/god-design.md +9 -3
- package/skills/god-discuss.md +5 -6
- package/skills/god-docs.md +5 -10
- package/skills/god-doctor.md +8 -9
- package/skills/god-dogfood.md +7 -10
- package/skills/god-explore.md +5 -7
- package/skills/god-feature.md +1 -3
- package/skills/god-first-run.md +64 -0
- package/skills/god-harden.md +1 -3
- package/skills/god-help.md +77 -51
- package/skills/god-hotfix.md +1 -3
- package/skills/god-hygiene.md +5 -6
- package/skills/god-launch.md +1 -3
- package/skills/god-lifecycle.md +11 -13
- package/skills/god-link.md +1 -3
- package/skills/god-list-assumptions.md +7 -8
- package/skills/god-locate.md +7 -8
- package/skills/god-map-codebase.md +5 -6
- package/skills/god-migrate.md +7 -18
- package/skills/god-mode.md +5 -0
- package/skills/god-next.md +16 -17
- package/skills/god-observe.md +1 -3
- package/skills/god-prd.md +1 -3
- package/skills/god-preflight.md +7 -8
- package/skills/god-progress.md +7 -8
- package/skills/god-reconcile.md +9 -10
- package/skills/god-reconstruct.md +5 -7
- package/skills/god-redo.md +1 -3
- package/skills/god-refactor.md +7 -10
- 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 +10 -10
- package/skills/god-roadmap.md +1 -3
- package/skills/god-rollback.md +1 -3
- package/skills/god-scan.md +6 -12
- package/skills/god-skip.md +1 -3
- package/skills/god-spike.md +5 -6
- package/skills/god-stack.md +1 -3
- package/skills/god-standards.md +5 -6
- package/skills/god-status.md +12 -10
- 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-surface.md +61 -0
- package/skills/god-sync.md +7 -13
- package/skills/god-tech-debt.md +5 -6
- package/skills/god-test-runtime.md +4 -8
- 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.md +53 -52
package/skills/god.md
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
name: god
|
|
3
3
|
description: |
|
|
4
4
|
Front door. Take free-text intent from the user, match it to a recipe via
|
|
5
|
-
the Godpowers runtime recipes module, and
|
|
6
|
-
text given,
|
|
5
|
+
the Godpowers runtime recipes module, and recommend one matching command
|
|
6
|
+
sequence. If no text is given, show one state-derived recommendation and a
|
|
7
|
+
few alternatives.
|
|
7
8
|
|
|
8
9
|
Triggers on: "/god", "god", "/god help", "I want to ...", "how do I ..."
|
|
9
10
|
(when not matched by a more specific command)
|
|
@@ -12,10 +13,13 @@ description: |
|
|
|
12
13
|
# /god (front door)
|
|
13
14
|
|
|
14
15
|
The natural-language entry point. Users describe what they want; this skill
|
|
15
|
-
matches the intent to a recipe and
|
|
16
|
+
matches the intent to a recipe and recommends the right command sequence. No
|
|
16
17
|
agent is spawned here. This is a thin router on top of the Godpowers runtime
|
|
17
18
|
recipes module.
|
|
18
19
|
|
|
20
|
+
If the user only types `/god`, answer with one sentence of position, one
|
|
21
|
+
recommended command, and 2 to 3 alternatives. Do not show a catalog.
|
|
22
|
+
|
|
19
23
|
## Runtime module resolution
|
|
20
24
|
|
|
21
25
|
Before calling runtime modules, resolve the Godpowers runtime root:
|
|
@@ -31,13 +35,14 @@ Recipes are scenario-shaped ("I'm coming back after a week", "production is
|
|
|
31
35
|
broken", "add a feature during the current project run") and match free-text intent. `/god` is the
|
|
32
36
|
front door that turns intent into the right slash command.
|
|
33
37
|
|
|
34
|
-
This skill
|
|
38
|
+
This skill is the single front door. It points to narrower views only when the
|
|
39
|
+
user needs them:
|
|
35
40
|
|
|
36
41
|
| Skill | Best for |
|
|
37
42
|
|-------|----------|
|
|
38
43
|
| `/god <free text>` | "I don't know which command, but here's what I want" |
|
|
39
|
-
| `/god-next` | "
|
|
40
|
-
| `/god-status` | "
|
|
44
|
+
| `/god-next` | "Continue safely from disk state" |
|
|
45
|
+
| `/god-status --full` | "Show every dashboard detail" |
|
|
41
46
|
| `/god-init` | "Start a project here" |
|
|
42
47
|
| `/god-mode` | "Run the whole project run autonomously" |
|
|
43
48
|
|
|
@@ -110,9 +115,10 @@ Treat everything after `/god` as free text. If empty, treat as state-driven.
|
|
|
110
115
|
|
|
111
116
|
```
|
|
112
117
|
text empty?
|
|
113
|
-
yes -> state-driven: call <runtimeRoot>/lib/
|
|
114
|
-
display
|
|
115
|
-
|
|
118
|
+
yes -> state-driven: call <runtimeRoot>/lib/dashboard.js compute(projectRoot)
|
|
119
|
+
display one sentence of current position
|
|
120
|
+
recommend the structural next command first
|
|
121
|
+
show at most 3 alternatives
|
|
116
122
|
|
|
117
123
|
no -> intent-driven: call <runtimeRoot>/lib/recipes.js matchIntent(text, projectRoot)
|
|
118
124
|
call <runtimeRoot>/lib/command-families.js classifiers for capture, work size, verification, and trigger precedence hints
|
|
@@ -127,15 +133,18 @@ text empty?
|
|
|
127
133
|
For a single high-confidence match (score >= 10):
|
|
128
134
|
|
|
129
135
|
```
|
|
130
|
-
|
|
131
|
-
|
|
136
|
+
Recommended: <command>
|
|
137
|
+
Why: <one sentence tied to the user's words and disk state>
|
|
132
138
|
|
|
133
139
|
Sequence:
|
|
134
140
|
1. <command> <why>
|
|
135
141
|
2. <command> <why>
|
|
136
142
|
...
|
|
137
143
|
|
|
138
|
-
|
|
144
|
+
Next commands:
|
|
145
|
+
- <command>: Run the recommended sequence.
|
|
146
|
+
- /god-help <family>: See only the relevant family.
|
|
147
|
+
- /god-status --full: Inspect the complete dashboard first.
|
|
139
148
|
```
|
|
140
149
|
|
|
141
150
|
For multiple matches (top 3):
|
|
@@ -147,38 +156,27 @@ Top matches for "<user text>":
|
|
|
147
156
|
2. <recipe-name> (<score>) <description>
|
|
148
157
|
3. <recipe-name> (<score>) <description>
|
|
149
158
|
|
|
150
|
-
|
|
159
|
+
Next commands:
|
|
160
|
+
- <best command>: Run the strongest match.
|
|
161
|
+
- /god-discuss <ambiguity>: Resolve the routing ambiguity.
|
|
162
|
+
- /god-help <family>: See the relevant command family.
|
|
151
163
|
```
|
|
152
164
|
|
|
153
165
|
For state-driven (no text):
|
|
154
166
|
|
|
155
167
|
```
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
Structural next: <command> <why>
|
|
159
|
-
|
|
160
|
-
Recipes that fit your current state:
|
|
161
|
-
- <recipe-name> <description>
|
|
162
|
-
- <recipe-name> <description>
|
|
168
|
+
You are <lifecycle-phase>; the likely next move is <command>.
|
|
163
169
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
```
|
|
171
|
-
Proposition:
|
|
172
|
-
1. Implement partial: <smallest safe command or slice>
|
|
173
|
-
2. Implement complete: <full command sequence>
|
|
174
|
-
3. Discuss more: /god-discuss <topic or unresolved question>
|
|
175
|
-
4. Run God Mode: /god-mode <scope> if the user wants the full autonomous project run
|
|
176
|
-
Recommended: <one option and why>
|
|
170
|
+
Next commands:
|
|
171
|
+
- <command>: <why>
|
|
172
|
+
- /god-next: Continue with the state-derived safe step.
|
|
173
|
+
- /god-status --full: Inspect every dashboard check.
|
|
174
|
+
- /god-help all: Show the complete catalog.
|
|
177
175
|
```
|
|
178
176
|
|
|
179
177
|
Do not include a God Mode option when the request is clearly a tiny fix,
|
|
180
|
-
single-file change, or narrow question. In that case,
|
|
181
|
-
|
|
178
|
+
single-file change, or narrow question. In that case, recommend the smallest
|
|
179
|
+
matching command, such as `/god-fast`, `/god-spike`, or `/god-next`.
|
|
182
180
|
|
|
183
181
|
### Step 4: execute or hand off
|
|
184
182
|
|
|
@@ -218,7 +216,10 @@ What this does: Production is broken now
|
|
|
218
216
|
Sequence:
|
|
219
217
|
1. /god-hotfix Skip planning, debug, fix with TDD, expedited deploy, schedule postmortem
|
|
220
218
|
|
|
221
|
-
|
|
219
|
+
Next commands:
|
|
220
|
+
- /god-hotfix: Start the expedited production fix.
|
|
221
|
+
- /god-help operate: See production operations commands only.
|
|
222
|
+
- /god-status --full: Inspect the complete dashboard first.
|
|
222
223
|
```
|
|
223
224
|
|
|
224
225
|
### Example 2: ambiguous intent (multiple matches)
|
|
@@ -228,10 +229,13 @@ User: /god parallel feature during build
|
|
|
228
229
|
|
|
229
230
|
Top matches for "parallel feature during build":
|
|
230
231
|
|
|
231
|
-
1.
|
|
232
|
-
2.
|
|
232
|
+
1. feature-during-current-work (10) Bigger feature during the current project run; reconcile with roadmap, pause, do feature, update roadmap, resume
|
|
233
|
+
2. parallel-feature (10) Parallel feature, do not disrupt main work
|
|
233
234
|
|
|
234
|
-
|
|
235
|
+
Next commands:
|
|
236
|
+
- /god-reconcile parallel feature during build: Resolve the roadmap impact first.
|
|
237
|
+
- /god-feature parallel feature: Start the feature as scoped work.
|
|
238
|
+
- /god-discuss parallel feature routing: Clarify which path fits.
|
|
235
239
|
```
|
|
236
240
|
|
|
237
241
|
### Example 3: state-driven (no text)
|
|
@@ -239,16 +243,12 @@ Pick one (1/2) or describe more specifically.
|
|
|
239
243
|
```
|
|
240
244
|
User: /god
|
|
241
245
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
Structural next: /god-arch
|
|
245
|
-
Why: PRD is complete; architecture is the next gate
|
|
246
|
-
|
|
247
|
-
Recipes that fit your current state:
|
|
248
|
-
- whats-next Show the next logical step with reason
|
|
249
|
-
- rerun-tier Redo a previous tier with new inputs
|
|
246
|
+
You are in planning with the PRD done and architecture pending.
|
|
250
247
|
|
|
251
|
-
|
|
248
|
+
Next commands:
|
|
249
|
+
- /god-arch: Start the next planning gate.
|
|
250
|
+
- /god-status --full: Inspect all dashboard details first.
|
|
251
|
+
- /god-help start: See start and planning commands only.
|
|
252
252
|
```
|
|
253
253
|
|
|
254
254
|
### Example 4: no match
|
|
@@ -258,11 +258,12 @@ User: /god make me a sandwich
|
|
|
258
258
|
|
|
259
259
|
No recipe matched. Falling back to state-driven suggestion.
|
|
260
260
|
|
|
261
|
-
|
|
262
|
-
Structural next: (none, project run complete)
|
|
261
|
+
You are launched and no recipe matched the request.
|
|
263
262
|
|
|
264
|
-
|
|
265
|
-
|
|
263
|
+
Next commands:
|
|
264
|
+
- /god-next: Continue from disk state.
|
|
265
|
+
- /god-status --full: Re-derive full status from disk.
|
|
266
|
+
- /god-discuss routing ambiguity: Clarify what you want Godpowers to do.
|
|
266
267
|
```
|
|
267
268
|
|
|
268
269
|
## Why a skill, not an agent
|