godpowers 2.7.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.
Files changed (115) hide show
  1. package/CHANGELOG.md +43 -1
  2. package/README.md +32 -31
  3. package/RELEASE.md +32 -42
  4. package/SKILL.md +4 -1
  5. package/agents/god-archaeologist.md +11 -0
  6. package/agents/god-architect.md +12 -0
  7. package/agents/god-auditor.md +13 -0
  8. package/agents/god-automation-engineer.md +13 -0
  9. package/agents/god-browser-tester.md +15 -0
  10. package/agents/god-context-writer.md +14 -0
  11. package/agents/god-coordinator.md +14 -0
  12. package/agents/god-debt-assessor.md +11 -0
  13. package/agents/god-debugger.md +13 -0
  14. package/agents/god-deploy-engineer.md +13 -0
  15. package/agents/god-deps-auditor.md +13 -0
  16. package/agents/god-design-reviewer.md +14 -0
  17. package/agents/god-designer.md +15 -0
  18. package/agents/god-docs-writer.md +13 -0
  19. package/agents/god-executor.md +14 -0
  20. package/agents/god-explorer.md +14 -0
  21. package/agents/god-greenfieldifier.md +13 -0
  22. package/agents/god-harden-auditor.md +12 -0
  23. package/agents/god-incident-investigator.md +13 -0
  24. package/agents/god-launch-strategist.md +14 -0
  25. package/agents/god-migration-strategist.md +13 -0
  26. package/agents/god-observability-engineer.md +14 -0
  27. package/agents/god-orchestrator.md +16 -2
  28. package/agents/god-org-context-loader.md +11 -0
  29. package/agents/god-planner.md +11 -0
  30. package/agents/god-pm.md +14 -0
  31. package/agents/god-quality-reviewer.md +12 -0
  32. package/agents/god-reconciler.md +14 -1
  33. package/agents/god-reconstructor.md +16 -0
  34. package/agents/god-repo-scaffolder.md +11 -0
  35. package/agents/god-retrospective.md +11 -0
  36. package/agents/god-roadmap-reconciler.md +42 -87
  37. package/agents/god-roadmap-updater.md +11 -0
  38. package/agents/god-roadmapper.md +12 -0
  39. package/agents/god-spec-reviewer.md +14 -0
  40. package/agents/god-spike-runner.md +13 -0
  41. package/agents/god-stack-selector.md +12 -0
  42. package/agents/god-standards-check.md +13 -0
  43. package/agents/god-storyteller.md +14 -0
  44. package/agents/god-updater.md +14 -0
  45. package/bin/install.js +5 -5
  46. package/extensions/data-pack/manifest.yaml +1 -1
  47. package/extensions/data-pack/package.json +1 -1
  48. package/extensions/launch-pack/manifest.yaml +1 -1
  49. package/extensions/launch-pack/package.json +1 -1
  50. package/extensions/security-pack/manifest.yaml +1 -1
  51. package/extensions/security-pack/package.json +1 -1
  52. package/lib/README.md +3 -0
  53. package/lib/agent-validator.js +67 -2
  54. package/lib/command-families.js +13 -8
  55. package/lib/install-profiles.js +39 -13
  56. package/lib/installer-args.js +1 -1
  57. package/lib/recipe-coverage-sync.js +1 -1
  58. package/lib/release-surface-sync.js +3 -0
  59. package/lib/repo-doc-sync.js +1 -1
  60. package/lib/repo-surface-sync.js +3 -3
  61. package/lib/route-quality-sync.js +2 -2
  62. package/lib/router.js +6 -0
  63. package/package.json +2 -2
  64. package/references/orchestration/GOD-ORCHESTRATOR-RUNBOOK.md +12 -3
  65. package/routing/god-capture.yaml +41 -0
  66. package/routing/god-extend.yaml +47 -0
  67. package/routing/god-fix.yaml +37 -0
  68. package/routing/god-lifecycle.yaml +1 -1
  69. package/routing/god-locate.yaml +1 -1
  70. package/routing/god-plan.yaml +45 -0
  71. package/routing/god-roadmap-check.yaml +2 -2
  72. package/routing/god-ship.yaml +39 -0
  73. package/skills/god-agent-audit.md +12 -9
  74. package/skills/god-arch.md +1 -3
  75. package/skills/god-build.md +1 -3
  76. package/skills/god-capture.md +45 -0
  77. package/skills/god-deploy.md +1 -3
  78. package/skills/god-design.md +9 -3
  79. package/skills/god-doctor.md +1 -1
  80. package/skills/god-extend.md +48 -0
  81. package/skills/god-feature.md +1 -3
  82. package/skills/god-fix.md +43 -0
  83. package/skills/god-harden.md +1 -3
  84. package/skills/god-hotfix.md +1 -3
  85. package/skills/god-launch.md +1 -3
  86. package/skills/god-lifecycle.md +6 -0
  87. package/skills/god-link.md +1 -3
  88. package/skills/god-locate.md +6 -0
  89. package/skills/god-migrate.md +1 -3
  90. package/skills/god-mode.md +5 -0
  91. package/skills/god-observe.md +1 -3
  92. package/skills/god-plan.md +51 -0
  93. package/skills/god-prd.md +1 -3
  94. package/skills/god-reconcile.md +4 -4
  95. package/skills/god-redo.md +1 -3
  96. package/skills/god-refactor.md +1 -3
  97. package/skills/god-repair.md +1 -3
  98. package/skills/god-repo.md +1 -3
  99. package/skills/god-restore.md +1 -3
  100. package/skills/god-roadmap-check.md +5 -3
  101. package/skills/god-roadmap.md +1 -3
  102. package/skills/god-rollback.md +1 -3
  103. package/skills/god-scan.md +1 -3
  104. package/skills/god-ship.md +44 -0
  105. package/skills/god-skip.md +1 -3
  106. package/skills/god-stack.md +1 -3
  107. package/skills/god-status.md +13 -8
  108. package/skills/god-story-build.md +1 -3
  109. package/skills/god-story-close.md +1 -3
  110. package/skills/god-story.md +1 -3
  111. package/skills/god-sync.md +3 -5
  112. package/skills/god-undo.md +1 -3
  113. package/skills/god-update-deps.md +1 -3
  114. package/skills/god-upgrade.md +1 -3
  115. package/skills/god-version.md +1 -1
@@ -7,6 +7,19 @@ description: |
7
7
 
8
8
  Spawned by: brownfield-arc, bluefield-arc, god-orchestrator
9
9
  tools: Read, Write, Edit, Bash, Grep, Glob
10
+ inputs:
11
+ - "greenfield simulation audit"
12
+ - ".godpowers/state.json"
13
+ - "canonical Godpowers artifacts"
14
+ outputs:
15
+ - "controlled artifact migration plan"
16
+ - "approved canonical artifact updates"
17
+ gates:
18
+ - "user approval before rewriting artifacts"
19
+ - "state.json handoff authority"
20
+ - "greenfieldification rules"
21
+ handoff:
22
+ - "return migrated artifacts and remaining brownfield or bluefield gaps"
10
23
  ---
11
24
 
12
25
  # God Greenfieldifier
@@ -7,6 +7,18 @@ description: |
7
7
 
8
8
  Spawned by: /god-harden, god-orchestrator
9
9
  tools: Read, Bash, Grep, Glob, WebSearch
10
+ inputs:
11
+ - "codebase"
12
+ - ".godpowers/state.json deploy evidence"
13
+ - "optional org security standards"
14
+ outputs:
15
+ - ".godpowers/harden/FINDINGS.md"
16
+ gates:
17
+ - "H-01 through H-11 have-nots"
18
+ - "Critical findings block launch"
19
+ - "manual adversarial review"
20
+ handoff:
21
+ - "return security findings and block launch on unresolved Critical issues"
10
22
  ---
11
23
 
12
24
  # God Harden Auditor
@@ -8,6 +8,19 @@ description: |
8
8
 
9
9
  Spawned by: /god-postmortem
10
10
  tools: Read, Write, Edit, Bash, Grep, Glob
11
+ inputs:
12
+ - "logs and events"
13
+ - "git history"
14
+ - "hotfix commit"
15
+ - "optional handoff"
16
+ outputs:
17
+ - ".godpowers/postmortems/<id>/POSTMORTEM.md"
18
+ - "runbook update recommendations"
19
+ gates:
20
+ - "PM-01 through PM-08 have-nots"
21
+ - "timeline and class-of-bug evidence"
22
+ handoff:
23
+ - "return postmortem path, action items, and prevention class"
11
24
  ---
12
25
 
13
26
  # God Incident Investigator
@@ -7,6 +7,20 @@ description: |
7
7
 
8
8
  Spawned by: /god-launch, god-orchestrator
9
9
  tools: Read, Write, Edit, Bash, Grep, WebSearch
10
+ inputs:
11
+ - ".godpowers/prd/PRD.md"
12
+ - ".godpowers/harden/FINDINGS.md"
13
+ - ".godpowers/state.json launch prerequisites"
14
+ outputs:
15
+ - ".godpowers/state.json launch evidence"
16
+ - "landing copy and channel messaging"
17
+ - "D-7 to D+7 launch runbook"
18
+ gates:
19
+ - "L-01 through L-08 have-nots"
20
+ - "no unresolved Critical harden findings"
21
+ - "launch state evidence is complete"
22
+ handoff:
23
+ - "return launch evidence and pause only for human-only brand choices"
10
24
  ---
11
25
 
12
26
  # God Launch Strategist
@@ -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 or
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
@@ -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)
@@ -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
- - (Same as god-roadmap-reconciler, integrated)
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
- Reconciles user intent against ROADMAP.md before any feature work begins.
5
- Classifies intent as: already-done, enhancement, prerequisite-needed, or new.
6
- Prevents duplicate work, bypassed dependencies, and roadmap drift.
7
-
8
- Spawned by: /god-roadmap-check, recipe execution (feature-addition category)
9
- tools: Read, Bash, Grep, Glob
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
- Before doing feature work, ask: does this overlap with ROADMAP.md?
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 (one paragraph describing what they want)
19
- - `.godpowers/roadmap/ROADMAP.md` (the existing roadmap)
20
- - `.godpowers/state.json` (to know lifecycle phase)
21
- - Optional: `.godpowers/prd/PRD.md` (to check requirement coverage)
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
- ### 1. Read ROADMAP.md
26
-
27
- Parse milestones from Now / Next / Later sections. Extract:
28
- - Each milestone's goal and features
29
- - The increment's `**Status**:` field (pending/building/done)
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
- #### Status: ENHANCEMENT
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
- #### Status: PREREQUISITE-NEEDED
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
- - Returns "new" when there's clearly an existing milestone covering it
114
- - Returns "already-done" without checking actual completion status
115
- - Recommends bypassing a milestone's normal workflow without justification
116
- - No prerequisite check when one exists
117
- - Uses keyword-match alone without semantic check
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
- The orchestrator should skip this agent in cases where reconciliation would be noise:
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
@@ -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
@@ -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