godpowers 1.6.9 → 1.6.11
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 +68 -0
- package/README.md +16 -8
- package/RELEASE.md +66 -66
- package/SKILL.md +177 -3
- package/agents/god-auditor.md +4 -4
- package/agents/god-coordinator.md +5 -5
- package/agents/god-deploy-engineer.md +1 -1
- package/agents/god-greenfieldifier.md +1 -1
- package/agents/god-launch-strategist.md +1 -1
- package/agents/god-observability-engineer.md +1 -1
- package/agents/god-orchestrator.md +188 -29
- package/agents/god-reconciler.md +1 -1
- package/agents/god-updater.md +51 -2
- package/bin/install.js +4 -1
- package/hooks/session-start.sh +2 -2
- package/lib/checkpoint.js +4 -1
- package/lib/context-writer.js +1 -1
- package/package.json +1 -1
- package/references/HAVE-NOTS.md +1 -1
- package/references/orchestration/SCALE-DETECTION.md +1 -1
- package/references/shared/GLOSSARY.md +1 -1
- package/references/shared/ORCHESTRATORS.md +1 -1
- package/routing/god-mode.yaml +1 -1
- package/routing/god-preflight.yaml +1 -1
- package/routing/recipes/add-feature-mid-arc-pause.yaml +4 -4
- package/routing/recipes/bluefield-org-aware.yaml +1 -1
- package/routing/recipes/brownfield-onboarding.yaml +1 -1
- package/routing/recipes/greenfield-fast.yaml +1 -1
- package/routing/recipes/greenfield-with-ideation.yaml +1 -1
- package/skills/god-arch.md +1 -1
- package/skills/god-audit.md +2 -2
- package/skills/god-context.md +1 -1
- package/skills/god-debug.md +1 -1
- package/skills/god-deploy.md +2 -2
- package/skills/god-design-impact.md +1 -1
- package/skills/god-docs.md +22 -0
- package/skills/god-explore.md +1 -1
- package/skills/god-extract-learnings.md +1 -1
- package/skills/god-feature.md +1 -1
- package/skills/god-harden.md +1 -1
- package/skills/god-hotfix.md +1 -1
- package/skills/god-hygiene.md +1 -1
- package/skills/god-init.md +1 -1
- package/skills/god-launch.md +2 -2
- package/skills/god-lifecycle.md +9 -6
- package/skills/god-locate.md +1 -1
- package/skills/god-logs.md +1 -1
- package/skills/god-mode.md +86 -20
- package/skills/god-next.md +60 -4
- package/skills/god-observe.md +1 -1
- package/skills/god-org-context.md +1 -1
- package/skills/god-party.md +1 -1
- package/skills/god-prd.md +1 -1
- package/skills/god-preflight.md +5 -5
- package/skills/god-quick.md +1 -1
- package/skills/god-refactor.md +1 -1
- package/skills/god-repo.md +1 -1
- package/skills/god-review-changes.md +17 -0
- package/skills/god-review.md +1 -1
- package/skills/god-roadmap-update.md +1 -1
- package/skills/god-roadmap.md +1 -1
- package/skills/god-scan.md +24 -0
- package/skills/god-skip.md +1 -1
- package/skills/god-spike.md +1 -1
- package/skills/god-stack.md +1 -1
- package/skills/god-status.md +51 -1
- package/skills/god-suite-init.md +1 -1
- package/skills/god-suite-release.md +1 -1
- package/skills/god-suite-status.md +1 -1
- package/skills/god-suite-sync.md +1 -1
- package/skills/god-sync.md +34 -1
- package/skills/god-tech-debt.md +1 -1
- package/skills/god-test-runtime.md +26 -0
- package/skills/god.md +8 -8
- package/workflows/bluefield-arc.yaml +1 -1
- package/workflows/brownfield-arc.yaml +1 -1
- package/workflows/feature-arc.yaml +1 -1
package/skills/god-observe.md
CHANGED
|
@@ -9,7 +9,7 @@ description: |
|
|
|
9
9
|
|
|
10
10
|
# /god-observe
|
|
11
11
|
|
|
12
|
-
Spawn the **god-observability-engineer** agent in a fresh context via
|
|
12
|
+
Spawn the **god-observability-engineer** agent in a fresh context via the host platform's native agent spawning mechanism.
|
|
13
13
|
|
|
14
14
|
## Setup
|
|
15
15
|
|
|
@@ -67,7 +67,7 @@ Constraints that will apply to this project:
|
|
|
67
67
|
- Observability: Datadog
|
|
68
68
|
...
|
|
69
69
|
|
|
70
|
-
Downstream agents will respect these throughout the
|
|
70
|
+
Downstream agents will respect these throughout the project run.
|
|
71
71
|
|
|
72
72
|
Suggested next: /god-init (or /god-mode if you're ready to build)
|
|
73
73
|
```
|
package/skills/god-party.md
CHANGED
|
@@ -30,7 +30,7 @@ Get multiple specialist perspectives on a single question.
|
|
|
30
30
|
- Harden auditor (god-harden-auditor) - security implications
|
|
31
31
|
- Launch strategist (god-launch-strategist) - go-to-market implications
|
|
32
32
|
|
|
33
|
-
3. Spawn each selected persona IN PARALLEL via
|
|
33
|
+
3. Spawn each selected persona IN PARALLEL via the host platform's native agent spawning mechanism:
|
|
34
34
|
- Each gets fresh context
|
|
35
35
|
- Each receives ONLY the question and the relevant artifact subset
|
|
36
36
|
- Each is instructed: respond as your specialist, do not soften or hedge
|
package/skills/god-prd.md
CHANGED
package/skills/god-preflight.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: god-preflight
|
|
3
3
|
description: |
|
|
4
|
-
Run a read-only intake audit before
|
|
4
|
+
Run a read-only intake audit before project-run readiness, pillars, archaeology, or
|
|
5
5
|
reconstruction work. Inventory the codebase, surface blockers, and recommend
|
|
6
6
|
the safest next pass without changing project code.
|
|
7
7
|
|
|
8
8
|
Triggers on: "god preflight", "/god-preflight", "preflight audit",
|
|
9
|
-
"audit before
|
|
9
|
+
"audit before project-run readiness", "audit before pillars", "intake audit"
|
|
10
10
|
---
|
|
11
11
|
|
|
12
12
|
# /god-preflight
|
|
@@ -15,7 +15,7 @@ Read-only intake audit for an existing codebase.
|
|
|
15
15
|
|
|
16
16
|
## When to use
|
|
17
17
|
|
|
18
|
-
- Before applying
|
|
18
|
+
- Before applying project-run direction to an existing repo
|
|
19
19
|
- Before scoring the repo against pillars
|
|
20
20
|
- Before brownfield archaeology or reconstruction
|
|
21
21
|
- When deciding whether to restructure, refactor, initialize Godpowers, or pause
|
|
@@ -28,7 +28,7 @@ It answers:
|
|
|
28
28
|
|
|
29
29
|
- What kind of project is this?
|
|
30
30
|
- What structure, tooling, tests, docs, CI, deploy paths, and agent instructions exist?
|
|
31
|
-
- What is missing before
|
|
31
|
+
- What is missing before the project run can make good decisions?
|
|
32
32
|
- Which pillar weaknesses are already visible?
|
|
33
33
|
- What areas are risky to refactor before more evidence exists?
|
|
34
34
|
- What is the safest next pass?
|
|
@@ -147,7 +147,7 @@ Proposition:
|
|
|
147
147
|
1. Implement partial: [first recommended command or task]
|
|
148
148
|
2. Implement complete: [full recommended sequence]
|
|
149
149
|
3. Discuss more: /god-discuss [highest uncertainty or blocker]
|
|
150
|
-
4. Run God Mode: /god-mode only when the preflight says the repo is
|
|
150
|
+
4. Run God Mode: /god-mode only when the preflight says the repo is ready or the remaining gaps are acceptable
|
|
151
151
|
Recommended: [first command and why it should happen before the rest]
|
|
152
152
|
```
|
|
153
153
|
|
package/skills/god-quick.md
CHANGED
package/skills/god-refactor.md
CHANGED
|
@@ -102,7 +102,7 @@ Proposition:
|
|
|
102
102
|
1. Implement partial: /god-spike <measurement or smallest safe slice>
|
|
103
103
|
2. Implement complete: /god-refactor <full scoped refactor>
|
|
104
104
|
3. Discuss more: /god-discuss <unresolved scope question>
|
|
105
|
-
4. Run God Mode: /god-mode <scope> if the user wants the full autonomous
|
|
105
|
+
4. Run God Mode: /god-mode <scope> if the user wants the full autonomous project run
|
|
106
106
|
Recommended: <one option and why>
|
|
107
107
|
```
|
|
108
108
|
|
package/skills/god-repo.md
CHANGED
|
@@ -52,6 +52,23 @@ When showing "affected files," this skill cross-references
|
|
|
52
52
|
`lib/linkage.queryByFile(projectRoot, file)` so the user sees which
|
|
53
53
|
artifact IDs that file is linked to. Helps decide what to fix.
|
|
54
54
|
|
|
55
|
+
## Proactive invocation
|
|
56
|
+
|
|
57
|
+
Godpowers should suggest this skill automatically when
|
|
58
|
+
`REVIEW-REQUIRED.md` gains pending entries from reverse-sync, design impact,
|
|
59
|
+
runtime verification, docs drift, or security-sensitive changes.
|
|
60
|
+
|
|
61
|
+
Default behavior is suggestion only:
|
|
62
|
+
|
|
63
|
+
```text
|
|
64
|
+
Proactive checks:
|
|
65
|
+
Reviews: <N> pending, suggest /god-review-changes
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
Do not auto-run the interactive walkthrough unless the user asks to address
|
|
69
|
+
the pending items now. Do not auto-clear review items under default mode or
|
|
70
|
+
`--yolo`.
|
|
71
|
+
|
|
55
72
|
## Output
|
|
56
73
|
|
|
57
74
|
```
|
package/skills/god-review.md
CHANGED
|
@@ -16,7 +16,7 @@ Keep ROADMAP.md as a living artifact.
|
|
|
16
16
|
## When to use
|
|
17
17
|
|
|
18
18
|
- After completing a milestone (mark done, gate passed)
|
|
19
|
-
- After adding a feature mid-
|
|
19
|
+
- After adding a feature mid-run that wasn't on the original roadmap
|
|
20
20
|
- When priorities shift (move between Now / Next / Later)
|
|
21
21
|
- When a planned milestone is superseded
|
|
22
22
|
|
package/skills/god-roadmap.md
CHANGED
package/skills/god-scan.md
CHANGED
|
@@ -17,6 +17,19 @@ god-build, god-feature, god-hotfix etc. trigger automatically (per
|
|
|
17
17
|
Phase 7 workflow integration). Useful when you want to refresh state
|
|
18
18
|
between automatic triggers, or after manual code edits.
|
|
19
19
|
|
|
20
|
+
Because `/god-scan` calls the local reverse-sync runtime directly, it must be
|
|
21
|
+
explicit when no agent is spawned:
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
Auto-invoked:
|
|
25
|
+
Trigger: /god-scan
|
|
26
|
+
Agent: none, local runtime only
|
|
27
|
+
Local syncs:
|
|
28
|
+
+ reverse-sync: pending
|
|
29
|
+
Artifacts: pending
|
|
30
|
+
Log: REVIEW-REQUIRED.md if drift is found
|
|
31
|
+
```
|
|
32
|
+
|
|
20
33
|
## Forms
|
|
21
34
|
|
|
22
35
|
| Form | Action |
|
|
@@ -43,6 +56,17 @@ between automatic triggers, or after manual code edits.
|
|
|
43
56
|
- Drift findings (errors, warnings, infos)
|
|
44
57
|
- Footers updated
|
|
45
58
|
- REVIEW-REQUIRED items added
|
|
59
|
+
4. End with sync status:
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
Sync status:
|
|
63
|
+
Trigger: /god-scan
|
|
64
|
+
Agent: none, local runtime only
|
|
65
|
+
Local syncs:
|
|
66
|
+
+ reverse-sync: <scanned N files, updated M footers, populated K review items>
|
|
67
|
+
Artifacts: <changed linkage files, fenced artifacts, REVIEW-REQUIRED.md, or no-op>
|
|
68
|
+
Log: <REVIEW-REQUIRED.md or none>
|
|
69
|
+
```
|
|
46
70
|
|
|
47
71
|
## Fence rules
|
|
48
72
|
|
package/skills/god-skip.md
CHANGED
|
@@ -45,7 +45,7 @@ The reason is required. Skips without reason are rejected.
|
|
|
45
45
|
## Mandatory non-skippable steps
|
|
46
46
|
|
|
47
47
|
These cannot be skipped:
|
|
48
|
-
- The final `/god-sync` at end of
|
|
48
|
+
- The final `/god-sync` at the end of the project run
|
|
49
49
|
- `/god-harden` for projects with `public-facing: true` in intent.yaml
|
|
50
50
|
- Standards gates between tiers (use `/god-standards --override` to bypass with reason)
|
|
51
51
|
|
package/skills/god-spike.md
CHANGED
|
@@ -88,7 +88,7 @@ Proposition:
|
|
|
88
88
|
1. Implement partial: /god-feature for the smallest proven slice
|
|
89
89
|
2. Implement complete: /god-feature with the full recommendation
|
|
90
90
|
3. Discuss more: /god-discuss the remaining uncertainty
|
|
91
|
-
4. Run God Mode: /god-mode only if this spike unblocks the full
|
|
91
|
+
4. Run God Mode: /god-mode only if this spike unblocks the full project run
|
|
92
92
|
Recommended: proceed only when SPIKE.md has a clear DECISION and evidence.
|
|
93
93
|
|
|
94
94
|
REMINDER: spike code is throwaway. Do NOT merge to main.
|
package/skills/god-stack.md
CHANGED
package/skills/god-status.md
CHANGED
|
@@ -27,6 +27,8 @@ Re-derive state from disk. Your memory is not authoritative. The file system is.
|
|
|
27
27
|
- `.godpowers/observe/STATE.md`
|
|
28
28
|
- `.godpowers/launch/STATE.md`
|
|
29
29
|
- `.godpowers/harden/FINDINGS.md`
|
|
30
|
+
- `.godpowers/SYNC-LOG.md`
|
|
31
|
+
- `.godpowers/CHECKPOINT.md`
|
|
30
32
|
4. For each artifact found: run a lightweight have-nots check
|
|
31
33
|
5. Compare disk state to PROGRESS.md state:
|
|
32
34
|
- If PROGRESS.md says "done" but artifact is missing: FLAG as phantom resume
|
|
@@ -34,7 +36,11 @@ Re-derive state from disk. Your memory is not authoritative. The file system is.
|
|
|
34
36
|
6. Report:
|
|
35
37
|
- Current mode and scale
|
|
36
38
|
- Progress summary: percentage, completed step count, current step number
|
|
39
|
+
- Planning visibility: PRD status, roadmap status, active milestone, and
|
|
40
|
+
completion basis
|
|
37
41
|
- What happened recently, using CHECKPOINT.md actions when available
|
|
42
|
+
- Last sync status, using SYNC-LOG.md when available
|
|
43
|
+
- Proactive opportunities based on the auto-invoke policy
|
|
38
44
|
- What happens next, using routing and disk state
|
|
39
45
|
- Per-tier status (with disk verification)
|
|
40
46
|
- Any inconsistencies between PROGRESS.md and disk
|
|
@@ -51,10 +57,36 @@ Started: 2026-05-09
|
|
|
51
57
|
Progress: 15% (2 of 13 steps complete; current step 3 of 13)
|
|
52
58
|
Current: Tier 1 Planning / Architecture
|
|
53
59
|
|
|
60
|
+
Planning visibility:
|
|
61
|
+
PRD: done .godpowers/prd/PRD.md
|
|
62
|
+
Roadmap: pending
|
|
63
|
+
Current milestone: Planning / Architecture
|
|
64
|
+
Completion: 15% based on PROGRESS.md tracked steps
|
|
65
|
+
|
|
54
66
|
What happened recently:
|
|
55
67
|
1. PRD artifact verified on disk
|
|
56
68
|
2. Tier state refreshed from state.json
|
|
57
69
|
|
|
70
|
+
Last sync:
|
|
71
|
+
Trigger: /god-mode final sync
|
|
72
|
+
Agent: god-updater
|
|
73
|
+
Local syncs:
|
|
74
|
+
+ reverse-sync: scanned 14 files, updated 2 footers, populated 0 review items
|
|
75
|
+
+ pillars-sync: no-op
|
|
76
|
+
+ checkpoint-sync: CHECKPOINT.md updated
|
|
77
|
+
+ context-refresh: no-op
|
|
78
|
+
Log: .godpowers/SYNC-LOG.md
|
|
79
|
+
|
|
80
|
+
Proactive opportunities:
|
|
81
|
+
Checkpoint: fresh
|
|
82
|
+
Reviews: 5 pending, suggest /god-review-changes
|
|
83
|
+
Sync: fresh
|
|
84
|
+
Docs: possible drift, suggest /god-docs
|
|
85
|
+
Runtime: known local URL, suggest /god-test-runtime
|
|
86
|
+
Security: clear
|
|
87
|
+
Dependencies: clear
|
|
88
|
+
Hygiene: stale, suggest /god-hygiene
|
|
89
|
+
|
|
58
90
|
What happens next:
|
|
59
91
|
1. Run /god-arch
|
|
60
92
|
2. Verify architecture artifact
|
|
@@ -100,7 +132,7 @@ how much momentum to give Godpowers:
|
|
|
100
132
|
```
|
|
101
133
|
Proposition:
|
|
102
134
|
1. Implement partial: [single next command from "What happens next"]
|
|
103
|
-
2. Implement complete: /god-mode to continue the current
|
|
135
|
+
2. Implement complete: /god-mode to continue the current project run when no blockers are present
|
|
104
136
|
3. Discuss more: /god-discuss [unclear state, blocker, or inconsistency]
|
|
105
137
|
4. Inspect status: /god-locate or /god-next for a smaller routing view
|
|
106
138
|
Recommended: [one option and why it fits the disk-derived state]
|
|
@@ -109,6 +141,24 @@ Recommended: [one option and why it fits the disk-derived state]
|
|
|
109
141
|
If inconsistencies are present, make `/god-repair` the partial option and do
|
|
110
142
|
not recommend `/god-mode` until disk state is coherent.
|
|
111
143
|
|
|
144
|
+
## Proactive Opportunity Rules
|
|
145
|
+
|
|
146
|
+
Use the master auto-invoke policy to populate `Proactive opportunities`.
|
|
147
|
+
`/god-status` is read-only by default, so it suggests Level 3 agents instead of
|
|
148
|
+
spawning them unless the user asked status to continue work.
|
|
149
|
+
|
|
150
|
+
Report:
|
|
151
|
+
- Checkpoint: `fresh`, `missing`, `stale`, or `conflicts with state.json`
|
|
152
|
+
- Reviews: `none` or `<N> pending, suggest /god-review-changes`
|
|
153
|
+
- Sync: `fresh`, `missing`, `stale`, or `suggest /god-sync`
|
|
154
|
+
- Docs: `fresh`, `possible drift, suggest /god-docs`, or
|
|
155
|
+
`docs drift-check already logged`
|
|
156
|
+
- Runtime: `not-applicable`, `known URL, suggest /god-test-runtime`, or
|
|
157
|
+
`no known URL, defer deployed verification`
|
|
158
|
+
- Security: `clear` or `sensitive files changed, suggest /god-harden`
|
|
159
|
+
- Dependencies: `clear` or `dependency files changed, suggest /god-update-deps`
|
|
160
|
+
- Hygiene: `fresh` or `stale, suggest /god-hygiene`
|
|
161
|
+
|
|
112
162
|
## Mode D awareness
|
|
113
163
|
|
|
114
164
|
If `lib/multi-repo-detector.detect(projectRoot)` returns
|
package/skills/god-suite-init.md
CHANGED
|
@@ -33,7 +33,7 @@ A version bump that knows about dependents. Different from `/god-launch`
|
|
|
33
33
|
- Scans suite version-table for repos that depend on the bumped repo
|
|
34
34
|
- For each dependent: writes a per-repo orchestrator handoff file and
|
|
35
35
|
spawns its `god-orchestrator` with only a display-safe pointer for the
|
|
36
|
-
`version-bump` directive (NOT a full
|
|
36
|
+
`version-bump` directive (NOT a full project run)
|
|
37
37
|
- Aggregates results per-repo
|
|
38
38
|
- Updates `.godpowers/suite-config.yaml` version-table to match
|
|
39
39
|
- Appends to `.godpowers/suite/SYNC-LOG.md`
|
|
@@ -39,7 +39,7 @@ Aggregate
|
|
|
39
39
|
Per-repo
|
|
40
40
|
| Repo | Mode | Phase | Artifacts | Coverage | Drift | Reviews |
|
|
41
41
|
|-----------|------|-----------|-----------|----------|-------|---------|
|
|
42
|
-
| dashboard | A | in
|
|
42
|
+
| dashboard | A | in progress | 12 | 92% | 0 | 1 |
|
|
43
43
|
| api | A | steady | 18 | 85% | 2 | 2 |
|
|
44
44
|
| docs | A | steady | 12 | 84% | 1 | 2 |
|
|
45
45
|
|
package/skills/god-suite-sync.md
CHANGED
|
@@ -46,4 +46,4 @@ warnings by default; surfaces in REVIEW-REQUIRED.md per repo.
|
|
|
46
46
|
- Touch files NOT declared in `byte-identical:` of suite-config.yaml
|
|
47
47
|
- Modify per-repo state.json (only the syncer agent writes; no
|
|
48
48
|
Quarterback-level changes)
|
|
49
|
-
- Run any
|
|
49
|
+
- Run any project run inside a sibling repo
|
package/skills/god-sync.md
CHANGED
|
@@ -37,6 +37,18 @@ User runs `/god-sync` after manual changes. Useful for:
|
|
|
37
37
|
- Or: re-run reconciliation against current state to detect what changed
|
|
38
38
|
- Recent commits for context
|
|
39
39
|
|
|
40
|
+
Before spawning, show a visible auto-invoke card:
|
|
41
|
+
|
|
42
|
+
```
|
|
43
|
+
Auto-invoked:
|
|
44
|
+
Trigger: <manual /god-sync, recipe closeout, /god-mode final sync, or other source>
|
|
45
|
+
Agent: god-updater
|
|
46
|
+
Local syncs:
|
|
47
|
+
- pending: reverse-sync, pillars-sync, checkpoint-sync, context-refresh
|
|
48
|
+
Artifacts: pending
|
|
49
|
+
Log: .godpowers/SYNC-LOG.md
|
|
50
|
+
```
|
|
51
|
+
|
|
40
52
|
## Verification
|
|
41
53
|
|
|
42
54
|
After god-updater returns:
|
|
@@ -52,6 +64,21 @@ After god-updater returns:
|
|
|
52
64
|
```
|
|
53
65
|
Sync complete.
|
|
54
66
|
|
|
67
|
+
Sync status:
|
|
68
|
+
Trigger: /god-mode final sync
|
|
69
|
+
Agent: god-updater spawned
|
|
70
|
+
Local syncs:
|
|
71
|
+
+ reverse-sync: <scanned N files, updated M footers, populated K review items>
|
|
72
|
+
+ pillars-sync: <updated N pillar files, no-op, or proposed>
|
|
73
|
+
+ checkpoint-sync: <CHECKPOINT.md updated or skipped>
|
|
74
|
+
+ context-refresh: <updated AGENTS.md/tool pointers, no-op, or skipped by setting>
|
|
75
|
+
Artifacts: <changed files, no-op, or deferred>
|
|
76
|
+
Log: .godpowers/SYNC-LOG.md
|
|
77
|
+
|
|
78
|
+
If this path ran only a local helper, say:
|
|
79
|
+
Agent: none, local runtime only
|
|
80
|
+
Why: this path called lib/reverse-sync.run directly
|
|
81
|
+
|
|
55
82
|
Updated:
|
|
56
83
|
- prd/PRD.md (added requirement P-MUST-12)
|
|
57
84
|
- arch/ARCH.md (added ADR-007)
|
|
@@ -65,7 +92,13 @@ Updated:
|
|
|
65
92
|
Have-nots: all passing
|
|
66
93
|
SYNC-LOG.md updated.
|
|
67
94
|
|
|
68
|
-
|
|
95
|
+
Current status:
|
|
96
|
+
State: <complete | partial | blocked | no-op>
|
|
97
|
+
Progress: <pct>% when available
|
|
98
|
+
|
|
99
|
+
Next:
|
|
100
|
+
Recommended: /god-status
|
|
101
|
+
Why: verify the disk-derived state after sync.
|
|
69
102
|
```
|
|
70
103
|
|
|
71
104
|
## What this prevents
|
package/skills/god-tech-debt.md
CHANGED
|
@@ -58,7 +58,7 @@ Proposition:
|
|
|
58
58
|
1. Implement partial: run the command for the top P0 item only
|
|
59
59
|
2. Implement complete: /god-feature or /god-refactor for the full P0 bundle
|
|
60
60
|
3. Discuss more: /god-discuss the highest-cost or highest-risk debt item
|
|
61
|
-
4. Run God Mode: /god-mode only if debt work should join the full
|
|
61
|
+
4. Run God Mode: /god-mode only if debt work should join the full project run
|
|
62
62
|
Recommended: start with the top P0 item, then re-run /god-tech-debt after it
|
|
63
63
|
lands.
|
|
64
64
|
```
|
|
@@ -96,6 +96,32 @@ critical findings have the same gate semantics.
|
|
|
96
96
|
| `/god-harden` | a11y portion | warning |
|
|
97
97
|
| `/god-design` (post-change) | audit | warning |
|
|
98
98
|
|
|
99
|
+
Automatic runtime verification requires evidenced URL input:
|
|
100
|
+
|
|
101
|
+
- A local dev server URL from `state.json.dev-server.url`
|
|
102
|
+
- A deploy URL from `state.json.deploy.url`
|
|
103
|
+
- A user-provided URL in the current session
|
|
104
|
+
- A checked-in config or Godpowers artifact that explicitly identifies the URL
|
|
105
|
+
as current
|
|
106
|
+
|
|
107
|
+
If frontend-visible files changed but no URL is evidenced, do not guess. Add a
|
|
108
|
+
proactive suggestion for `/god-test-runtime` and explain what URL source is
|
|
109
|
+
missing. If only a local URL is evidenced, run local verification and defer
|
|
110
|
+
deployed staging verification until the user provides
|
|
111
|
+
`STAGING_APP_URL=<deployed staging origin>` or reaches final sign-off.
|
|
112
|
+
|
|
113
|
+
When auto-invoked, show:
|
|
114
|
+
|
|
115
|
+
```text
|
|
116
|
+
Auto-invoked:
|
|
117
|
+
Trigger: frontend-visible files changed and URL was evidenced
|
|
118
|
+
Agent: god-browser-tester
|
|
119
|
+
Local syncs:
|
|
120
|
+
+ runtime-verification: <audit | test | full pipeline>
|
|
121
|
+
Artifacts: .godpowers/runtime/<run-id>/
|
|
122
|
+
Log: .godpowers/runtime/<run-id>/summary.md
|
|
123
|
+
```
|
|
124
|
+
|
|
99
125
|
## Output to events.jsonl
|
|
100
126
|
|
|
101
127
|
```json
|
package/skills/god.md
CHANGED
|
@@ -28,7 +28,7 @@ Before calling runtime modules, resolve the Godpowers runtime root:
|
|
|
28
28
|
|
|
29
29
|
Slash commands are precise but require the user to know the command name.
|
|
30
30
|
Recipes are scenario-shaped ("I'm coming back after a week", "production is
|
|
31
|
-
broken", "add a feature
|
|
31
|
+
broken", "add a feature during the current project run") and match free-text intent. `/god` is the
|
|
32
32
|
front door that turns intent into the right slash command.
|
|
33
33
|
|
|
34
34
|
This skill complements `/god-next` rather than replacing it:
|
|
@@ -39,7 +39,7 @@ This skill complements `/god-next` rather than replacing it:
|
|
|
39
39
|
| `/god-next` | "I just finished X, what's next?" or pre-flight checks |
|
|
40
40
|
| `/god-status` | "Where are we? what's done?" |
|
|
41
41
|
| `/god-init` | "Start a project here" |
|
|
42
|
-
| `/god-mode` | "Run the whole
|
|
42
|
+
| `/god-mode` | "Run the whole project run autonomously" |
|
|
43
43
|
|
|
44
44
|
## Process
|
|
45
45
|
|
|
@@ -48,8 +48,8 @@ This skill complements `/god-next` rather than replacing it:
|
|
|
48
48
|
Treat everything after `/god` as free text. If empty, treat as state-driven.
|
|
49
49
|
|
|
50
50
|
```
|
|
51
|
-
/god add a feature without breaking the current
|
|
52
|
-
text = "add a feature without breaking the current
|
|
51
|
+
/god add a feature without breaking the current project run
|
|
52
|
+
text = "add a feature without breaking the current project run"
|
|
53
53
|
|
|
54
54
|
/god
|
|
55
55
|
text = "" -> state-driven mode
|
|
@@ -120,7 +120,7 @@ Proposition:
|
|
|
120
120
|
1. Implement partial: <smallest safe command or slice>
|
|
121
121
|
2. Implement complete: <full command sequence>
|
|
122
122
|
3. Discuss more: /god-discuss <topic or unresolved question>
|
|
123
|
-
4. Run God Mode: /god-mode <scope> if the user wants the full autonomous
|
|
123
|
+
4. Run God Mode: /god-mode <scope> if the user wants the full autonomous project run
|
|
124
124
|
Recommended: <one option and why>
|
|
125
125
|
```
|
|
126
126
|
|
|
@@ -178,8 +178,8 @@ User: /god add a new feature
|
|
|
178
178
|
|
|
179
179
|
Top matches for "add a new feature":
|
|
180
180
|
|
|
181
|
-
1. add-feature-mid-arc-pause (15) Pause /god-mode
|
|
182
|
-
2. add-feature-small (10) Lightweight feature, no
|
|
181
|
+
1. add-feature-mid-arc-pause (15) Pause /god-mode, run feature, resume
|
|
182
|
+
2. add-feature-small (10) Lightweight feature, no project-run context
|
|
183
183
|
3. add-feature-next-milestone (10) Defer to next milestone
|
|
184
184
|
|
|
185
185
|
Pick one (1/2/3) or describe more specifically.
|
|
@@ -210,7 +210,7 @@ User: /god make me a sandwich
|
|
|
210
210
|
No recipe matched. Falling back to state-driven suggestion.
|
|
211
211
|
|
|
212
212
|
Where you are: tier-3 launched
|
|
213
|
-
Structural next: (none,
|
|
213
|
+
Structural next: (none, project run complete)
|
|
214
214
|
|
|
215
215
|
Suggested: /god-next show all valid next-step options
|
|
216
216
|
or: /god-status re-derive state from disk
|
|
@@ -12,7 +12,7 @@ metadata:
|
|
|
12
12
|
Bluefield: new code, existing org context. Loads org standards first,
|
|
13
13
|
runs a preflight intake against the surrounding environment, runs a
|
|
14
14
|
greenfield simulation audit against those constraints, then runs a
|
|
15
|
-
user-approved greenfieldification pass before the full
|
|
15
|
+
user-approved greenfieldification pass before the full project run.
|
|
16
16
|
|
|
17
17
|
on: [/god-bluefield, /god-mode --bluefield]
|
|
18
18
|
|
|
@@ -11,7 +11,7 @@ metadata:
|
|
|
11
11
|
description: |
|
|
12
12
|
Brownfield: existing codebase, inspect before prescribing. Preflight +
|
|
13
13
|
archaeology + reconstruction + debt assessment + greenfield simulation
|
|
14
|
-
audit, then a user-approved greenfieldification pass before normal
|
|
14
|
+
audit, then a user-approved greenfieldification pass before normal project-run
|
|
15
15
|
workflows.
|
|
16
16
|
|
|
17
17
|
on: [/god-brownfield, /god-mode --brownfield]
|