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.
Files changed (77) hide show
  1. package/CHANGELOG.md +68 -0
  2. package/README.md +16 -8
  3. package/RELEASE.md +66 -66
  4. package/SKILL.md +177 -3
  5. package/agents/god-auditor.md +4 -4
  6. package/agents/god-coordinator.md +5 -5
  7. package/agents/god-deploy-engineer.md +1 -1
  8. package/agents/god-greenfieldifier.md +1 -1
  9. package/agents/god-launch-strategist.md +1 -1
  10. package/agents/god-observability-engineer.md +1 -1
  11. package/agents/god-orchestrator.md +188 -29
  12. package/agents/god-reconciler.md +1 -1
  13. package/agents/god-updater.md +51 -2
  14. package/bin/install.js +4 -1
  15. package/hooks/session-start.sh +2 -2
  16. package/lib/checkpoint.js +4 -1
  17. package/lib/context-writer.js +1 -1
  18. package/package.json +1 -1
  19. package/references/HAVE-NOTS.md +1 -1
  20. package/references/orchestration/SCALE-DETECTION.md +1 -1
  21. package/references/shared/GLOSSARY.md +1 -1
  22. package/references/shared/ORCHESTRATORS.md +1 -1
  23. package/routing/god-mode.yaml +1 -1
  24. package/routing/god-preflight.yaml +1 -1
  25. package/routing/recipes/add-feature-mid-arc-pause.yaml +4 -4
  26. package/routing/recipes/bluefield-org-aware.yaml +1 -1
  27. package/routing/recipes/brownfield-onboarding.yaml +1 -1
  28. package/routing/recipes/greenfield-fast.yaml +1 -1
  29. package/routing/recipes/greenfield-with-ideation.yaml +1 -1
  30. package/skills/god-arch.md +1 -1
  31. package/skills/god-audit.md +2 -2
  32. package/skills/god-context.md +1 -1
  33. package/skills/god-debug.md +1 -1
  34. package/skills/god-deploy.md +2 -2
  35. package/skills/god-design-impact.md +1 -1
  36. package/skills/god-docs.md +22 -0
  37. package/skills/god-explore.md +1 -1
  38. package/skills/god-extract-learnings.md +1 -1
  39. package/skills/god-feature.md +1 -1
  40. package/skills/god-harden.md +1 -1
  41. package/skills/god-hotfix.md +1 -1
  42. package/skills/god-hygiene.md +1 -1
  43. package/skills/god-init.md +1 -1
  44. package/skills/god-launch.md +2 -2
  45. package/skills/god-lifecycle.md +9 -6
  46. package/skills/god-locate.md +1 -1
  47. package/skills/god-logs.md +1 -1
  48. package/skills/god-mode.md +86 -20
  49. package/skills/god-next.md +60 -4
  50. package/skills/god-observe.md +1 -1
  51. package/skills/god-org-context.md +1 -1
  52. package/skills/god-party.md +1 -1
  53. package/skills/god-prd.md +1 -1
  54. package/skills/god-preflight.md +5 -5
  55. package/skills/god-quick.md +1 -1
  56. package/skills/god-refactor.md +1 -1
  57. package/skills/god-repo.md +1 -1
  58. package/skills/god-review-changes.md +17 -0
  59. package/skills/god-review.md +1 -1
  60. package/skills/god-roadmap-update.md +1 -1
  61. package/skills/god-roadmap.md +1 -1
  62. package/skills/god-scan.md +24 -0
  63. package/skills/god-skip.md +1 -1
  64. package/skills/god-spike.md +1 -1
  65. package/skills/god-stack.md +1 -1
  66. package/skills/god-status.md +51 -1
  67. package/skills/god-suite-init.md +1 -1
  68. package/skills/god-suite-release.md +1 -1
  69. package/skills/god-suite-status.md +1 -1
  70. package/skills/god-suite-sync.md +1 -1
  71. package/skills/god-sync.md +34 -1
  72. package/skills/god-tech-debt.md +1 -1
  73. package/skills/god-test-runtime.md +26 -0
  74. package/skills/god.md +8 -8
  75. package/workflows/bluefield-arc.yaml +1 -1
  76. package/workflows/brownfield-arc.yaml +1 -1
  77. package/workflows/feature-arc.yaml +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,74 @@ All notable changes to Godpowers will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.6.11] - 2026-05-16
9
+
10
+ Auto-invoke visibility and platform-neutral spawning patch.
11
+
12
+ ### Added
13
+ - Added a core auto-invoke visibility rule requiring Godpowers to show when it
14
+ automatically runs a command, spawns an agent, or calls a local runtime
15
+ helper.
16
+ - Added a proactive auto-invoke policy with four levels: read-only
17
+ suggestions, visible local helpers, bounded specialist agent spawns, and
18
+ explicit-approval-only actions.
19
+ - Added proactive checks to `/god-next`, `/god-status`, and God Mode closeouts
20
+ so users can see checkpoint, review, sync, docs, runtime, security,
21
+ dependency, and hygiene opportunities without asking.
22
+ - Added docs drift, runtime verification, and review queue guidance for
23
+ proactive closeouts.
24
+ - Added `docs/auto-invoke-visibility.md` as a local design note for the
25
+ auto-invoke policy.
26
+
27
+ ### Changed
28
+ - Replaced Claude-specific "Task tool" spawning wording in high-traffic skills
29
+ with platform-neutral host-agent spawning language.
30
+ - Clarified that Claude, Codex, Cursor, Windsurf, Gemini, OpenCode, Copilot,
31
+ Augment, Trae, Cline, Kilo, Antigravity, Qwen, CodeBuddy, and Pi may expose
32
+ specialist spawning differently while sharing the same Markdown agent
33
+ contracts.
34
+ - Updated the Codex installer path to replace skill directories before copying
35
+ `SKILL.md`, preventing stale nested files from older install shapes.
36
+ - `/god-sync`, `/god-scan`, `god-updater`, and `god-orchestrator` now describe
37
+ local sync helpers separately from spawned agents.
38
+
39
+ ### Guardrails
40
+ - Production launch, guessed staging URLs, provider dashboards, credentials,
41
+ destructive repair, review clearing, Critical security acceptance, git
42
+ staging, commits, pushes, packages, releases, and npm publishing still require
43
+ explicit user intent.
44
+ - If a host platform cannot provide a true fresh-context spawn, Godpowers must
45
+ say so instead of pretending a background agent ran.
46
+
47
+ ## [1.6.10] - 2026-05-16
48
+
49
+ Progress visibility and plain-language closeout patch.
50
+
51
+ ### Added
52
+ - Added a core user-facing vocabulary rule: visible output should say
53
+ "project run", "workflow", "phase", "current step", or "current milestone"
54
+ instead of unexplained internal "arc" jargon.
55
+ - Added `Planning visibility` blocks to status, next-step, God Mode, and
56
+ orchestrator closeout guidance. These blocks surface PRD status, roadmap
57
+ status, current milestone, and completion basis when those artifacts exist or
58
+ are expected.
59
+
60
+ ### Changed
61
+ - Reworded installer, session-start, `/god`, `/god-mode`, lifecycle, status,
62
+ routing, workflow, and specialist guidance to use plain project-run language
63
+ in user-visible text.
64
+ - Checkpoint and session-start summaries now display lifecycle `in-arc` as
65
+ "in progress" while preserving the internal state key for compatibility.
66
+ - God Mode completion guidance now ends with current status, planning
67
+ visibility, open items, and a concrete next recommendation.
68
+
69
+ ### Guardrails
70
+ - Internal workflow names and state constants such as `full-arc.yaml` and
71
+ `in-arc` remain unchanged for compatibility.
72
+ - The patch changes guidance and display wording only. It does not add slash
73
+ commands, specialist agents, workflows, recipes, schemas, or public artifact
74
+ formats.
75
+
8
76
  ## [1.6.9] - 2026-05-16
9
77
 
10
78
  Proposal closeout patch. Makes Godpowers end exploratory, diagnostic, audit,
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/aihxp/godpowers/actions/workflows/ci.yml/badge.svg)](https://github.com/aihxp/godpowers/actions/workflows/ci.yml)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5
- [![Version](https://img.shields.io/badge/version-1.6.9-blue)](CHANGELOG.md)
5
+ [![Version](https://img.shields.io/badge/version-1.6.11-blue)](CHANGELOG.md)
6
6
  [![npm](https://img.shields.io/npm/v/godpowers.svg)](https://www.npmjs.com/package/godpowers)
7
7
 
8
8
  **Ship fast. Ship right. Ship everything. Ship accountably.**
@@ -12,9 +12,10 @@ idea to hardened production. It runs as **slash commands inside your AI coding
12
12
  tool** (Claude Code, Codex, Cursor, etc.) that orchestrate **specialist agents**
13
13
  in fresh contexts to do the work.
14
14
 
15
- Version 1.6.9 keeps the stable Godpowers surface while making proposal and
16
- status outputs easier to act on: exploratory, diagnostic, audit, lifecycle, and
17
- decision-support commands now end with explicit proposition choices.
15
+ Version 1.6.11 keeps the stable Godpowers surface while making automatic work
16
+ more visible and portable: syncs, proactive checks, and specialist spawning now
17
+ report what ran, what changed, and which host-platform agent mechanism is being
18
+ used.
18
19
 
19
20
  It fuses four disciplines into one unified workflow:
20
21
 
@@ -49,6 +50,13 @@ The installer copies:
49
50
  - Codex agent metadata to `<runtime>/agents/*.toml`
50
51
  - SessionStart hook (Claude Code only) to `<runtime>/hooks/`
51
52
 
53
+ Agent spawning is host-native. Claude uses its native agent/task interface,
54
+ Codex uses installed `agents/*.toml` metadata backed by the same Markdown agent
55
+ contracts, and the other runtimes use their supported agent or subagent
56
+ mechanism against the installed `agents/god-*.md` files. If a host cannot
57
+ provide a true fresh-context spawn, Godpowers must report that limitation
58
+ instead of pretending a background agent ran.
59
+
52
60
  ## Usage
53
61
 
54
62
  Open your AI coding tool in any project directory and type:
@@ -57,7 +65,7 @@ Open your AI coding tool in any project directory and type:
57
65
  /god-mode
58
66
  ```
59
67
 
60
- That's the autonomous arc. It will run all tiers from idea to hardened
68
+ That starts the autonomous project run. It will run all tiers from idea to hardened
61
69
  production, pausing only when it has a real question for you.
62
70
 
63
71
  ### Just describe what you want
@@ -66,7 +74,7 @@ If you don't know which command to run, type free text after `/god`:
66
74
 
67
75
  ```
68
76
  /god production is broken
69
- /god add a feature without breaking the current arc
77
+ /god add a feature without breaking the current project run
70
78
  /god I'm coming back after a week
71
79
  ```
72
80
 
@@ -106,7 +114,7 @@ when you open a new session in a Godpowers project.
106
114
  | Command | What it does | Spawns agent |
107
115
  |---------|--------------|--------------|
108
116
  | `/god` | Front door: match free-text intent to a command sequence | (built-in) |
109
- | `/god-mode` | Full autonomous arc | god-orchestrator |
117
+ | `/god-mode` | Full autonomous project run | god-orchestrator |
110
118
  | `/god-next` | Auto-detect and suggest the next command | (built-in) |
111
119
  | `/god-init` | Start a project, detect mode and scale | (built-in) |
112
120
  | `/god-prd` | Write the PRD | god-pm |
@@ -121,7 +129,7 @@ when you open a new session in a Godpowers project.
121
129
  | `/god-launch` | Launch (gated on harden) | god-launch-strategist |
122
130
  | `/god-harden` | Adversarial security review | god-harden-auditor |
123
131
  | `/god-status` | Re-derive state from disk | (built-in) |
124
- | `/god-preflight` | Read-only intake audit before arc-ready and pillars | god-auditor |
132
+ | `/god-preflight` | Read-only intake audit before project-run readiness and pillars | god-auditor |
125
133
  | `/god-audit` | Score artifacts against have-nots | god-auditor |
126
134
  | `/god-debug` | 4-phase systematic debug | god-debugger |
127
135
  | `/god-review` | Two-stage code review | god-spec-reviewer + god-quality-reviewer |
package/RELEASE.md CHANGED
@@ -1,11 +1,11 @@
1
- # Godpowers 1.6.9 Release
1
+ # Godpowers 1.6.11 Release
2
2
 
3
3
  Date: 2026-05-16
4
4
 
5
- Godpowers 1.6.9 makes proposal and report outputs easier to act on. The goal of
6
- this patch is to keep Godpowers from ending a recommendation, audit, lifecycle
7
- report, status report, or exploratory answer without offering concrete next
8
- moves.
5
+ Godpowers 1.6.11 makes automatic work easier to trust across supported AI
6
+ coding tools. The release keeps the existing 106 slash commands, 39 specialist
7
+ agents, 13 workflows, and 36 recipes, while clarifying when Godpowers spawned
8
+ an agent, called a local runtime helper, or only suggested the next action.
9
9
 
10
10
  ## What is stable
11
11
 
@@ -14,7 +14,8 @@ moves.
14
14
  - 13 executable workflows
15
15
  - 36 intent recipes
16
16
  - 15-runtime installer
17
- - Codex installs with 39 generated `god-*.toml` agent metadata files
17
+ - Codex installs with generated `god-*.toml` agent metadata files
18
+ - Markdown specialist agent contracts at `<runtime>/agents/god-*.md`
18
19
  - Safe-sync routing before deploy, observe, harden, launch, or god-mode work
19
20
  - Critical harden finding gate before launch
20
21
  - Native Pillars project context through `AGENTS.md` and `agents/*.md`
@@ -22,68 +23,67 @@ moves.
22
23
  - Core schemas: intent, state, events, workflow, routing, recipes, extension
23
24
  manifests
24
25
  - Extension pack compatibility range for the 1.x line
25
- - Domain precision through `.godpowers/domain/GLOSSARY.md` and DG-01 through
26
- DG-05 checks
27
26
  - GSD-style proposition closeouts for exploratory, diagnostic, audit,
28
27
  lifecycle, status, reconciliation, and decision-support outputs
28
+ - Plain-language project-run wording in user-facing reports
29
+ - Planning visibility blocks for PRD, roadmap, milestone, and completion basis
29
30
 
30
31
  ## What is new
31
32
 
32
- - The core Godpowers skill now requires a `Proposition:` block after
33
- recommendations, proposals, exploratory plans, diagnostics, status reports,
34
- audits, lifecycle reports, reconciliations, and decision-support answers
35
- when no command was launched.
36
- - `/god`, `/god-next`, `/god-status`, `/god-lifecycle`, `/god-locate`,
37
- `/god-context-scan`, `/god-preflight`, `/god-doctor`, `/god-audit`,
38
- `/god-hygiene`, `/god-standards`, and `/god-agent-audit` now close with
39
- concrete next choices.
40
- - Planning and analysis commands such as `/god-discuss`, `/god-explore`,
41
- `/god-list-assumptions`, `/god-refactor`, `/god-spike`, `/god-tech-debt`,
42
- `/god-archaeology`, `/god-map-codebase`, `/god-reconstruct`,
43
- `/god-design-impact`, `/god-reconcile`, and `/god-roadmap-check` now make
44
- their next move explicit.
45
- - Proposition blocks separate partial implementation, full implementation,
46
- discussion, status inspection, and `/god-mode` continuation when safe.
47
-
48
- ## What 1.6.9 means
49
-
50
- Godpowers 1.6.9 does not expand the public command surface. It changes how
51
- Godpowers exits proposal-like work: the user should see useful routes forward
52
- instead of only a recommendation.
53
-
54
- Pure completion commands can still end with a normal `Suggested next` line when
55
- an artifact was actually produced. Proposal, diagnostic, audit, lifecycle,
56
- status, and decision-support commands must offer a proposition block.
57
-
58
- Safe sync and unresolved Critical harden findings remain release-truth gates.
59
- Per-repo Quarterback ownership remains intact for Mode D suite work.
60
-
61
- ## Stability policy
62
-
63
- During the 1.x stability window, do not add broad new command families, change
64
- schema formats, or rename public artifacts without evidence from real use.
65
-
66
- The `v1.6.9` git tag points to the release commit that matches the npm
67
- `godpowers@1.6.9` package. Public publishes should prefer the tag-triggered
68
- GitHub workflow so npm provenance, git history, and release notes stay aligned.
69
-
70
- Allowed changes:
71
-
72
- - Critical bug fixes
73
- - Documentation clarity
74
- - Test coverage for frozen behavior
75
- - Compatibility fixes for supported AI coding tools
76
- - Small fixes that make existing 1.x behavior work as documented
77
-
78
- Deferred changes:
79
-
80
- - New lifecycle phases
81
- - New schema versions
82
- - Pillars format changes
83
- - Major routing semantics
84
- - Large extension API changes
85
-
86
- ## Adoption ask
87
-
88
- Run `npm run release:check` before publishing changes. Report any release path
89
- step that still depends on memory, manual inspection, or local machine state.
33
+ - The master skill now defines a proactive auto-invoke policy with four levels:
34
+ read-only suggestions, visible local helpers, bounded specialist agent spawns,
35
+ and explicit-approval-only actions.
36
+ - `/god-next`, `/god-status`, and God Mode closeouts now include proactive
37
+ checks for checkpoint freshness, pending reviews, sync state, docs drift,
38
+ runtime verification, security, dependencies, and hygiene.
39
+ - `/god-sync`, `/god-scan`, `god-updater`, and `god-orchestrator` now distinguish
40
+ spawned agents from local runtime helpers such as reverse-sync, Pillars sync,
41
+ checkpoint sync, and context refresh.
42
+ - Docs drift, runtime verification, and review queue workflows now document when
43
+ they may be suggested or auto-invoked.
44
+ - Spawning instructions now use platform-neutral host-agent language instead of
45
+ Claude-specific "Task tool" wording.
46
+ - The installer now replaces Codex skill directories before writing `SKILL.md`,
47
+ which removes stale nested files from older Codex install shapes.
48
+
49
+ ## Platform behavior
50
+
51
+ Claude Code, Codex, Cursor, Windsurf, Gemini, OpenCode, Copilot, Augment,
52
+ Trae, Cline, Kilo, Antigravity, Qwen, CodeBuddy, and Pi all receive the same
53
+ portable Markdown agent contracts. Codex also receives `god-*.toml` files as
54
+ its registry adapter.
55
+
56
+ If a host platform cannot provide a true fresh-context agent spawn, Godpowers
57
+ must say so visibly and report the work as local runtime only or simulated in
58
+ current context. It must not imply that a detached background agent ran.
59
+
60
+ ## Safety policy
61
+
62
+ Godpowers may proactively suggest next steps and may run directly evidenced
63
+ local helpers. It may spawn bounded agents only when the current workflow owns
64
+ that surface.
65
+
66
+ Godpowers still must not auto-run these without explicit user intent:
67
+
68
+ - deployed staging verification against a guessed URL
69
+ - production launch
70
+ - provider dashboard, admin console, DNS, credential, or secret checks
71
+ - broad dependency upgrades
72
+ - destructive repair, rollback, reset, delete, or cleanup
73
+ - clearing `.godpowers/REVIEW-REQUIRED.md`
74
+ - accepting Critical security findings
75
+ - git stage, commit, push, package, release, or publish
76
+
77
+ ## Validation
78
+
79
+ Release validation should include:
80
+
81
+ - `node scripts/validate-skills.js`
82
+ - `bash scripts/smoke.sh`
83
+ - `node scripts/test-agent-validator.js`
84
+ - `node scripts/test-install-smoke.js`
85
+ - `node scripts/check-package-contents.js`
86
+ - `npm run release:check`
87
+
88
+ The `v1.6.11` git tag should point to the release commit that matches the npm
89
+ `godpowers@1.6.11` package.
package/SKILL.md CHANGED
@@ -49,6 +49,19 @@ unresolved Critical security findings.
49
49
  Every execution agent gets a fresh context window. The orchestrator is thin; it
50
50
  spawns workers with full context budgets. This defeats context rot.
51
51
 
52
+ Spawning is platform-neutral. Use the host platform's native agent spawning
53
+ mechanism and the installed `agents/god-*.md` contract:
54
+ - Claude Code: spawn the matching Markdown agent from `~/.claude/agents/`.
55
+ - Codex: spawn the matching Codex agent type from `~/.codex/agents/*.toml`;
56
+ the Markdown copy remains the source contract.
57
+ - Cursor, Windsurf, Gemini, OpenCode, Copilot, Augment, Trae, Cline, Kilo,
58
+ Antigravity, Qwen, CodeBuddy, and Pi: use the platform's supported agent or
59
+ subagent mechanism against the installed Markdown files.
60
+
61
+ When a platform cannot spawn a true fresh-context agent, say so plainly,
62
+ preserve the same role contract, and report `Agent: none, local runtime only`
63
+ or `Agent: simulated in current context` in the visible auto-invoked card.
64
+
52
65
  ### 6. TDD Enforcement
53
66
  Tests are written before implementation. Code written before its test is flagged
54
67
  and must be rewritten. RED-GREEN-REFACTOR is not optional.
@@ -82,7 +95,7 @@ Use this shape:
82
95
  ```
83
96
  Proposition:
84
97
  1. Implement partial: <smallest safe slice and command>
85
- 2. Implement complete: <larger command or arc>
98
+ 2. Implement complete: <larger command or project run>
86
99
  3. Discuss more: <focused question or /god-discuss topic>
87
100
  4. Run God Mode: /god-mode <optional flags or scope>
88
101
  Recommended: <one option and why>
@@ -92,11 +105,172 @@ Only include options that actually fit the situation. If `/god-mode` is too
92
105
  broad or unsafe for the request, say so and offer `/god-feature`,
93
106
  `/god-refactor`, `/god-spike`, or `/god-discuss` instead.
94
107
 
108
+ ### 10. Completion Closeout
109
+ When you complete work, especially from `/god-mode`, `/god-build`,
110
+ `/god-feature`, `/god-hotfix`, `/god-refactor`, `/god-quick`, or any command
111
+ that edits code or artifacts, do not stop at "complete" plus validation. End
112
+ with a disk-derived closeout that tells the user the current state and what is
113
+ next.
114
+
115
+ Use this shape:
116
+
117
+ ```
118
+ Current status:
119
+ State: <complete | partial | blocked | complete with deferred item>
120
+ Progress: <pct>% (<done> of <total> steps complete; current step <n> of <total>) when available
121
+ Worktree: <clean | modified files unstaged | staged changes | mixed>
122
+ Index: <untouched | staged files listed>
123
+
124
+ Planning visibility:
125
+ PRD: <done | pending | missing | deferred> <artifact path when present>
126
+ Roadmap: <done | pending | missing | deferred> <artifact path when present>
127
+ Current milestone: <roadmap milestone, tier, or next planning gate when known>
128
+ Completion: <pct>% <brief basis, for example done steps over total tracked steps>
129
+
130
+ What changed:
131
+ 1. <highest-signal change>
132
+ 2. <highest-signal change>
133
+
134
+ Validation:
135
+ + <command>: <result>
136
+
137
+ Open items:
138
+ 1. <deferred staging, unstaged files, pending review, or none>
139
+
140
+ Next:
141
+ Recommended: <one concrete command or user decision>
142
+ Why: <one sentence tied to current state>
143
+ ```
144
+
145
+ If the command intentionally did not stage, commit, push, or deploy, say that
146
+ plainly and explain what the user can do next. If deployed staging is deferred,
147
+ include the deferred artifact path or exact missing input. If the worktree has
148
+ pre-existing unrelated changes, say the index was left untouched and recommend
149
+ a scoped review or staging command rather than implying the project is fully
150
+ shipped.
151
+
152
+ ### 11. User-Facing Vocabulary
153
+ Godpowers may use internal words such as "arc" in routing, recipes, and agent
154
+ implementation notes. Do not require the user to decode that word in visible
155
+ output.
156
+
157
+ Use these plain-language substitutions in user-facing responses:
158
+ - Say "project run" or "workflow" instead of "arc".
159
+ - Say "phase" or "current step" instead of "tier" unless the user has asked
160
+ for tier details. If tier detail helps, say both, for example
161
+ "Planning, Tier 1".
162
+ - Say "current milestone" or "roadmap step" when ROADMAP.md has a matching
163
+ milestone.
164
+ - If you must use "arc", define it once as "the end-to-end project workflow"
165
+ and then return to plain language.
166
+
167
+ Every status, completion, lifecycle, and next-step report should include PRD
168
+ and roadmap visibility when those files exist or are expected. Show whether
169
+ the PRD is done, whether the roadmap exists, which milestone or tier is active,
170
+ how close the tracked workflow is to completion, and the next concrete move.
171
+
172
+ ### 12. Auto-Invoke Visibility
173
+ When Godpowers automatically runs another command, agent, or local runtime
174
+ helper, show the user what happened. Do not describe these as "background"
175
+ unless they are truly detached from the current run. Most Godpowers sync work
176
+ is auto-invoked but still part of the current workflow.
177
+
178
+ Use this shape whenever an automatic step runs or is skipped:
179
+
180
+ ```
181
+ Auto-invoked:
182
+ Trigger: <what caused this automatic step>
183
+ Agent: <god-updater | god-context-writer | none, local runtime only>
184
+ Local syncs:
185
+ + <reverse-sync | pillars-sync | checkpoint-sync | context-refresh>: <result or skipped reason>
186
+ Artifacts: <changed files, no-op, or deferred>
187
+ Log: <SYNC-LOG.md, CHECKPOINT.md, REVIEW-REQUIRED.md, or none>
188
+ ```
189
+
190
+ If no agent was spawned, say so plainly:
191
+
192
+ ```
193
+ Agent: none, local runtime only
194
+ Why: this path calls lib/reverse-sync.run directly
195
+ ```
196
+
197
+ Automatic steps that especially need visible reporting:
198
+ - `/god-sync` spawning `god-updater`
199
+ - `god-updater` calling reverse-sync, Pillars sync, checkpoint sync, or
200
+ AI-tool context refresh
201
+ - `/god-mode` mandatory final sync
202
+ - standards checks between routed stages
203
+ - brownfield and bluefield automatic `/god-preflight`
204
+ - DESIGN/PRODUCT change detection that spawns `god-design-reviewer`
205
+ - `/god-scan` when it runs reverse-sync directly without an agent
206
+ - checkpoint refresh after state mutations
207
+
208
+ ### 13. Proactive Auto-Invoke Policy
209
+ Godpowers should be proactive from disk evidence, not from guesswork. Before
210
+ auto-invoking anything, classify the action by risk and apply the safest
211
+ allowed behavior.
212
+
213
+ #### Level 1: Auto-suggest, read-only
214
+ Run or apply these by default in every relevant closeout:
215
+ - Compute `/god-next` routing after successful commands.
216
+ - Show `/god-status` style progress after `/god-sync`, `/god-scan`, and
217
+ `/god-mode`.
218
+ - Suggest `/god-review-changes` when `.godpowers/REVIEW-REQUIRED.md` has
219
+ pending items.
220
+ - Suggest `/god-hygiene` after a full project run, after 30 days, or when
221
+ status shows stale docs, deps, or review queues.
222
+ - Suggest `/god-locate` when `.godpowers/CHECKPOINT.md` is missing, stale, or
223
+ conflicts with `state.json`.
224
+
225
+ #### Level 2: Auto-run local helpers, visible and logged
226
+ Run these local runtime helpers automatically when their trigger is present:
227
+ - `lib/checkpoint.syncFromState` after every `state.json` or
228
+ `PROGRESS.md` mutation.
229
+ - Lightweight reverse-sync or linkage scan after code or artifact edits.
230
+ - Pillars sync planning after durable artifact truth changes.
231
+ - Context refresh dry-run after `AGENTS.md`, `CLAUDE.md`, `GEMINI.md`,
232
+ `.cursor/rules/`, `.windsurfrules`, `.github/copilot-instructions.md`,
233
+ `.clinerules`, `.roo/`, or `.continue/` changes.
234
+ - Progress recomputation after every command that changes artifacts.
235
+
236
+ #### Level 3: Auto-spawn scoped specialist agents
237
+ Spawn these agents only when the trigger is direct and scope is bounded:
238
+ - `god-design-reviewer` when `DESIGN.md` or `PRODUCT.md` changed.
239
+ - `god-updater` after feature, hotfix, refactor, build, deploy, observe,
240
+ launch, harden, docs, upgrade, or dependency workflows change code or
241
+ artifacts.
242
+ - `god-docs-writer` in drift-check mode when docs changed after code changed,
243
+ or code changed after docs that claim current behavior.
244
+ - `god-browser-tester` when frontend-visible files changed and a known local,
245
+ preview, staging, or production URL is evidenced.
246
+ - `god-harden-auditor` suggestion after security-sensitive files changed;
247
+ auto-spawn only inside `/god-harden`, `/god-hotfix`, `/god-launch`, or
248
+ `/god-mode`.
249
+ - `god-deps-auditor` suggestion after dependency files changed; auto-spawn only
250
+ inside `/god-update-deps`, `/god-hygiene`, or an explicitly approved project
251
+ workflow.
252
+
253
+ #### Level 4: Explicit approval required
254
+ Never auto-run these from inference alone:
255
+ - deployed staging verification against a guessed URL
256
+ - production launch
257
+ - provider dashboard, admin console, DNS, credential, or secret checks
258
+ - broad dependency upgrades
259
+ - destructive repair, rollback, reset, delete, or cleanup
260
+ - clearing `.godpowers/REVIEW-REQUIRED.md`
261
+ - accepting Critical security findings
262
+ - git stage, commit, push, package, release, or publish
263
+
264
+ Every auto-invoke decision must be explainable from one of these inputs:
265
+ changed files, Godpowers artifacts, `state.json`, `PROGRESS.md`,
266
+ `CHECKPOINT.md`, `SYNC-LOG.md`, `REVIEW-REQUIRED.md`, routing YAML, recipe YAML,
267
+ or explicit user intent.
268
+
95
269
  ---
96
270
 
97
271
  ## Operating Modes
98
272
 
99
- ### Mode A: Full Arc (greenfield)
273
+ ### Mode A: Full Project Run (greenfield)
100
274
  Default. Idea to hardened production. All four tiers, all gates.
101
275
 
102
276
  ### Mode B: Gap Fill (existing codebase)
@@ -456,7 +630,7 @@ On resume:
456
630
  - `--conservative`: Lower threshold for pausing. More human touchpoints.
457
631
  - `--from=<tier>`: Start from a specific tier. Re-derives earlier state from disk.
458
632
  - `--audit`: Score existing artifacts. Build nothing. Report gaps.
459
- - `--dry-run`: Plan everything. Build nothing. Show the full arc.
633
+ - `--dry-run`: Plan everything. Build nothing. Show the full project run.
460
634
 
461
635
  ---
462
636
 
@@ -35,7 +35,7 @@ why.
35
35
  6. If running with `mode: preflight`, do not run the artifact linter as the
36
36
  main task. Inspect the repo and write `.godpowers/preflight/PREFLIGHT.md`.
37
37
  7. If running with `mode: greenfield-simulation`, do not build anything.
38
- Simulate the canonical Godpowers greenfield arc and compare it against the
38
+ Simulate the canonical Godpowers greenfield project run and compare it against the
39
39
  current project evidence or org constraints.
40
40
 
41
41
  ## Mechanical vs interpretive split
@@ -252,16 +252,16 @@ Mode: [brownfield | bluefield]
252
252
  bluefield workflows when the user wants the audit acted on.
253
253
  - This audit does not treat imported GSD, Superpowers, BMAD, or org context as
254
254
  source of truth.
255
- - This audit does not block the arc unless it finds a Critical security or
255
+ - This audit does not block the project run unless it finds a Critical security or
256
256
  impossible planning contradiction.
257
257
  ```
258
258
 
259
259
  Greenfield simulation rules:
260
260
  - Brownfield: compare reconstructed artifacts, archaeology, debt assessment,
261
261
  repo shape, tests, CI, deploy, observability, hardening, and launch evidence
262
- against what the canonical greenfield arc would have created.
262
+ against what the canonical greenfield project run would have created.
263
263
  - Bluefield: compare org context and constraints against the canonical
264
- greenfield arc before PRD so downstream agents know which choices are
264
+ greenfield project run before PRD so downstream agents know which choices are
265
265
  constrained, missing, or open.
266
266
  - Label every finding as DECISION, HYPOTHESIS, or OPEN QUESTION.
267
267
  - Do not invent missing intent. Mark unknowns as OPEN QUESTION.
@@ -5,7 +5,7 @@ description: |
5
5
  coordination: byte-identical file sync, cross-repo releases,
6
6
  meta-linter findings, suite-level state aggregation. NEVER bypasses
7
7
  individual orchestrators (the Quarterback rule holds per-repo);
8
- spawns per-repo god-orchestrator for arc work inside each repo.
8
+ spawns per-repo god-orchestrator for project-run work inside each repo.
9
9
 
10
10
  Spawned by: /god-suite-init, /god-suite-status, /god-suite-sync,
11
11
  /god-suite-release, /god-suite-patch
@@ -30,7 +30,7 @@ suite (the collection of repos), not individual repos.
30
30
 
31
31
  ## What you do NOT do
32
32
 
33
- - Run an arc inside a single repo (that's the per-repo
33
+ - Run a project run inside a single repo (that's the per-repo
34
34
  `god-orchestrator`'s job)
35
35
  - Make Quarterback-level decisions inside a repo (mode detection,
36
36
  scale detection, tier orchestration)
@@ -82,7 +82,7 @@ If a handoff path is provided:
82
82
  2. Run impact analysis: which sibling repos depend on this one?
83
83
  3. For each affected sibling: write a per-repo orchestrator handoff file and
84
84
  spawn its `god-orchestrator` with only a display-safe pointer for the
85
- `version-bump` directive (NOT a full arc)
85
+ `version-bump` directive (NOT a full project run)
86
86
  4. Aggregate results into a release report
87
87
  5. Update `.godpowers/suite-config.yaml` version-table
88
88
  6. Append to SYNC-LOG.md
@@ -114,7 +114,7 @@ If a handoff path is provided:
114
114
  only, you write the `suite.hubPath` field into each newly-registered
115
115
  sibling's state.json. Any other field, in any other mode, is the
116
116
  per-repo orchestrator's domain.
117
- - You run a full arc on a sibling (that's beyond your scope)
117
+ - You run a full project run on a sibling (that's beyond your scope)
118
118
  - You promote `--strict` byte-identical drift to non-blocking when
119
119
  user passed `--strict` (gate must hold)
120
120
  - You write `.godpowers/suite-config.yaml` without user confirmation
@@ -134,7 +134,7 @@ For each operation, return to the spawning skill with:
134
134
 
135
135
  When you need work done IN a repo (version bump, patch slice, etc.),
136
136
  create a private handoff in that repo first, then spawn that repo's
137
- `god-orchestrator` via the Task tool with only a display-safe pointer.
137
+ `god-orchestrator` via the host platform's native agent spawning mechanism with only a display-safe pointer.
138
138
 
139
139
  Per-repo handoff path:
140
140
  `.godpowers/runs/<run-id>/COORDINATOR-ORCHESTRATOR-HANDOFF.md`
@@ -65,7 +65,7 @@ Build is complete. All tests pass. `.godpowers/build/STATE.md` shows green.
65
65
  only when needed by the next command, exact provider links only when a failed
66
66
  check proves they are needed, and the command Godpowers will run after access
67
67
  exists.
68
- - Default behavior: do not pause mid-arc only to ask for
68
+ - Default behavior: do not pause mid-run only to ask for
69
69
  `STAGING_APP_URL=<staging-origin>`. Record deployed staging as deferred, keep
70
70
  the exact smoke command in the waiting artifact, and continue through local
71
71
  and CI-verifiable deploy readiness.
@@ -63,7 +63,7 @@ The plan must include:
63
63
 
64
64
  - DECISION: Which findings are safe to action.
65
65
  - DECISION: Which artifacts would change.
66
- - HYPOTHESIS: Why each change better matches the canonical greenfield arc.
66
+ - HYPOTHESIS: Why each change better matches the canonical greenfield project run.
67
67
  - OPEN QUESTION: Any product, org, risk, or architecture choice that needs the
68
68
  user.
69
69
  - A per-artifact impact table for PRD, DESIGN, PRODUCT, ARCH, ROADMAP, STACK,
@@ -86,7 +86,7 @@ For each channel:
86
86
  current. Never infer a launch URL from product name, repo name, package name,
87
87
  README title, brand name, or common TLDs.
88
88
  - If only production is known, do not treat it as staging. If no deployed
89
- origin is known, do not pause mid-arc for the staging URL. Record deployed
89
+ origin is known, do not pause mid-run for the staging URL. Record deployed
90
90
  launch verification as deferred and ask for
91
91
  `STAGING_APP_URL=<deployed staging origin>` only when the user requests
92
92
  staging or final project sign-off begins.
@@ -71,7 +71,7 @@ For each PRD success metric, define an SLO:
71
71
  verification first.
72
72
  - If a credential is truly required, append one exact access item to the single
73
73
  waiting access bundle, with the command that will run next. Do not pause
74
- mid-arc just to request the deployed staging origin unless the user has
74
+ mid-run just to request the deployed staging origin unless the user has
75
75
  explicitly asked to stage now.
76
76
  - Under `/god-mode --yolo`, continue through every local or CI-verifiable
77
77
  observability check before pausing for external access.