godpowers 1.6.9 → 1.6.10
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 +29 -0
- package/README.md +9 -8
- package/RELEASE.md +31 -32
- package/SKILL.md +67 -3
- package/agents/god-auditor.md +4 -4
- package/agents/god-coordinator.md +4 -4
- 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 +82 -24
- package/agents/god-reconciler.md +1 -1
- package/bin/install.js +1 -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-audit.md +1 -1
- package/skills/god-context.md +1 -1
- package/skills/god-deploy.md +1 -1
- package/skills/god-design-impact.md +1 -1
- 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-hotfix.md +1 -1
- package/skills/god-hygiene.md +1 -1
- package/skills/god-init.md +1 -1
- package/skills/god-launch.md +1 -1
- 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 +55 -17
- package/skills/god-next.md +14 -4
- package/skills/god-org-context.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-roadmap-update.md +1 -1
- package/skills/god-skip.md +1 -1
- package/skills/god-spike.md +1 -1
- package/skills/god-status.md +9 -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-tech-debt.md +1 -1
- 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-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
|
|
|
@@ -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-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-status.md
CHANGED
|
@@ -34,6 +34,8 @@ Re-derive state from disk. Your memory is not authoritative. The file system is.
|
|
|
34
34
|
6. Report:
|
|
35
35
|
- Current mode and scale
|
|
36
36
|
- Progress summary: percentage, completed step count, current step number
|
|
37
|
+
- Planning visibility: PRD status, roadmap status, active milestone, and
|
|
38
|
+
completion basis
|
|
37
39
|
- What happened recently, using CHECKPOINT.md actions when available
|
|
38
40
|
- What happens next, using routing and disk state
|
|
39
41
|
- Per-tier status (with disk verification)
|
|
@@ -51,6 +53,12 @@ Started: 2026-05-09
|
|
|
51
53
|
Progress: 15% (2 of 13 steps complete; current step 3 of 13)
|
|
52
54
|
Current: Tier 1 Planning / Architecture
|
|
53
55
|
|
|
56
|
+
Planning visibility:
|
|
57
|
+
PRD: done .godpowers/prd/PRD.md
|
|
58
|
+
Roadmap: pending
|
|
59
|
+
Current milestone: Planning / Architecture
|
|
60
|
+
Completion: 15% based on PROGRESS.md tracked steps
|
|
61
|
+
|
|
54
62
|
What happened recently:
|
|
55
63
|
1. PRD artifact verified on disk
|
|
56
64
|
2. Tier state refreshed from state.json
|
|
@@ -100,7 +108,7 @@ how much momentum to give Godpowers:
|
|
|
100
108
|
```
|
|
101
109
|
Proposition:
|
|
102
110
|
1. Implement partial: [single next command from "What happens next"]
|
|
103
|
-
2. Implement complete: /god-mode to continue the current
|
|
111
|
+
2. Implement complete: /god-mode to continue the current project run when no blockers are present
|
|
104
112
|
3. Discuss more: /god-discuss [unclear state, blocker, or inconsistency]
|
|
105
113
|
4. Inspect status: /god-locate or /god-next for a smaller routing view
|
|
106
114
|
Recommended: [one option and why it fits the disk-derived state]
|
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-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
|
```
|
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]
|