godpowers 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -1
- package/README.md +12 -19
- package/RELEASE.md +29 -48
- package/SKILL.md +4 -1
- package/agents/god-archaeologist.md +11 -0
- package/agents/god-architect.md +12 -0
- package/agents/god-auditor.md +13 -0
- package/agents/god-automation-engineer.md +13 -0
- package/agents/god-browser-tester.md +15 -0
- package/agents/god-context-writer.md +14 -0
- package/agents/god-coordinator.md +14 -0
- package/agents/god-debt-assessor.md +11 -0
- package/agents/god-debugger.md +13 -0
- package/agents/god-deploy-engineer.md +13 -0
- package/agents/god-deps-auditor.md +13 -0
- package/agents/god-design-reviewer.md +14 -0
- package/agents/god-designer.md +15 -0
- package/agents/god-docs-writer.md +13 -0
- package/agents/god-executor.md +14 -0
- package/agents/god-explorer.md +14 -0
- package/agents/god-greenfieldifier.md +13 -0
- package/agents/god-harden-auditor.md +12 -0
- package/agents/god-incident-investigator.md +13 -0
- package/agents/god-launch-strategist.md +14 -0
- package/agents/god-migration-strategist.md +13 -0
- package/agents/god-observability-engineer.md +14 -0
- package/agents/god-orchestrator.md +16 -2
- package/agents/god-org-context-loader.md +11 -0
- package/agents/god-planner.md +11 -0
- package/agents/god-pm.md +14 -0
- package/agents/god-quality-reviewer.md +12 -0
- package/agents/god-reconciler.md +14 -1
- package/agents/god-reconstructor.md +16 -0
- package/agents/god-repo-scaffolder.md +11 -0
- package/agents/god-retrospective.md +11 -0
- package/agents/god-roadmap-reconciler.md +42 -87
- package/agents/god-roadmap-updater.md +11 -0
- package/agents/god-roadmapper.md +12 -0
- package/agents/god-spec-reviewer.md +14 -0
- package/agents/god-spike-runner.md +13 -0
- package/agents/god-stack-selector.md +12 -0
- package/agents/god-standards-check.md +13 -0
- package/agents/god-storyteller.md +14 -0
- package/agents/god-updater.md +14 -0
- package/lib/README.md +3 -0
- package/lib/agent-validator.js +67 -2
- package/lib/recipe-coverage-sync.js +1 -1
- package/lib/release-surface-sync.js +3 -0
- package/lib/repo-doc-sync.js +1 -1
- package/lib/repo-surface-sync.js +3 -3
- package/lib/route-quality-sync.js +2 -2
- package/lib/router.js +6 -0
- package/package.json +1 -1
- package/references/orchestration/GOD-ORCHESTRATOR-RUNBOOK.md +12 -3
- package/routing/god-roadmap-check.yaml +2 -2
- package/skills/god-agent-audit.md +12 -9
- package/skills/god-arch.md +1 -3
- package/skills/god-build.md +1 -3
- package/skills/god-deploy.md +1 -3
- package/skills/god-design.md +9 -3
- package/skills/god-feature.md +1 -3
- package/skills/god-harden.md +1 -3
- package/skills/god-hotfix.md +1 -3
- package/skills/god-launch.md +1 -3
- package/skills/god-link.md +1 -3
- package/skills/god-migrate.md +1 -3
- package/skills/god-mode.md +5 -0
- package/skills/god-observe.md +1 -3
- package/skills/god-prd.md +1 -3
- package/skills/god-reconcile.md +4 -4
- package/skills/god-redo.md +1 -3
- package/skills/god-refactor.md +1 -3
- package/skills/god-repair.md +1 -3
- package/skills/god-repo.md +1 -3
- package/skills/god-restore.md +1 -3
- package/skills/god-roadmap-check.md +4 -3
- package/skills/god-roadmap.md +1 -3
- package/skills/god-rollback.md +1 -3
- package/skills/god-scan.md +1 -3
- package/skills/god-skip.md +1 -3
- package/skills/god-stack.md +1 -3
- package/skills/god-story-build.md +1 -3
- package/skills/god-story-close.md +1 -3
- package/skills/god-story.md +1 -3
- package/skills/god-sync.md +3 -5
- package/skills/god-undo.md +1 -3
- package/skills/god-update-deps.md +1 -3
- package/skills/god-upgrade.md +1 -3
|
@@ -7,6 +7,19 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: /god-upgrade
|
|
9
9
|
tools: Read, Write, Edit, Bash, Grep, Glob, WebSearch
|
|
10
|
+
inputs:
|
|
11
|
+
- "migration target"
|
|
12
|
+
- ".godpowers/state.json build evidence"
|
|
13
|
+
- "upstream changelog"
|
|
14
|
+
outputs:
|
|
15
|
+
- ".godpowers/migrations/<slug>/MIGRATION.md"
|
|
16
|
+
- "phased migration plan"
|
|
17
|
+
gates:
|
|
18
|
+
- "MG-01 through MG-07 have-nots"
|
|
19
|
+
- "expand-contract rollout safety"
|
|
20
|
+
- "migration test coverage evidence"
|
|
21
|
+
handoff:
|
|
22
|
+
- "return migration plan, executor slices, and rollout blockers"
|
|
10
23
|
---
|
|
11
24
|
|
|
12
25
|
# God Migration Strategist
|
|
@@ -7,6 +7,20 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: /god-observe, god-orchestrator
|
|
9
9
|
tools: Read, Write, Edit, Bash, Grep, Glob
|
|
10
|
+
inputs:
|
|
11
|
+
- ".godpowers/prd/PRD.md success metrics"
|
|
12
|
+
- ".godpowers/arch/ARCH.md"
|
|
13
|
+
- ".godpowers/state.json deploy evidence"
|
|
14
|
+
outputs:
|
|
15
|
+
- ".godpowers/state.json observability evidence"
|
|
16
|
+
- "alert and dashboard configs"
|
|
17
|
+
- "runbooks"
|
|
18
|
+
gates:
|
|
19
|
+
- "OB-01 through OB-08 have-nots"
|
|
20
|
+
- "real SLOs and symptom alerts"
|
|
21
|
+
- "observability evidence is complete"
|
|
22
|
+
handoff:
|
|
23
|
+
- "return observability evidence and metric readiness summary"
|
|
10
24
|
---
|
|
11
25
|
|
|
12
26
|
# God Observability Engineer
|
|
@@ -8,6 +8,20 @@ description: |
|
|
|
8
8
|
|
|
9
9
|
Spawned by: /god-mode
|
|
10
10
|
tools: Read, Write, Edit, Bash, Grep, Glob, Task
|
|
11
|
+
inputs:
|
|
12
|
+
- "user intent or private handoff"
|
|
13
|
+
- ".godpowers/state.json"
|
|
14
|
+
- "routing and workflow definitions"
|
|
15
|
+
outputs:
|
|
16
|
+
- ".godpowers/state.json mutations"
|
|
17
|
+
- ".godpowers/PROGRESS.md generated view refresh"
|
|
18
|
+
- "specialist agent handoffs"
|
|
19
|
+
gates:
|
|
20
|
+
- "state-lock contract"
|
|
21
|
+
- "specialist gate checks"
|
|
22
|
+
- "mandatory final sync"
|
|
23
|
+
handoff:
|
|
24
|
+
- "spawn specialists in tier order and return dashboard closeout to user"
|
|
11
25
|
---
|
|
12
26
|
|
|
13
27
|
# God Orchestrator
|
|
@@ -81,8 +95,8 @@ Use this agent file as the concise dispatch contract:
|
|
|
81
95
|
artifacts as the decision source of truth.
|
|
82
96
|
3. Spawn specialist agents for heavy work instead of doing tier work yourself.
|
|
83
97
|
4. Keep each mutation inside the state-lock contract from the runbook.
|
|
84
|
-
5. Verify each produced artifact on disk, run the configured standards
|
|
85
|
-
have-nots gate, then refresh state and checkpoint files.
|
|
98
|
+
5. Verify each produced artifact on disk, run the configured standards,
|
|
99
|
+
have-nots, and executable gate, then refresh state and checkpoint files.
|
|
86
100
|
6. Run repair loops for mechanical failures before declaring progress.
|
|
87
101
|
7. Pause only for human-only choices, unresolved Critical harden findings,
|
|
88
102
|
impossible routing contradictions, or explicit external access needs.
|
|
@@ -7,6 +7,17 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: /god-org-context, bluefield-arc workflow
|
|
9
9
|
tools: Read, Write, Edit, Bash, Grep, Glob
|
|
10
|
+
inputs:
|
|
11
|
+
- "organization standards input"
|
|
12
|
+
- "auto-detected org files"
|
|
13
|
+
- "bluefield workflow request"
|
|
14
|
+
outputs:
|
|
15
|
+
- ".godpowers/org-context.yaml"
|
|
16
|
+
gates:
|
|
17
|
+
- "org-context have-nots"
|
|
18
|
+
- "constraints grounded in detected or provided evidence"
|
|
19
|
+
handoff:
|
|
20
|
+
- "return org-context path and constraints for downstream agents"
|
|
10
21
|
---
|
|
11
22
|
|
|
12
23
|
# God Org Context Loader
|
package/agents/god-planner.md
CHANGED
|
@@ -8,6 +8,17 @@ description: |
|
|
|
8
8
|
|
|
9
9
|
Spawned by: /god-build, god-orchestrator (before god-executor waves)
|
|
10
10
|
tools: Read, Write, Bash, Grep, Glob
|
|
11
|
+
inputs:
|
|
12
|
+
- ".godpowers/roadmap/ROADMAP.md"
|
|
13
|
+
- ".godpowers/arch/ARCH.md"
|
|
14
|
+
- ".godpowers/stack/DECISION.md"
|
|
15
|
+
outputs:
|
|
16
|
+
- ".godpowers/build/PLAN.md"
|
|
17
|
+
gates:
|
|
18
|
+
- "vertical slices with test-first sequence"
|
|
19
|
+
- "dependency and verification criteria coverage"
|
|
20
|
+
handoff:
|
|
21
|
+
- "return wave plan for executor and reviewer spawns"
|
|
11
22
|
---
|
|
12
23
|
|
|
13
24
|
# God Planner
|
package/agents/god-pm.md
CHANGED
|
@@ -7,6 +7,20 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: /god-prd, god-orchestrator
|
|
9
9
|
tools: Read, Write, Bash, Grep
|
|
10
|
+
inputs:
|
|
11
|
+
- "user intent"
|
|
12
|
+
- ".godpowers/intent.yaml"
|
|
13
|
+
- "optional preparation context"
|
|
14
|
+
- "templates/PRD.md"
|
|
15
|
+
outputs:
|
|
16
|
+
- ".godpowers/prd/PRD.md"
|
|
17
|
+
- ".godpowers/prd/PRD.meta.json"
|
|
18
|
+
gates:
|
|
19
|
+
- "P-01 through P-15 have-nots"
|
|
20
|
+
- "substitution test"
|
|
21
|
+
- "three-label sentence discipline"
|
|
22
|
+
handoff:
|
|
23
|
+
- "return PRD and pause only for ambiguous problem or conflicting requirements"
|
|
10
24
|
---
|
|
11
25
|
|
|
12
26
|
# God PM
|
|
@@ -7,6 +7,18 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: god-orchestrator (after god-spec-reviewer passes)
|
|
9
9
|
tools: Read, Bash, Grep, Glob
|
|
10
|
+
inputs:
|
|
11
|
+
- "executor code diff"
|
|
12
|
+
- "repository quality conventions"
|
|
13
|
+
- "verification evidence"
|
|
14
|
+
outputs:
|
|
15
|
+
- "stage 2 PASS or FAIL verdict"
|
|
16
|
+
- "quality findings"
|
|
17
|
+
gates:
|
|
18
|
+
- "readability, security, error handling, performance, and maintainability review"
|
|
19
|
+
- "fresh-context independence"
|
|
20
|
+
handoff:
|
|
21
|
+
- "return verdict to orchestrator for repair or atomic commit"
|
|
10
22
|
---
|
|
11
23
|
|
|
12
24
|
# God Quality Reviewer (Stage 2)
|
package/agents/god-reconciler.md
CHANGED
|
@@ -10,6 +10,19 @@ description: |
|
|
|
10
10
|
|
|
11
11
|
Spawned by: /god-reconcile, recipe execution (feature-addition category)
|
|
12
12
|
tools: Read, Bash, Grep, Glob, Task
|
|
13
|
+
inputs:
|
|
14
|
+
- "all core Godpowers artifacts"
|
|
15
|
+
- "repository docs and surface"
|
|
16
|
+
- "feature awareness and host capability evidence"
|
|
17
|
+
outputs:
|
|
18
|
+
- "multi-dimensional reconciliation verdict"
|
|
19
|
+
- "optional .godpowers/reconciliation/ report"
|
|
20
|
+
gates:
|
|
21
|
+
- "all relevant surfaces checked"
|
|
22
|
+
- "missing artifacts handled explicitly"
|
|
23
|
+
- "no false all-covered claim"
|
|
24
|
+
handoff:
|
|
25
|
+
- "return synthesis recommendation and preflight commands to caller"
|
|
13
26
|
---
|
|
14
27
|
|
|
15
28
|
# God Reconciler
|
|
@@ -59,7 +72,7 @@ For each artifact below, check (in parallel where possible):
|
|
|
59
72
|
|
|
60
73
|
#### ROADMAP (`.godpowers/roadmap/ROADMAP.md`)
|
|
61
74
|
- Already-done / in-progress / enhancement / prerequisite-needed / new / ambiguous
|
|
62
|
-
-
|
|
75
|
+
- Use the integrated ROADMAP classification logic for milestone overlap.
|
|
63
76
|
|
|
64
77
|
#### STACK (`.godpowers/stack/DECISION.md`)
|
|
65
78
|
- Does the feature require a new dependency category? (e.g., adding a queue when none exists)
|
|
@@ -7,6 +7,22 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: /god-reconstruct, brownfield-arc workflow
|
|
9
9
|
tools: Read, Write, Edit, Bash, Grep, Glob
|
|
10
|
+
inputs:
|
|
11
|
+
- "brownfield codebase"
|
|
12
|
+
- "optional archaeology report"
|
|
13
|
+
- "existing docs and tests"
|
|
14
|
+
outputs:
|
|
15
|
+
- ".godpowers/prd/PRD.md"
|
|
16
|
+
- ".godpowers/arch/ARCH.md"
|
|
17
|
+
- ".godpowers/roadmap/ROADMAP.md"
|
|
18
|
+
- ".godpowers/stack/DECISION.md"
|
|
19
|
+
- ".godpowers/RECONSTRUCTION-LOG.md"
|
|
20
|
+
gates:
|
|
21
|
+
- "per-tier have-nots"
|
|
22
|
+
- "confidence levels on reconstructed claims"
|
|
23
|
+
- "stakeholder review recommendation"
|
|
24
|
+
handoff:
|
|
25
|
+
- "return reconstructed artifacts and prominent uncertainty warnings"
|
|
10
26
|
---
|
|
11
27
|
|
|
12
28
|
# God Reconstructor
|
|
@@ -7,6 +7,17 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: /god-repo, god-orchestrator
|
|
9
9
|
tools: Read, Write, Edit, Bash, Glob
|
|
10
|
+
inputs:
|
|
11
|
+
- ".godpowers/stack/DECISION.md"
|
|
12
|
+
- "optional .godpowers/org-context.yaml"
|
|
13
|
+
outputs:
|
|
14
|
+
- ".godpowers/repo/AUDIT.md"
|
|
15
|
+
- "production repository scaffold files"
|
|
16
|
+
gates:
|
|
17
|
+
- "RP-01 through RP-08 have-nots"
|
|
18
|
+
- "CI passes on empty scaffold"
|
|
19
|
+
handoff:
|
|
20
|
+
- "return scaffold audit and repo readiness status"
|
|
10
21
|
---
|
|
11
22
|
|
|
12
23
|
# God Repo Scaffolder
|
|
@@ -6,6 +6,17 @@ description: |
|
|
|
6
6
|
|
|
7
7
|
Spawned by: /god-sprint retro
|
|
8
8
|
tools: Read, Write, Bash, Grep, Glob
|
|
9
|
+
inputs:
|
|
10
|
+
- "sprint plan"
|
|
11
|
+
- "build state evidence"
|
|
12
|
+
- "git log and events"
|
|
13
|
+
outputs:
|
|
14
|
+
- ".godpowers/sprints/sprint-<n>/RETRO.md"
|
|
15
|
+
gates:
|
|
16
|
+
- "retrospective have-nots"
|
|
17
|
+
- "specific action items with owners and due dates"
|
|
18
|
+
handoff:
|
|
19
|
+
- "return retro path and next-sprint improvement actions"
|
|
9
20
|
---
|
|
10
21
|
|
|
11
22
|
# God Retrospective
|
|
@@ -1,90 +1,50 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: god-roadmap-reconciler
|
|
3
3
|
description: |
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
Legacy compatibility adapter for roadmap-only reconciliation. The
|
|
5
|
+
comprehensive god-reconciler owns the implementation because Phase 2 did
|
|
6
|
+
not record standalone /god-roadmap-check use and Phase 5 deprecated
|
|
7
|
+
/god-roadmap-check in favor of /god-reconcile.
|
|
8
|
+
|
|
9
|
+
Spawned by: legacy /god-roadmap-check installs only
|
|
10
|
+
tools: Read, Bash, Grep, Glob, Task
|
|
11
|
+
inputs:
|
|
12
|
+
- ".godpowers/roadmap/ROADMAP.md"
|
|
13
|
+
- ".godpowers/state.json"
|
|
14
|
+
- "user feature intent"
|
|
15
|
+
- "optional PRD evidence"
|
|
16
|
+
outputs:
|
|
17
|
+
- "roadmap reconciliation verdict from god-reconciler"
|
|
18
|
+
gates:
|
|
19
|
+
- "god-reconciler roadmap verdict"
|
|
20
|
+
- "no legacy-only classification logic"
|
|
21
|
+
handoff:
|
|
22
|
+
- "spawn god-reconciler with roadmap-only scope and return its verdict"
|
|
10
23
|
---
|
|
11
24
|
|
|
12
25
|
# God Roadmap Reconciler
|
|
13
26
|
|
|
14
|
-
|
|
27
|
+
This agent is a compatibility adapter. Use `god-reconciler` for the actual
|
|
28
|
+
classification logic.
|
|
15
29
|
|
|
16
30
|
## Inputs
|
|
17
31
|
|
|
18
|
-
- User intent
|
|
19
|
-
- `.godpowers/roadmap/ROADMAP.md
|
|
20
|
-
- `.godpowers/state.json
|
|
21
|
-
- Optional
|
|
32
|
+
- User intent as one paragraph.
|
|
33
|
+
- `.godpowers/roadmap/ROADMAP.md`.
|
|
34
|
+
- `.godpowers/state.json`.
|
|
35
|
+
- Optional `.godpowers/prd/PRD.md`.
|
|
22
36
|
|
|
23
37
|
## Process
|
|
24
38
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
- The member PRD requirement ids from its `**Features (from PRD)**:` list
|
|
31
|
-
- Status (in-progress / planned / themed)
|
|
32
|
-
- Dependencies between milestones
|
|
33
|
-
|
|
34
|
-
### 2. Match intent against existing milestones
|
|
35
|
-
|
|
36
|
-
For each milestone, check if the user intent overlaps:
|
|
37
|
-
- **Keyword match**: do feature names overlap? ("export", "csv", "download")
|
|
38
|
-
- **Semantic match**: same user-facing behavior described differently?
|
|
39
|
-
- **Requirement match**: does PRD.md already include this requirement?
|
|
40
|
-
|
|
41
|
-
Also weigh the increment's `**Status**:` and its member requirement ids: an
|
|
42
|
-
increment marked `done`, or one whose `**Features (from PRD)**:` ids already
|
|
43
|
-
cover the intent, signals already-done or already-committed work rather than
|
|
44
|
-
something new.
|
|
45
|
-
|
|
46
|
-
### 3. Classify
|
|
47
|
-
|
|
48
|
-
Pick exactly one:
|
|
49
|
-
|
|
50
|
-
#### Status: ALREADY-DONE
|
|
51
|
-
Intent maps to a feature in a completed milestone (status = done).
|
|
52
|
-
- Action: tell user "this exists"; show where in the codebase
|
|
53
|
-
- Recommend: /god-status to verify; /god-graph trace to find code
|
|
54
|
-
|
|
55
|
-
#### Status: IN-PROGRESS
|
|
56
|
-
Intent maps to a feature in the current Now milestone (status = in-flight).
|
|
57
|
-
- Action: tell user the work is already underway
|
|
58
|
-
- Recommend: /god-status to check progress; /god-build to continue
|
|
39
|
+
1. Treat this agent as deprecated compatibility surface.
|
|
40
|
+
2. Spawn `god-reconciler` in fresh context with the same user intent.
|
|
41
|
+
3. Tell `god-reconciler` to include the standard ROADMAP row in its verdict.
|
|
42
|
+
4. If the caller is legacy `/god-roadmap-check`, return only the ROADMAP
|
|
43
|
+
verdict and recommendation fields.
|
|
59
44
|
|
|
60
|
-
|
|
61
|
-
Intent extends a feature already in a milestone (planned or done).
|
|
62
|
-
- Action: tell user this should be folded into that milestone
|
|
63
|
-
- Recommend: /god-feature scoped to the existing milestone, OR
|
|
64
|
-
/god-roadmap update to amend the milestone with the enhancement
|
|
45
|
+
## Outputs
|
|
65
46
|
|
|
66
|
-
|
|
67
|
-
Intent depends on a milestone that's not yet complete.
|
|
68
|
-
- Action: tell user the prerequisite
|
|
69
|
-
- Recommend: complete prerequisite first via its workflow, OR
|
|
70
|
-
defer this work to /god-add-backlog and surface it later
|
|
71
|
-
|
|
72
|
-
#### Status: NEW
|
|
73
|
-
Intent doesn't overlap with anything in ROADMAP.md.
|
|
74
|
-
- Action: confirm it's genuinely new, ask where it belongs
|
|
75
|
-
- Recommend: 4 options:
|
|
76
|
-
- Add to current milestone (Now): /god-roadmap update
|
|
77
|
-
- Add as next milestone (Next): /god-roadmap update
|
|
78
|
-
- Park in backlog: /god-add-backlog
|
|
79
|
-
- Plant a seed for the future: /god-plant-seed
|
|
80
|
-
|
|
81
|
-
#### Status: AMBIGUOUS
|
|
82
|
-
Multiple plausible matches; can't pick one.
|
|
83
|
-
- Action: present matches to user; ask them to disambiguate
|
|
84
|
-
|
|
85
|
-
### 4. Output
|
|
86
|
-
|
|
87
|
-
Return structured JSON to the orchestrating skill:
|
|
47
|
+
Return the ROADMAP portion of the `god-reconciler` verdict:
|
|
88
48
|
|
|
89
49
|
```json
|
|
90
50
|
{
|
|
@@ -107,24 +67,19 @@ Return structured JSON to the orchestrating skill:
|
|
|
107
67
|
}
|
|
108
68
|
```
|
|
109
69
|
|
|
70
|
+
## Handoff
|
|
71
|
+
|
|
72
|
+
Spawn `god-reconciler` for all new roadmap overlap checks.
|
|
73
|
+
|
|
110
74
|
## Have-Nots
|
|
111
75
|
|
|
112
76
|
Reconciliation FAILS if:
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
- Doesn't surface ambiguous cases for user to resolve
|
|
77
|
+
- This adapter performs independent classification instead of delegating.
|
|
78
|
+
- The returned ROADMAP status is not one of the canonical six statuses.
|
|
79
|
+
- The verdict omits the matching milestone or reason.
|
|
80
|
+
- The recommendation bypasses normal Godpowers workflow without justification.
|
|
81
|
+
- Ambiguous matches are hidden from the caller.
|
|
119
82
|
|
|
120
83
|
## When to skip reconciliation
|
|
121
84
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
- `/god-fast` (trivial, not feature-level)
|
|
125
|
-
- `/god-quick` (small task, may be too small to roadmap)
|
|
126
|
-
- `/god-debug` (not a new feature)
|
|
127
|
-
- `/god-hotfix` (urgent; reconcile after, in postmortem)
|
|
128
|
-
- Recipes in non-feature-addition categories (recovering, meta, etc.)
|
|
129
|
-
|
|
130
|
-
For feature-addition category recipes: ALWAYS reconcile first.
|
|
85
|
+
Follow the skip policy in `agents/god-reconciler.md`.
|
|
@@ -7,6 +7,17 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: end of feature-addition recipe execution, /god-roadmap update
|
|
9
9
|
tools: Read, Write, Edit, Bash, Grep, Glob
|
|
10
|
+
inputs:
|
|
11
|
+
- ".godpowers/roadmap/ROADMAP.md"
|
|
12
|
+
- "completed feature change description"
|
|
13
|
+
outputs:
|
|
14
|
+
- "updated .godpowers/roadmap/ROADMAP.md"
|
|
15
|
+
- "roadmap changelog entry"
|
|
16
|
+
gates:
|
|
17
|
+
- "roadmap update have-nots"
|
|
18
|
+
- "PRD linkage retained"
|
|
19
|
+
handoff:
|
|
20
|
+
- "return roadmap update summary and downstream sync notes"
|
|
10
21
|
---
|
|
11
22
|
|
|
12
23
|
# God Roadmap Updater
|
package/agents/god-roadmapper.md
CHANGED
|
@@ -7,6 +7,18 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: /god-roadmap, god-orchestrator
|
|
9
9
|
tools: Read, Write, Bash, Grep
|
|
10
|
+
inputs:
|
|
11
|
+
- ".godpowers/prd/PRD.md"
|
|
12
|
+
- ".godpowers/arch/ARCH.md"
|
|
13
|
+
- "templates/ROADMAP.md"
|
|
14
|
+
outputs:
|
|
15
|
+
- ".godpowers/roadmap/ROADMAP.md"
|
|
16
|
+
gates:
|
|
17
|
+
- "R-01 through R-10 have-nots"
|
|
18
|
+
- "topological dependency ordering"
|
|
19
|
+
- "observable completion gates"
|
|
20
|
+
handoff:
|
|
21
|
+
- "return roadmap and pause only for capacity or ordering ambiguity"
|
|
10
22
|
---
|
|
11
23
|
|
|
12
24
|
# God Roadmapper
|
|
@@ -7,6 +7,20 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: god-orchestrator (after god-executor completes a slice)
|
|
9
9
|
tools: Read, Bash, Grep, Glob
|
|
10
|
+
inputs:
|
|
11
|
+
- "slice plan"
|
|
12
|
+
- "PRD acceptance criteria"
|
|
13
|
+
- "executor code diff"
|
|
14
|
+
- "request-trace evidence"
|
|
15
|
+
outputs:
|
|
16
|
+
- "stage 1 PASS or FAIL verdict"
|
|
17
|
+
- "spec compliance findings"
|
|
18
|
+
gates:
|
|
19
|
+
- "scope compliance"
|
|
20
|
+
- "acceptance criteria coverage"
|
|
21
|
+
- "no unrelated churn"
|
|
22
|
+
handoff:
|
|
23
|
+
- "return verdict to orchestrator for quality review or repair"
|
|
10
24
|
---
|
|
11
25
|
|
|
12
26
|
# God Spec Reviewer (Stage 1)
|
|
@@ -8,6 +8,19 @@ description: |
|
|
|
8
8
|
|
|
9
9
|
Spawned by: /god-spike
|
|
10
10
|
tools: Read, Write, Edit, Bash, Grep, Glob, WebSearch
|
|
11
|
+
inputs:
|
|
12
|
+
- "specific technical question"
|
|
13
|
+
- "time-box"
|
|
14
|
+
- "minimal relevant context"
|
|
15
|
+
outputs:
|
|
16
|
+
- ".godpowers/spikes/<slug>/SPIKE.md"
|
|
17
|
+
- "throwaway proof-of-concept code"
|
|
18
|
+
gates:
|
|
19
|
+
- "SP-01 through SP-05 have-nots"
|
|
20
|
+
- "evidence-backed recommendation"
|
|
21
|
+
- "time-box respected"
|
|
22
|
+
handoff:
|
|
23
|
+
- "return proceed, reject, or follow-up spike recommendation"
|
|
11
24
|
---
|
|
12
25
|
|
|
13
26
|
# God Spike Runner
|
|
@@ -6,6 +6,18 @@ description: |
|
|
|
6
6
|
|
|
7
7
|
Spawned by: /god-stack, god-orchestrator
|
|
8
8
|
tools: Read, Write, Bash, Grep, WebSearch
|
|
9
|
+
inputs:
|
|
10
|
+
- ".godpowers/arch/ARCH.md"
|
|
11
|
+
- "optional org constraints"
|
|
12
|
+
- "optional imported stack signals"
|
|
13
|
+
outputs:
|
|
14
|
+
- ".godpowers/stack/DECISION.md"
|
|
15
|
+
gates:
|
|
16
|
+
- "S-01 through S-05 have-nots"
|
|
17
|
+
- "scored candidates and flip points"
|
|
18
|
+
- "lock-in cost evidence"
|
|
19
|
+
handoff:
|
|
20
|
+
- "return stack decision and pause only for close tradeoffs or lock-in choices"
|
|
9
21
|
---
|
|
10
22
|
|
|
11
23
|
# God Stack Selector
|
|
@@ -7,6 +7,19 @@ description: |
|
|
|
7
7
|
|
|
8
8
|
Spawned by: skill orchestration after any artifact-producing agent
|
|
9
9
|
tools: Read, Grep, Glob
|
|
10
|
+
inputs:
|
|
11
|
+
- "just-produced artifact"
|
|
12
|
+
- "applicable have-nots list"
|
|
13
|
+
- "routing gate configuration"
|
|
14
|
+
outputs:
|
|
15
|
+
- "PASS, FAIL, or PARTIAL verdict"
|
|
16
|
+
- "standards findings"
|
|
17
|
+
gates:
|
|
18
|
+
- "substitution test"
|
|
19
|
+
- "three-label test"
|
|
20
|
+
- "artifact-specific have-nots"
|
|
21
|
+
handoff:
|
|
22
|
+
- "return gate behavior and remediation path to orchestrating skill"
|
|
10
23
|
---
|
|
11
24
|
|
|
12
25
|
# God Standards Check
|
|
@@ -8,6 +8,20 @@ description: |
|
|
|
8
8
|
|
|
9
9
|
Spawned by: /god-story, /god-feature --with-stories
|
|
10
10
|
tools: Read, Write, Bash, Grep
|
|
11
|
+
inputs:
|
|
12
|
+
- "user story prompt"
|
|
13
|
+
- "feature decomposition"
|
|
14
|
+
- "optional PRD and roadmap context"
|
|
15
|
+
outputs:
|
|
16
|
+
- "STORY.md content"
|
|
17
|
+
- "acceptance criteria"
|
|
18
|
+
- "initial slice plan"
|
|
19
|
+
gates:
|
|
20
|
+
- "user-story format"
|
|
21
|
+
- "runtime-test-friendly acceptance criteria"
|
|
22
|
+
- "linkage participation"
|
|
23
|
+
handoff:
|
|
24
|
+
- "return story artifact and suggested build or feature next step"
|
|
11
25
|
---
|
|
12
26
|
|
|
13
27
|
# God Storyteller
|
package/agents/god-updater.md
CHANGED
|
@@ -10,6 +10,20 @@ description: |
|
|
|
10
10
|
|
|
11
11
|
Spawned by: /god-sync, end of feature-addition recipe execution
|
|
12
12
|
tools: Read, Write, Edit, Bash, Grep, Glob, Task
|
|
13
|
+
inputs:
|
|
14
|
+
- "reconciliation verdict"
|
|
15
|
+
- "changed files"
|
|
16
|
+
- "trigger type and recent commits"
|
|
17
|
+
outputs:
|
|
18
|
+
- "updated affected artifacts"
|
|
19
|
+
- ".godpowers/SYNC-LOG.md"
|
|
20
|
+
- "local sync summaries"
|
|
21
|
+
gates:
|
|
22
|
+
- "per-artifact have-nots"
|
|
23
|
+
- "feature awareness and source sync-back freshness"
|
|
24
|
+
- "no broad context loading"
|
|
25
|
+
handoff:
|
|
26
|
+
- "return sync summary and remaining artifact drift if any"
|
|
13
27
|
---
|
|
14
28
|
|
|
15
29
|
# God Updater
|
package/lib/README.md
CHANGED
|
@@ -59,8 +59,10 @@ package-level integrations.
|
|
|
59
59
|
|
|
60
60
|
| Module | Purpose |
|
|
61
61
|
|--------|---------|
|
|
62
|
+
| `artifact-map.js` | Centralize canonical artifact paths for dashboards, gates, and helpers. |
|
|
62
63
|
| `artifact-linter.js` | Check artifacts for required labels, evidence, and domain precision. |
|
|
63
64
|
| `artifact-diff.js` | Compare artifact changes for review and release workflows. |
|
|
65
|
+
| `gate.js` | Run executable artifact gates for Phase 1 tier completion checks. |
|
|
64
66
|
| `have-nots-validator.js` | Check artifacts against known failure modes. |
|
|
65
67
|
| `meta-linter.js` | Validate Godpowers documentation and skill metadata. |
|
|
66
68
|
| `story-validator.js` | Validate story artifacts and story lifecycle state. |
|
|
@@ -108,6 +110,7 @@ package-level integrations.
|
|
|
108
110
|
| `installer-core.js` | Install and uninstall the Godpowers surface for each runtime. |
|
|
109
111
|
| `installer-files.js` | File-copy helpers shared by the installer and its tests. |
|
|
110
112
|
| `installer-args.js` | Parse `bin/install.js` arguments and subcommands. |
|
|
113
|
+
| `cli-dispatch.js` | Dispatch local CLI helper commands such as status, quick-proof, gate, dogfood, and extension-scaffold. |
|
|
111
114
|
| `install-profiles.js` | Select smaller role-specific slash-command install surfaces. |
|
|
112
115
|
| `installer-runtimes.js` | Map supported runtimes to their config directories. |
|
|
113
116
|
| `package-identity.js` | Centralize package name, version, repository, docs, and command identity. |
|