godpowers 3.0.0 → 3.0.2

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 (132) hide show
  1. package/CHANGELOG.md +46 -3
  2. package/README.md +28 -24
  3. package/RELEASE.md +31 -50
  4. package/SKILL.md +75 -113
  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 +10 -0
  46. package/lib/README.md +4 -0
  47. package/lib/agent-validator.js +67 -2
  48. package/lib/cli-dispatch.js +40 -1
  49. package/lib/command-families.js +10 -2
  50. package/lib/install-profiles.js +4 -1
  51. package/lib/installer-args.js +22 -0
  52. package/lib/recipe-coverage-sync.js +1 -1
  53. package/lib/release-surface-sync.js +3 -0
  54. package/lib/repo-doc-sync.js +1 -1
  55. package/lib/repo-surface-sync.js +3 -3
  56. package/lib/route-quality-sync.js +2 -2
  57. package/lib/router.js +6 -0
  58. package/lib/surface-profile.js +168 -0
  59. package/package.json +2 -2
  60. package/references/orchestration/GOD-MODE-RUNBOOK.md +9 -14
  61. package/references/orchestration/GOD-ORCHESTRATOR-RUNBOOK.md +43 -81
  62. package/references/shared/DASHBOARD-CONTRACT.md +66 -29
  63. package/references/shared/README.md +1 -1
  64. package/routing/god-demo.yaml +35 -0
  65. package/routing/god-first-run.yaml +34 -0
  66. package/routing/god-roadmap-check.yaml +2 -2
  67. package/routing/god-surface.yaml +39 -0
  68. package/routing/recipes/try-safely.yaml +26 -0
  69. package/skills/god-agent-audit.md +17 -15
  70. package/skills/god-arch.md +1 -3
  71. package/skills/god-archaeology.md +5 -6
  72. package/skills/god-audit.md +6 -7
  73. package/skills/god-automation-setup.md +6 -7
  74. package/skills/god-automation-status.md +6 -7
  75. package/skills/god-build.md +1 -3
  76. package/skills/god-context-scan.md +7 -8
  77. package/skills/god-demo.md +53 -0
  78. package/skills/god-deploy.md +1 -3
  79. package/skills/god-design-impact.md +5 -6
  80. package/skills/god-design.md +9 -3
  81. package/skills/god-discuss.md +5 -6
  82. package/skills/god-docs.md +5 -10
  83. package/skills/god-doctor.md +8 -9
  84. package/skills/god-dogfood.md +7 -10
  85. package/skills/god-explore.md +5 -7
  86. package/skills/god-feature.md +1 -3
  87. package/skills/god-first-run.md +64 -0
  88. package/skills/god-harden.md +1 -3
  89. package/skills/god-help.md +77 -51
  90. package/skills/god-hotfix.md +1 -3
  91. package/skills/god-hygiene.md +5 -6
  92. package/skills/god-launch.md +1 -3
  93. package/skills/god-lifecycle.md +11 -13
  94. package/skills/god-link.md +1 -3
  95. package/skills/god-list-assumptions.md +7 -8
  96. package/skills/god-locate.md +7 -8
  97. package/skills/god-map-codebase.md +5 -6
  98. package/skills/god-migrate.md +7 -18
  99. package/skills/god-mode.md +5 -0
  100. package/skills/god-next.md +16 -17
  101. package/skills/god-observe.md +1 -3
  102. package/skills/god-prd.md +1 -3
  103. package/skills/god-preflight.md +7 -8
  104. package/skills/god-progress.md +7 -8
  105. package/skills/god-reconcile.md +9 -10
  106. package/skills/god-reconstruct.md +5 -7
  107. package/skills/god-redo.md +1 -3
  108. package/skills/god-refactor.md +7 -10
  109. package/skills/god-repair.md +1 -3
  110. package/skills/god-repo.md +1 -3
  111. package/skills/god-restore.md +1 -3
  112. package/skills/god-roadmap-check.md +10 -10
  113. package/skills/god-roadmap.md +1 -3
  114. package/skills/god-rollback.md +1 -3
  115. package/skills/god-scan.md +6 -12
  116. package/skills/god-skip.md +1 -3
  117. package/skills/god-spike.md +5 -6
  118. package/skills/god-stack.md +1 -3
  119. package/skills/god-standards.md +5 -6
  120. package/skills/god-status.md +12 -10
  121. package/skills/god-story-build.md +1 -3
  122. package/skills/god-story-close.md +1 -3
  123. package/skills/god-story.md +1 -3
  124. package/skills/god-surface.md +61 -0
  125. package/skills/god-sync.md +7 -13
  126. package/skills/god-tech-debt.md +5 -6
  127. package/skills/god-test-runtime.md +4 -8
  128. package/skills/god-undo.md +1 -3
  129. package/skills/god-update-deps.md +1 -3
  130. package/skills/god-upgrade.md +1 -3
  131. package/skills/god-version.md +1 -1
  132. package/skills/god.md +53 -52
@@ -10,6 +10,21 @@ description: |
10
10
  Spawned by: /god-test-runtime, /god-build (optional after wave),
11
11
  /god-launch (mandatory gate), /god-harden (a11y check)
12
12
  tools: Read, Write, Bash, Grep
13
+ inputs:
14
+ - "runtime URL"
15
+ - "DESIGN.md"
16
+ - ".godpowers/prd/PRD.md"
17
+ - "project root"
18
+ outputs:
19
+ - ".godpowers/runtime/<run-id>/audit-report.json"
20
+ - ".godpowers/runtime/<run-id>/test-report.json"
21
+ - ".godpowers/runtime/<run-id>/summary.md"
22
+ gates:
23
+ - "WCAG AA contrast"
24
+ - "component drift threshold"
25
+ - "P-MUST acceptance flows"
26
+ handoff:
27
+ - "return run id, backend, report paths, and critical findings to spawner"
13
28
  ---
14
29
 
15
30
  # God Browser Tester
@@ -9,6 +9,20 @@ description: |
9
9
  Spawned by: /god-init (automatic quiet setup after consent), /god-context,
10
10
  /god-sync (refresh).
11
11
  tools: Read, Write, Edit, Bash, Grep, Glob
12
+ inputs:
13
+ - ".godpowers/state.json"
14
+ - "detected AI tool configuration"
15
+ - "DESIGN.md and PRODUCT.md presence"
16
+ outputs:
17
+ - "AGENTS.md godpowers fence"
18
+ - "tool-specific pointer files"
19
+ - "context refresh summary"
20
+ gates:
21
+ - "detect-then-write policy"
22
+ - "fenced edits only"
23
+ - "idempotent context output"
24
+ handoff:
25
+ - "return canonical and pointer write summary to invoking skill"
12
26
  ---
13
27
 
14
28
  # God Context Writer
@@ -10,6 +10,20 @@ description: |
10
10
  Spawned by: /god-suite-init, /god-suite-status, /god-suite-sync,
11
11
  /god-suite-release, /god-suite-patch
12
12
  tools: Read, Write, Edit, Bash, Grep, Glob, Task
13
+ inputs:
14
+ - "suite manifest"
15
+ - "per-repo state files"
16
+ - "suite operation request"
17
+ outputs:
18
+ - "suite coordination state"
19
+ - "per-repo orchestrator handoff files"
20
+ - "suite release or sync report"
21
+ gates:
22
+ - "per-repo orchestrator ownership"
23
+ - "byte-identical file sync verification"
24
+ - "suite meta-linter results"
25
+ handoff:
26
+ - "return suite-level status and per-repo next actions"
13
27
  ---
14
28
 
15
29
  # God Coordinator
@@ -7,6 +7,17 @@ description: |
7
7
 
8
8
  Spawned by: /god-tech-debt, brownfield-arc workflow
9
9
  tools: Read, Bash, Grep, Glob, WebSearch
10
+ inputs:
11
+ - "brownfield codebase"
12
+ - "optional archaeology report"
13
+ - "dependency and test evidence"
14
+ outputs:
15
+ - ".godpowers/tech-debt/REPORT.md"
16
+ gates:
17
+ - "technical debt prioritization evidence"
18
+ - "debt assessment have-nots"
19
+ handoff:
20
+ - "return prioritized P0 through P3 remediation plan"
10
21
  ---
11
22
 
12
23
  # God Debt Assessor
@@ -7,6 +7,19 @@ description: |
7
7
 
8
8
  Spawned by: /god-debug, when build encounters failures
9
9
  tools: Read, Edit, Bash, Grep, Glob, WebSearch
10
+ inputs:
11
+ - "bug report"
12
+ - "failing command evidence"
13
+ - "codebase and recent commits"
14
+ outputs:
15
+ - "regression test"
16
+ - "minimal fix"
17
+ - "debug conclusion summary"
18
+ gates:
19
+ - "observe-minimize-instrument-hypothesize-test-conclude sequence"
20
+ - "regression test passes"
21
+ handoff:
22
+ - "return root cause, fix files, and verification commands"
10
23
  ---
11
24
 
12
25
  # God Debugger
@@ -6,6 +6,19 @@ description: |
6
6
 
7
7
  Spawned by: /god-deploy, god-orchestrator
8
8
  tools: Read, Write, Edit, Bash, Glob
9
+ inputs:
10
+ - ".godpowers/arch/ARCH.md"
11
+ - ".godpowers/stack/DECISION.md"
12
+ - ".godpowers/state.json build evidence"
13
+ outputs:
14
+ - ".godpowers/state.json deploy evidence"
15
+ - "CI and deploy configuration"
16
+ - "rollback procedure"
17
+ gates:
18
+ - "D-01 through D-08 have-nots"
19
+ - "deploy state evidence is complete"
20
+ handoff:
21
+ - "return deploy evidence and smoke verification status"
9
22
  ---
10
23
 
11
24
  # God Deploy Engineer
@@ -7,6 +7,19 @@ description: |
7
7
 
8
8
  Spawned by: /god-update-deps
9
9
  tools: Read, Write, Edit, Bash, Grep, Glob, WebSearch
10
+ inputs:
11
+ - "package manifests"
12
+ - "lockfiles"
13
+ - "stack decision"
14
+ - "security advisories"
15
+ outputs:
16
+ - ".godpowers/deps/AUDIT.md"
17
+ - "classified dependency update plan"
18
+ gates:
19
+ - "DP-01 through DP-06 have-nots"
20
+ - "patch-minor-major risk classification"
21
+ handoff:
22
+ - "return safe updates, deferred migrations, and verification notes"
10
23
  ---
11
24
 
12
25
  # God Deps Auditor
@@ -9,6 +9,20 @@ description: |
9
9
 
10
10
  Spawned by: /god-design, god-orchestrator (mid-arc DESIGN/PRODUCT changes)
11
11
  tools: Read, Bash, Grep, Glob
12
+ inputs:
13
+ - "DESIGN.md diff"
14
+ - "PRODUCT.md"
15
+ - "PRD and design context"
16
+ outputs:
17
+ - "design review verdict"
18
+ - ".godpowers/design/REJECTED.md on block"
19
+ - "design.review-verdict event"
20
+ gates:
21
+ - "impeccable critique when available"
22
+ - "design-spec lint"
23
+ - "WCAG contrast checks"
24
+ handoff:
25
+ - "return PASS, WARN, or BLOCK verdict to design updater or orchestrator"
12
26
  ---
13
27
 
14
28
  # God Design Reviewer
@@ -8,6 +8,21 @@ description: |
8
8
 
9
9
  Spawned by: /god-design, god-orchestrator (Tier 1, conditional on UI)
10
10
  tools: Read, Write, Edit, Bash, Grep, Glob
11
+ inputs:
12
+ - ".godpowers/prd/PRD.md"
13
+ - ".godpowers/arch/ARCH.md"
14
+ - ".godpowers/stack/DECISION.md"
15
+ - ".godpowers/state.json"
16
+ outputs:
17
+ - "DESIGN.md"
18
+ - "PRODUCT.md when supported"
19
+ - ".godpowers/state.json design evidence"
20
+ gates:
21
+ - "design-spec lint"
22
+ - "impeccable detect when available"
23
+ - "design have-nots"
24
+ handoff:
25
+ - "return design artifact paths and validation summary to orchestrator"
11
26
  ---
12
27
 
13
28
  # God Designer
@@ -7,6 +7,19 @@ description: |
7
7
 
8
8
  Spawned by: /god-docs
9
9
  tools: Read, Write, Edit, Bash, Grep, Glob
10
+ inputs:
11
+ - "codebase"
12
+ - "existing documentation"
13
+ - "changed behavior evidence"
14
+ outputs:
15
+ - "updated docs"
16
+ - ".godpowers/docs/UPDATE-LOG.md"
17
+ gates:
18
+ - "DC-01 through DC-05 have-nots"
19
+ - "docs match code evidence"
20
+ - "substitution and three-label checks"
21
+ handoff:
22
+ - "return updated files and drift findings"
10
23
  ---
11
24
 
12
25
  # God Docs Writer
@@ -7,6 +7,20 @@ description: |
7
7
 
8
8
  Spawned by: god-orchestrator (one per slice, parallel waves)
9
9
  tools: Read, Write, Edit, Bash, Grep, Glob
10
+ inputs:
11
+ - "one slice from .godpowers/build/PLAN.md"
12
+ - "relevant architecture excerpts"
13
+ - ".godpowers/stack/DECISION.md"
14
+ outputs:
15
+ - "source code changes"
16
+ - "tests and regression coverage"
17
+ - "request-trace closeout"
18
+ gates:
19
+ - "RED-GREEN-REFACTOR sequence"
20
+ - "full test suite and lint for the slice"
21
+ - "requirement id annotations"
22
+ handoff:
23
+ - "return changed files and verification results to orchestrator without committing"
10
24
  ---
11
25
 
12
26
  # God Executor
@@ -7,6 +7,20 @@ description: |
7
7
 
8
8
  Spawned by: /god-explore
9
9
  tools: Read, Write, Bash, WebSearch
10
+ inputs:
11
+ - "free-form user intent"
12
+ - "optional existing artifacts"
13
+ - "optional domain glossary"
14
+ outputs:
15
+ - ".godpowers/explore/<slug>.md"
16
+ - ".godpowers/discussions/<topic>.md"
17
+ - "optional domain glossary update"
18
+ gates:
19
+ - "clarified problem framing"
20
+ - "hidden assumptions surfaced"
21
+ - "no PRD or architecture overreach"
22
+ handoff:
23
+ - "return clarified framing and suggested PRD seed"
10
24
  ---
11
25
 
12
26
  # God Explorer
@@ -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