codex-genesis-harness 0.1.0 → 0.1.4

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 (328) hide show
  1. package/.codebase/API_CONTRACTS.md +12 -0
  2. package/.codebase/ARCHITECTURE.md +6 -0
  3. package/.codebase/ARCHITECTURE_REVIEW_COMPLETE.md +216 -0
  4. package/.codebase/CURRENT_STATE.md +8 -0
  5. package/.codebase/DEPENDENCY_GRAPH.md +14 -0
  6. package/.codebase/DOMAIN_MODELS.md +10 -0
  7. package/.codebase/EVOLUTION_PLAN.md +35 -0
  8. package/.codebase/FILE_NAMING_CLARIFICATION.md +161 -0
  9. package/.codebase/HARNESS_COMPLETENESS_AUDIT.md +613 -0
  10. package/.codebase/IMPLEMENTATION_COMPLETE.md +429 -0
  11. package/.codebase/IMPLEMENTATION_HANDOFF.md +351 -0
  12. package/.codebase/IMPROVEMENTS_SUMMARY.md +419 -0
  13. package/.codebase/KNOWN_PROBLEMS.md +6 -0
  14. package/.codebase/MODULE_INDEX.md +13 -0
  15. package/.codebase/PHASE3_SKILLS_NAMING_COMPLETE.md +292 -0
  16. package/.codebase/PHASE_DEPENDENCY_MAP.md +486 -0
  17. package/.codebase/PIPELINE_FLOW.md +14 -0
  18. package/.codebase/QUICK_START_SPEC_IMPACT.md +456 -0
  19. package/.codebase/README.md +139 -0
  20. package/.codebase/RECOVERY_POINTS.md +438 -0
  21. package/.codebase/TEST_MATRIX.md +11 -0
  22. package/.codebase/UI_ROUTES.md +4 -0
  23. package/.codebase/context/backend-summary.md +4 -0
  24. package/.codebase/context/frontend-summary.md +4 -0
  25. package/.codebase/context/pipeline-summary.md +4 -0
  26. package/.codebase/context/providers-summary.md +4 -0
  27. package/.codebase/context/render-summary.md +4 -0
  28. package/.codebase/context/tests-summary.md +4 -0
  29. package/.codex/skills/genesis-ai-provider/SKILL.md +46 -0
  30. package/.codex/skills/genesis-ai-provider/agents/openai.yaml +7 -0
  31. package/.codex/skills/genesis-ai-provider/checklists/checklist.md +9 -0
  32. package/.codex/skills/genesis-ai-provider/examples/example.md +4 -0
  33. package/.codex/skills/genesis-ai-provider/templates/provider-contract-template.md +9 -0
  34. package/.codex/skills/genesis-api-contract/SKILL.md +46 -0
  35. package/.codex/skills/genesis-api-contract/agents/openai.yaml +7 -0
  36. package/.codex/skills/genesis-api-contract/checklists/checklist.md +8 -0
  37. package/.codex/skills/genesis-api-contract/examples/example.md +4 -0
  38. package/.codex/skills/genesis-api-contract/templates/api-contract-template.md +4 -0
  39. package/.codex/skills/genesis-api-sync/SKILL.md +354 -0
  40. package/.codex/skills/genesis-api-sync/agents/openai.yaml +7 -0
  41. package/.codex/skills/genesis-api-sync/checklists/api-sync-checklist.md +101 -0
  42. package/.codex/skills/genesis-api-sync/examples/example.md +68 -0
  43. package/.codex/skills/genesis-api-sync/templates/api-change-template.md +257 -0
  44. package/.codex/skills/genesis-architecture/SKILL.md +46 -0
  45. package/.codex/skills/genesis-architecture/agents/openai.yaml +7 -0
  46. package/.codex/skills/genesis-architecture/checklists/checklist.md +8 -0
  47. package/.codex/skills/genesis-architecture/examples/example.md +4 -0
  48. package/.codex/skills/genesis-architecture/templates/architecture-decision-template.md +14 -0
  49. package/.codex/skills/genesis-codebase-map/SKILL.md +46 -0
  50. package/.codex/skills/genesis-codebase-map/agents/openai.yaml +7 -0
  51. package/.codex/skills/genesis-codebase-map/checklists/checklist.md +7 -0
  52. package/.codex/skills/genesis-codebase-map/examples/example.md +4 -0
  53. package/.codex/skills/genesis-codebase-map/templates/map-update-template.md +8 -0
  54. package/.codex/skills/genesis-debug-guide/SKILL.md +479 -0
  55. package/.codex/skills/genesis-debug-guide/agents/openai.yaml +7 -0
  56. package/.codex/skills/genesis-debug-guide/checklists/flaky-test-investigation.md +339 -0
  57. package/.codex/skills/genesis-debug-guide/checklists/production-bug-debug.md +210 -0
  58. package/.codex/skills/genesis-debug-guide/checklists/test-failure-debug.md +158 -0
  59. package/.codex/skills/genesis-debug-guide/examples/example.md +48 -0
  60. package/.codex/skills/genesis-debug-guide/observability/debug-commands.md +365 -0
  61. package/.codex/skills/genesis-debug-guide/playbooks/unit-test-failures.md +289 -0
  62. package/.codex/skills/genesis-debug-guide/templates/debug-investigation-log.md +288 -0
  63. package/.codex/skills/genesis-design-spec/SKILL.md +46 -0
  64. package/.codex/skills/genesis-design-spec/agents/openai.yaml +7 -0
  65. package/.codex/skills/genesis-design-spec/checklists/checklist.md +7 -0
  66. package/.codex/skills/genesis-design-spec/examples/example.md +4 -0
  67. package/.codex/skills/genesis-design-spec/templates/design-spec-template.md +9 -0
  68. package/.codex/skills/genesis-docs/SKILL.md +46 -0
  69. package/.codex/skills/genesis-docs/agents/openai.yaml +7 -0
  70. package/.codex/skills/genesis-docs/checklists/checklist.md +7 -0
  71. package/.codex/skills/genesis-docs/examples/example.md +4 -0
  72. package/.codex/skills/genesis-docs/templates/docs-update-template.md +8 -0
  73. package/.codex/skills/genesis-docs-automation/SKILL.md +1003 -0
  74. package/.codex/skills/genesis-docs-automation/agents/openai.yaml +7 -0
  75. package/.codex/skills/genesis-docs-automation/checklists/docs-validation.md +359 -0
  76. package/.codex/skills/genesis-docs-automation/checklists/spec-alignment.md +312 -0
  77. package/.codex/skills/genesis-docs-automation/examples/example.md +59 -0
  78. package/.codex/skills/genesis-docs-automation/observability/docs-tracking.md +382 -0
  79. package/.codex/skills/genesis-docs-automation/playbooks/auto-update-flow.md +851 -0
  80. package/.codex/skills/genesis-docs-automation/playbooks/changelog-generation.md +491 -0
  81. package/.codex/skills/genesis-docs-automation/templates/changelog-entry-template.md +187 -0
  82. package/.codex/skills/genesis-docs-automation/templates/handoff-template.md +297 -0
  83. package/.codex/skills/genesis-harness/SKILL.md +1418 -0
  84. package/.codex/skills/genesis-harness/agents/openai.yaml +9 -0
  85. package/.codex/skills/genesis-harness/checklists/bug-fix-qa.md +169 -0
  86. package/.codex/skills/genesis-harness/checklists/checklist.md +10 -0
  87. package/.codex/skills/genesis-harness/checklists/new-feature-qa.md +157 -0
  88. package/.codex/skills/genesis-harness/checklists/refactor-qa.md +216 -0
  89. package/.codex/skills/genesis-harness/checklists/requirements-validation.md +211 -0
  90. package/.codex/skills/genesis-harness/examples/example.md +4 -0
  91. package/.codex/skills/genesis-harness/resources/change-impact-matrix-template.md +204 -0
  92. package/.codex/skills/genesis-harness/resources/foundation-phase-template.md +131 -0
  93. package/.codex/skills/genesis-harness/resources/phase-00-foundation-template.md +76 -0
  94. package/.codex/skills/genesis-harness/resources/post-implementation-guide.md +347 -0
  95. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-architecture-boundaries.sh +23 -23
  96. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-docs-sync.sh +24 -24
  97. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-no-debug-logs.sh +21 -21
  98. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-required-planning-files.sh +46 -46
  99. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-spec-changelog.sh +24 -24
  100. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/check-task-tracking.sh +25 -25
  101. package/.codex/skills/genesis-harness/scripts/compact-context.sh +54 -0
  102. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/create-adr.sh +74 -74
  103. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/create-bug.sh +160 -160
  104. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/create-feature.sh +217 -217
  105. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/detect-stack.sh +26 -26
  106. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/init-planning.sh +750 -719
  107. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/list-changed-files.sh +12 -12
  108. package/.codex/skills/genesis-harness/scripts/offload-log.sh +72 -0
  109. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/run-verification.sh +47 -47
  110. package/.codex/skills/genesis-harness/scripts/run-verify-loop.sh +75 -0
  111. package/.codex/skills/{project-genesis-harness → genesis-harness}/scripts/update-state.sh +33 -33
  112. package/.codex/skills/genesis-harness/templates/harness-workflow-template.md +10 -0
  113. package/.codex/skills/genesis-harness-engineering/SKILL.md +159 -0
  114. package/.codex/skills/genesis-harness-engineering/agents/openai.yaml +7 -0
  115. package/.codex/skills/genesis-harness-engineering/checklists/checklist.md +48 -0
  116. package/.codex/skills/genesis-harness-engineering/examples/example.md +57 -0
  117. package/.codex/skills/genesis-harness-engineering/playbooks/harness-evolution.md +99 -0
  118. package/.codex/skills/genesis-harness-engineering/templates/harness-change-template.md +37 -0
  119. package/.codex/skills/genesis-new-design/SKILL.md +95 -0
  120. package/.codex/skills/genesis-new-design/agents/openai.yaml +4 -0
  121. package/.codex/skills/genesis-new-design/checklists/checklist.md +8 -0
  122. package/.codex/skills/genesis-new-design/examples/example.md +4 -0
  123. package/.codex/skills/genesis-new-design/templates/new-design-template.md +9 -0
  124. package/.codex/skills/genesis-observability-automation/SKILL.md +382 -0
  125. package/.codex/skills/genesis-observability-automation/agents/openai.yaml +7 -0
  126. package/.codex/skills/genesis-observability-automation/examples/example.md +86 -0
  127. package/.codex/skills/genesis-performance-profiling/SKILL.md +510 -0
  128. package/.codex/skills/genesis-performance-profiling/agents/openai.yaml +6 -0
  129. package/.codex/skills/genesis-performance-profiling/checklists/optimization-verification.md +199 -0
  130. package/.codex/skills/genesis-performance-profiling/checklists/performance-baseline.md +183 -0
  131. package/.codex/skills/genesis-performance-profiling/examples/example.md +234 -0
  132. package/.codex/skills/genesis-performance-profiling/observability/performance-tracking.md +202 -0
  133. package/.codex/skills/genesis-performance-profiling/playbooks/load-testing-orchestration.md +593 -0
  134. package/.codex/skills/genesis-performance-profiling/playbooks/profiling-playbook.md +601 -0
  135. package/.codex/skills/genesis-performance-profiling/templates/load-test-config-template.md +428 -0
  136. package/.codex/skills/genesis-performance-profiling/templates/performance-report-template.md +238 -0
  137. package/.codex/skills/genesis-pipeline-orchestration/SKILL.md +46 -0
  138. package/.codex/skills/genesis-pipeline-orchestration/agents/openai.yaml +7 -0
  139. package/.codex/skills/genesis-pipeline-orchestration/checklists/checklist.md +12 -0
  140. package/.codex/skills/genesis-pipeline-orchestration/examples/example.md +4 -0
  141. package/.codex/skills/genesis-pipeline-orchestration/templates/orchestration-template.md +12 -0
  142. package/.codex/skills/genesis-planning/SKILL.md +46 -0
  143. package/.codex/skills/genesis-planning/agents/openai.yaml +7 -0
  144. package/.codex/skills/genesis-planning/checklists/checklist.md +8 -0
  145. package/.codex/skills/genesis-planning/examples/example.md +4 -0
  146. package/.codex/skills/genesis-planning/templates/plan-template.md +11 -0
  147. package/.codex/skills/genesis-release/SKILL.md +46 -0
  148. package/.codex/skills/genesis-release/agents/openai.yaml +7 -0
  149. package/.codex/skills/genesis-release/checklists/checklist.md +8 -0
  150. package/.codex/skills/genesis-release/examples/example.md +4 -0
  151. package/.codex/skills/genesis-release/templates/release-checklist-template.md +9 -0
  152. package/.codex/skills/genesis-release-orchestration/SKILL.md +653 -0
  153. package/.codex/skills/genesis-release-orchestration/agents/openai.yaml +7 -0
  154. package/.codex/skills/genesis-release-orchestration/checklists/post-deployment-verification.md +274 -0
  155. package/.codex/skills/genesis-release-orchestration/checklists/pre-release-validation.md +220 -0
  156. package/.codex/skills/genesis-release-orchestration/examples/example.md +78 -0
  157. package/.codex/skills/genesis-release-orchestration/observability/release-tracking.md +253 -0
  158. package/.codex/skills/genesis-release-orchestration/playbooks/canary-deployment-orchestration.md +472 -0
  159. package/.codex/skills/genesis-release-orchestration/playbooks/semantic-versioning-automation.md +494 -0
  160. package/.codex/skills/genesis-release-orchestration/templates/deployment-strategy-template.md +303 -0
  161. package/.codex/skills/genesis-release-orchestration/templates/release-runbook-template.md +420 -0
  162. package/.codex/skills/genesis-research/SKILL.md +46 -0
  163. package/.codex/skills/genesis-research/agents/openai.yaml +7 -0
  164. package/.codex/skills/genesis-research/checklists/checklist.md +7 -0
  165. package/.codex/skills/genesis-research/examples/example.md +4 -0
  166. package/.codex/skills/genesis-research/templates/research-note-template.md +9 -0
  167. package/.codex/skills/genesis-research-first/SKILL.md +237 -0
  168. package/.codex/skills/genesis-research-first/agents/openai.yaml +7 -0
  169. package/.codex/skills/genesis-research-first/examples/example.md +85 -0
  170. package/.codex/skills/genesis-spec-propagation/SKILL.md +534 -0
  171. package/.codex/skills/genesis-spec-propagation/agents/openai.yaml +7 -0
  172. package/.codex/skills/genesis-spec-propagation/checklists/phase-update-verification.md +384 -0
  173. package/.codex/skills/genesis-spec-propagation/checklists/spec-change-detection.md +257 -0
  174. package/.codex/skills/genesis-spec-propagation/examples/example.md +63 -0
  175. package/.codex/skills/genesis-spec-propagation/observability/propagation-tracking.md +373 -0
  176. package/.codex/skills/genesis-spec-propagation/playbooks/breaking-change-propagation.md +692 -0
  177. package/.codex/skills/genesis-spec-propagation/playbooks/feature-change-propagation.md +434 -0
  178. package/.codex/skills/genesis-spec-propagation/templates/migration-guide-template.md +407 -0
  179. package/.codex/skills/genesis-upgrade-design/SKILL.md +97 -0
  180. package/.codex/skills/genesis-upgrade-design/agents/openai.yaml +4 -0
  181. package/.codex/skills/genesis-upgrade-design/checklists/checklist.md +8 -0
  182. package/.codex/skills/genesis-upgrade-design/examples/example.md +4 -0
  183. package/.codex/skills/genesis-upgrade-design/templates/upgrade-design-template.md +9 -0
  184. package/.codex/skills/spec-impact-engine/SKILL.md +504 -0
  185. package/.codex/skills/spec-impact-engine/agents/openai.yaml +7 -0
  186. package/.codex/skills/spec-impact-engine/detect-spec-changes.sh +262 -0
  187. package/.codex/skills/spec-impact-engine/examples/example.md +98 -0
  188. package/.codex/skills/spec-impact-engine/templates/impact-report.md +248 -0
  189. package/.codex/skills/spec-impact-engine/templates/migration-guide.md +223 -0
  190. package/.codex/skills/ui-ux-test-skill/SKILL.md +46 -0
  191. package/.codex/skills/ui-ux-test-skill/agents/openai.yaml +7 -0
  192. package/.codex/skills/ui-ux-test-skill/checklists/checklist.md +8 -0
  193. package/.codex/skills/ui-ux-test-skill/examples/example.md +4 -0
  194. package/.codex/skills/ui-ux-test-skill/templates/playwright-test-template.md +4 -0
  195. package/.codex-plugin/plugin.json +13 -11
  196. package/README.EN.md +719 -0
  197. package/README.VI.md +712 -0
  198. package/README.md +318 -181
  199. package/VERSION +1 -1
  200. package/bin/genesis-harness.js +133 -79
  201. package/contracts/agents/CharacterBibleAgent/error.json +1 -0
  202. package/contracts/agents/CharacterBibleAgent/example.json +1 -0
  203. package/contracts/agents/CharacterBibleAgent/request.json +1 -0
  204. package/contracts/agents/CharacterBibleAgent/response.json +1 -0
  205. package/contracts/agents/CharacterBibleAgent/schema.json +1 -0
  206. package/contracts/agents/ImageGenerationAgent/error.json +1 -0
  207. package/contracts/agents/ImageGenerationAgent/example.json +1 -0
  208. package/contracts/agents/ImageGenerationAgent/request.json +1 -0
  209. package/contracts/agents/ImageGenerationAgent/response.json +1 -0
  210. package/contracts/agents/ImageGenerationAgent/schema.json +1 -0
  211. package/contracts/agents/PipelineOrchestrator/error.json +1 -0
  212. package/contracts/agents/PipelineOrchestrator/example.json +1 -0
  213. package/contracts/agents/PipelineOrchestrator/request.json +1 -0
  214. package/contracts/agents/PipelineOrchestrator/response.json +1 -0
  215. package/contracts/agents/PipelineOrchestrator/schema.json +1 -0
  216. package/contracts/agents/PromptGenerationAgent/error.json +1 -0
  217. package/contracts/agents/PromptGenerationAgent/example.json +1 -0
  218. package/contracts/agents/PromptGenerationAgent/request.json +1 -0
  219. package/contracts/agents/PromptGenerationAgent/response.json +1 -0
  220. package/contracts/agents/PromptGenerationAgent/schema.json +1 -0
  221. package/contracts/agents/RenderAgent/error.json +1 -0
  222. package/contracts/agents/RenderAgent/example.json +1 -0
  223. package/contracts/agents/RenderAgent/request.json +1 -0
  224. package/contracts/agents/RenderAgent/response.json +1 -0
  225. package/contracts/agents/RenderAgent/schema.json +1 -0
  226. package/contracts/agents/ScenePlanningAgent/error.json +1 -0
  227. package/contracts/agents/ScenePlanningAgent/example.json +1 -0
  228. package/contracts/agents/ScenePlanningAgent/request.json +1 -0
  229. package/contracts/agents/ScenePlanningAgent/response.json +1 -0
  230. package/contracts/agents/ScenePlanningAgent/schema.json +1 -0
  231. package/contracts/agents/ScreenplayAgent/error.json +1 -0
  232. package/contracts/agents/ScreenplayAgent/example.json +1 -0
  233. package/contracts/agents/ScreenplayAgent/request.json +1 -0
  234. package/contracts/agents/ScreenplayAgent/response.json +1 -0
  235. package/contracts/agents/ScreenplayAgent/schema.json +1 -0
  236. package/contracts/agents/StoryAnalysisAgent/error.json +1 -0
  237. package/contracts/agents/StoryAnalysisAgent/example.json +1 -0
  238. package/contracts/agents/StoryAnalysisAgent/request.json +1 -0
  239. package/contracts/agents/StoryAnalysisAgent/response.json +1 -0
  240. package/contracts/agents/StoryAnalysisAgent/schema.json +1 -0
  241. package/contracts/agents/SubtitleGenerationAgent/error.json +1 -0
  242. package/contracts/agents/SubtitleGenerationAgent/example.json +1 -0
  243. package/contracts/agents/SubtitleGenerationAgent/request.json +1 -0
  244. package/contracts/agents/SubtitleGenerationAgent/response.json +1 -0
  245. package/contracts/agents/SubtitleGenerationAgent/schema.json +1 -0
  246. package/contracts/agents/VoiceGenerationAgent/error.json +1 -0
  247. package/contracts/agents/VoiceGenerationAgent/example.json +1 -0
  248. package/contracts/agents/VoiceGenerationAgent/request.json +1 -0
  249. package/contracts/agents/VoiceGenerationAgent/response.json +1 -0
  250. package/contracts/agents/VoiceGenerationAgent/schema.json +1 -0
  251. package/contracts/api/README.md +4 -0
  252. package/contracts/api/endpoint-template/error.json +7 -0
  253. package/contracts/api/endpoint-template/example.json +11 -0
  254. package/contracts/api/endpoint-template/request.json +7 -0
  255. package/contracts/api/endpoint-template/response.json +6 -0
  256. package/contracts/api/endpoint-template/schema.json +9 -0
  257. package/contracts/events/README.md +4 -0
  258. package/contracts/events/event-template/error.json +4 -0
  259. package/contracts/events/event-template/example.json +6 -0
  260. package/contracts/events/event-template/request.json +6 -0
  261. package/contracts/events/event-template/response.json +3 -0
  262. package/contracts/events/event-template/schema.json +8 -0
  263. package/contracts/ui/README.md +4 -0
  264. package/contracts/ui/screen-template/error.json +4 -0
  265. package/contracts/ui/screen-template/example.json +7 -0
  266. package/contracts/ui/screen-template/request.json +4 -0
  267. package/contracts/ui/screen-template/response.json +4 -0
  268. package/contracts/ui/screen-template/schema.json +8 -0
  269. package/fixtures/agents/agent-fixture-template.md +14 -0
  270. package/fixtures/api/api-fixture-template.md +14 -0
  271. package/fixtures/images/image-fixture-template.md +14 -0
  272. package/fixtures/pipeline/pipeline-fixture-template.md +14 -0
  273. package/fixtures/render/render-fixture-template.md +14 -0
  274. package/fixtures/tts/tts-fixture-template.md +14 -0
  275. package/fixtures/videos/video-fixture-template.md +14 -0
  276. package/observability/agent-runs/agent-run-template.md +22 -0
  277. package/observability/decision-logs/decision-log-template.md +18 -0
  278. package/observability/failures/failure-template.md +18 -0
  279. package/package.json +8 -2
  280. package/playwright/e2e/e2e-template.md +4 -0
  281. package/playwright/fixtures/ui-fixture-template.md +4 -0
  282. package/playwright/smoke/smoke-template.md +4 -0
  283. package/playwright/visual/visual-regression-template.md +4 -0
  284. package/scripts/README.md +342 -0
  285. package/scripts/compact-context.sh +54 -0
  286. package/scripts/detect-changes.sh +152 -0
  287. package/scripts/install.sh +103 -69
  288. package/scripts/offload-log.sh +72 -0
  289. package/scripts/run-evals.sh +118 -52
  290. package/scripts/run-verify-loop.sh +75 -0
  291. package/scripts/uninstall.sh +81 -52
  292. package/scripts/verify.sh +380 -109
  293. package/tests/contracts/contract-template.test.md +10 -0
  294. package/tests/fixtures/fixture-index.md +4 -0
  295. package/tests/integration/integration-template.test.md +4 -0
  296. package/tests/unit/unit-template.test.md +4 -0
  297. package/.codex/skills/project-genesis-harness/SKILL.md +0 -727
  298. package/.codex/skills/project-genesis-harness/agents/openai.yaml +0 -9
  299. /package/.codex/skills/{project-genesis-harness → genesis-harness}/references/planning-schema.md +0 -0
  300. /package/.codex/skills/{project-genesis-harness → genesis-harness}/references/quality-rubric.md +0 -0
  301. /package/.codex/skills/{project-genesis-harness → genesis-harness}/references/research-rubric.md +0 -0
  302. /package/.codex/skills/{project-genesis-harness → genesis-harness}/references/workflows.md +0 -0
  303. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/agents-template.md +0 -0
  304. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/api-docs-template.md +0 -0
  305. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/architecture-template.md +0 -0
  306. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/audit-template.md +0 -0
  307. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/bug-template.md +0 -0
  308. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/check-template.md +0 -0
  309. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/conventions-template.md +0 -0
  310. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/decision-template.md +0 -0
  311. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/design-template.md +0 -0
  312. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/escalation-template.md +0 -0
  313. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/feature-template.md +0 -0
  314. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/integrations-template.md +0 -0
  315. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/journeys-template.md +0 -0
  316. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/lessons-learned-template.md +0 -0
  317. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/observability-template.md +0 -0
  318. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/phase-template.md +0 -0
  319. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/pitfalls-template.md +0 -0
  320. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/planning-tree-template.md +0 -0
  321. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/project-template.md +0 -0
  322. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/quality-score-template.md +0 -0
  323. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/requirements-template.md +0 -0
  324. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/research-template.md +0 -0
  325. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/review-template.md +0 -0
  326. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/spec-changelog-template.md +0 -0
  327. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/stack-template.md +0 -0
  328. /package/.codex/skills/{project-genesis-harness → genesis-harness}/resources/verification-template.md +0 -0
@@ -0,0 +1,479 @@
1
+ ---
2
+ name: debug-guide-skill
3
+ description: "Systematic debugging for test failures, runtime errors, and production bugs. Follows TDD debugging patterns, isolation strategies, and observability-driven root cause analysis. Auto-triggers after bug fixes to verify fix quality and prevent regressions."
4
+ ---
5
+
6
+ # Genesis Debug Guide Skill
7
+
8
+ ## Purpose
9
+ Transform debugging from trial-and-error into systematic, evidence-based root cause analysis. Guides developers through structured investigation workflows that isolate problems quickly and verify fixes thoroughly.
10
+
11
+ ## When to use
12
+
13
+ **Manual trigger** (explicit debugging needs):
14
+ - Test failures that need systematic investigation
15
+ - Production bugs requiring observability analysis
16
+ - Flaky tests needing isolation strategy
17
+ - Runtime errors with unclear root cause
18
+ - After `/fix-bug` completion for fix verification
19
+
20
+ **Auto-trigger** (implicit, hook-based):
21
+ - ✅ **After `/fix-bug` completes** → Auto-activate debug verification
22
+ - ✅ **During test failures** → Suggest debug workflow
23
+ - ✅ **On runtime errors** → Guide observability-first troubleshooting
24
+
25
+ ## When NOT to use
26
+ - Simple deterministic bugs with obvious fixes (obvious syntax errors)
27
+ - One-liner configuration changes
28
+ - Documentation-only updates
29
+
30
+ ## Inputs required
31
+
32
+ For effective debugging:
33
+ - Error message or failing test
34
+ - Expected vs actual behavior
35
+ - Steps to reproduce (if applicable)
36
+ - Recent code changes or environment info
37
+ - Existing logs/traces (if available)
38
+
39
+ ## Outputs required
40
+
41
+ Complete debugging artifacts:
42
+ 1. **Failing Test** (if applicable) - Demonstrates the exact problem
43
+ 2. **Root Cause Analysis** - Evidence-based explanation
44
+ 3. **Debug Investigation Log** - Steps taken, findings, decisions
45
+ 4. **Fix Strategy** - Minimal change to resolve only this issue
46
+ 5. **Regression Prevention** - Tests added to catch this bug type
47
+ 6. **Verification Evidence** - Proof fix works and tests pass
48
+
49
+ ## Required tests
50
+ Create or update failing tests before implementation.
51
+
52
+ ## Required fixtures
53
+ Create fixtures for expected inputs, outputs, validation notes, and recovery cases.
54
+
55
+ ## Required contract updates
56
+ Update API, agent, event, or UI contracts when public behavior changes.
57
+
58
+ ## Required codebase map updates
59
+ Update `.codebase` memory after meaningful changes.
60
+
61
+ ## Workflow
62
+
63
+ ### Phase 1: Problem Isolation (RED state)
64
+ ```yaml
65
+ 1. Understand the Problem:
66
+ - Read error message completely
67
+ - Identify exact failing line or assertion
68
+ - Check reproduction steps
69
+ - Gather logs/traces
70
+
71
+ 2. Run Investigation Checklist:
72
+ - Review checklists/test-failure-debug.md OR
73
+ - Review checklists/production-bug-debug.md OR
74
+ - Review checklists/flaky-test-investigation.md
75
+
76
+ 3. Select Appropriate Playbook:
77
+ - Unit test failure → playbooks/unit-test-failures.md
78
+ - Integration test failure → playbooks/integration-test-failures.md
79
+ - E2E test failure → playbooks/e2e-test-failures.md
80
+ - Runtime error → playbooks/runtime-errors.md
81
+
82
+ 4. Isolate the Failure:
83
+ - Run single failing test only
84
+ - Check test setup/teardown
85
+ - Verify mock setup is correct
86
+ - Confirm test is deterministic (not flaky)
87
+ ```
88
+
89
+ ### Phase 2: Root Cause Analysis (Investigation)
90
+ ```yaml
91
+ 1. Gather Evidence:
92
+ - Console output / logs
93
+ - Stack traces
94
+ - Variable states at failure point
95
+ - Recent code changes
96
+ - Git blame on relevant lines
97
+
98
+ 2. Form Hypotheses:
99
+ - "Expected A, got B because..."
100
+ - Test scenario mismatch?
101
+ - Data state issue?
102
+ - Timing/race condition?
103
+ - Wrong assumption in test?
104
+
105
+ 3. Verify Hypothesis:
106
+ - Add debug logging
107
+ - Check actual values vs expected
108
+ - Review git history
109
+ - Search for similar patterns in codebase
110
+
111
+ 4. Document Findings:
112
+ - Use templates/debug-investigation-log.md
113
+ - Record evidence collected
114
+ - Document hypothesis progression
115
+ - Note dead-ends and what ruled them out
116
+ ```
117
+
118
+ ### Phase 3: Fix & Verification (GREEN state)
119
+ ```yaml
120
+ 1. Implement Minimal Fix:
121
+ - Change ONLY what's necessary
122
+ - Don't refactor other code
123
+ - Don't optimize prematurely
124
+ - Verify fix is isolated
125
+
126
+ 2. Verify Fix:
127
+ - Run single failing test → should PASS
128
+ - Run full test suite → all should PASS
129
+ - Check for new warnings/errors
130
+ - Verify no debug code left
131
+
132
+ 3. Prevention & Regression:
133
+ - Create test catching this bug
134
+ - Add similar patterns to test suite
135
+ - Document in RECOVERY_POINTS.md
136
+ - Update relevant playbook if needed
137
+
138
+ 4. Code Review:
139
+ - Is fix minimal?
140
+ - Are tests adequate?
141
+ - Any debug logs left?
142
+ - Any dead code introduced?
143
+ ```
144
+
145
+ ### Phase 4: Reflect & Document (IMPROVE state)
146
+ ```yaml
147
+ 1. Root Cause Lesson:
148
+ - Was this preventable by test?
149
+ - Should contract/spec have caught this?
150
+ - Architecture issue or implementation error?
151
+ - How to prevent similar bugs?
152
+
153
+ 2. Pattern Documentation:
154
+ - Add to observability/debug-commands.md if new pattern
155
+ - Update playbook with new discovery
156
+ - Document in .codebase/RECOVERY_POINTS.md
157
+
158
+ 3. Team Communication:
159
+ - File decision log in observability/agent-runs/
160
+ - Note for code review process
161
+ - Update documentation if behavior changed
162
+ ```
163
+
164
+ ## Auto-Trigger Workflow (Post /fix-bug)
165
+
166
+ When `/fix-bug` completes successfully:
167
+
168
+ ```yaml
169
+ Hook: PostToolUse → "/fix-bug completed"
170
+ Action: Activate genesis-debug-guide
171
+
172
+ 1. Fix Verification (5 min):
173
+ - Run: npm test (or equivalent)
174
+ - Check: All tests pass
175
+ - Check: No debug logs in code
176
+ - Check: Changed files reviewed
177
+
178
+ 2. Coverage Check (3 min):
179
+ - Verify: Test for bug exists
180
+ - Verify: Test fails without fix
181
+ - Verify: Test passes with fix
182
+ - Verify: Related tests still pass
183
+
184
+ 3. Regression Prevention (5 min):
185
+ - Scan: Similar patterns in codebase
186
+ - Add: Tests for edge cases
187
+ - Document: In RECOVERY_POINTS.md
188
+
189
+ 4. Completion (2 min):
190
+ - Mark: /fix-bug as verified
191
+ - Create: Debug investigation log
192
+ - Update: CURRENT_STATE.md
193
+ ```
194
+
195
+ ## Debugging Playbooks
196
+
197
+ ### Unit Test Failures
198
+ **File**: `playbooks/unit-test-failures.md`
199
+
200
+ Debugging strategy:
201
+ 1. **Isolation**: Run single test with debug output
202
+ 2. **Mock Verification**: Check all mocks are set up correctly
203
+ 3. **Assertion Analysis**: Verify assertion is testing right thing
204
+ 4. **State Issues**: Check for shared state between tests
205
+ 5. **Implementation Review**: Verify code matches test expectations
206
+
207
+ ### Integration Test Failures
208
+ **File**: `playbooks/integration-test-failures.md`
209
+
210
+ Debugging strategy:
211
+ 1. **Contract Validation**: Verify API contract matches implementation
212
+ 2. **Database State**: Check DB setup/teardown between tests
213
+ 3. **External Services**: Verify mocks for external APIs
214
+ 4. **Event Order**: Check sequence assumptions
215
+ 5. **Rollback Safety**: Ensure test cleanup is complete
216
+
217
+ ### E2E Test Failures
218
+ **File**: `playbooks/e2e-test-failures.md`
219
+
220
+ Debugging strategy:
221
+ 1. **Visual Inspection**: Take screenshot at failure point
222
+ 2. **Timing Issues**: Check for race conditions with waits
223
+ 3. **Element Locators**: Verify selectors haven't changed
224
+ 4. **State Setup**: Ensure test data exists
225
+ 5. **Environment**: Verify test env matches expectations
226
+
227
+ ### Runtime Errors
228
+ **File**: `playbooks/runtime-errors.md`
229
+
230
+ Debugging strategy:
231
+ 1. **Stack Trace Analysis**: Follow call stack backward
232
+ 2. **State Inspection**: Log variable values at each step
233
+ 3. **Observability**: Enable debug logging + traces
234
+ 4. **Reproduction**: Create minimal test case
235
+ 5. **Pattern Search**: Find similar errors in codebase
236
+
237
+ ## Checklists
238
+
239
+ ### Test Failure Debug Checklist
240
+ **File**: `checklists/test-failure-debug.md`
241
+
242
+ Pre-debugging verification:
243
+ - [ ] Error message read completely
244
+ - [ ] Test run in isolation (single test only)
245
+ - [ ] No environment variables affecting test
246
+ - [ ] Test is deterministic (not flaky)
247
+ - [ ] Git status clean (no uncommitted changes)
248
+ - [ ] Dependencies are up to date
249
+
250
+ ### Production Bug Debug Checklist
251
+ **File**: `checklists/production-bug-debug.md`
252
+
253
+ Production-specific considerations:
254
+ - [ ] Bug reproduced in staging first
255
+ - [ ] User impact assessed
256
+ - [ ] Hotfix vs regular release decision made
257
+ - [ ] Rollback strategy documented
258
+ - [ ] Monitoring/alerts configured
259
+ - [ ] Data integrity checked
260
+
261
+ ### Flaky Test Investigation Checklist
262
+ **File**: `checklists/flaky-test-investigation.md`
263
+
264
+ Flaky test specific:
265
+ - [ ] Test failure rate documented
266
+ - [ ] Failure patterns identified (timing? state?)
267
+ - [ ] Test history reviewed (when did it start?)
268
+ - [ ] Dependencies isolated
269
+ - [ ] Timing assumptions verified
270
+ - [ ] Race condition ruled out/confirmed
271
+
272
+ ## Templates
273
+
274
+ ### Debug Investigation Log
275
+ **File**: `templates/debug-investigation-log.md`
276
+
277
+ Structure for documenting investigation:
278
+ ```
279
+ ## Bug Summary
280
+ - What: [describe bug]
281
+ - Impact: [user-facing? data loss? blocking?]
282
+ - Reproducibility: [consistent? flaky? specific conditions?]
283
+
284
+ ## Investigation Steps
285
+ 1. [What I tried]
286
+ - Findings: [what I learned]
287
+ - Eliminated: [what I ruled out]
288
+
289
+ 2. [Next thing I tried]
290
+ - Findings: ...
291
+
292
+ ## Root Cause
293
+ - Explanation: [why bug occurred]
294
+ - Evidence: [logs, stack traces, test output]
295
+ - Contributing Factors: [what made this happen]
296
+
297
+ ## Fix Applied
298
+ - Change: [what code was modified]
299
+ - Why: [why this fixes the root cause]
300
+ - Risk: [could this break anything?]
301
+
302
+ ## Verification
303
+ - Test: [failing test now passes]
304
+ - Coverage: [what edge cases tested]
305
+ - Regression: [similar patterns checked]
306
+
307
+ ## Lessons
308
+ - Prevention: [how to prevent similar bugs]
309
+ - Process: [what process improvement needed]
310
+ - Documentation: [what docs need updating]
311
+ ```
312
+
313
+ ## Observability
314
+
315
+ ### Debug Commands
316
+ **File**: `observability/debug-commands.md`
317
+
318
+ By language:
319
+ - **Node.js**: `console.debug()`, `console.trace()`, Chrome DevTools
320
+ - **Python**: `pdb.set_trace()`, `logging.DEBUG`
321
+ - **Ruby**: `binding.pry`, `byebug`
322
+ - **PHP**: `var_dump()`, `xdebug`
323
+ - **Go**: `fmt.Printf()`, `dlv debugger`
324
+
325
+ ### Inspection Workflows
326
+ **File**: `observability/inspection-workflows.md`
327
+
328
+ Common scenarios:
329
+ - "API returns wrong data" → trace data through layers
330
+ - "Test fails intermittently" → add timing logs
331
+ - "Performance degraded" → profile + identify bottleneck
332
+ - "State corruption" → log state changes + assertions
333
+
334
+ ## Token saving rules
335
+
336
+ When debugging:
337
+ 1. Don't repeat full error logs - summarize key part
338
+ 2. Don't paste entire test file - focus on failing part
339
+ 3. Reference existing RECOVERY_POINTS.md patterns
340
+ 4. Link to existing playbooks instead of re-explaining
341
+ 5. Cache investigation findings in memory between runs
342
+
343
+ ## Acceptance criteria
344
+
345
+ Debug work is complete when:
346
+ - ✅ Failing test clearly demonstrates bug
347
+ - ✅ Root cause documented with evidence
348
+ - ✅ Fix is minimal (only changes needed for bug)
349
+ - ✅ Test passes with fix, fails without it
350
+ - ✅ No debug code left in implementation
351
+ - ✅ Related tests added for regression prevention
352
+ - ✅ Investigation log saved for team reference
353
+ - ✅ Similar bugs searched in codebase
354
+ - ✅ Prevention strategy documented
355
+
356
+ ## Common mistakes
357
+
358
+ ❌ **Don't**:
359
+ - Jump to fix without understanding root cause
360
+ - Leave debug logging in production code
361
+ - Refactor code while fixing bug (separate concerns)
362
+ - Trust one test run - verify consistently
363
+ - Skip regression prevention
364
+ - Assume environment (specify exact OS, Node version, etc.)
365
+ - Fix the symptom, not the cause
366
+
367
+ ✅ **Do**:
368
+ - Isolate test first, investigate second
369
+ - Form hypothesis BEFORE changing code
370
+ - Run full test suite after fix
371
+ - Add test that catches this bug
372
+ - Document investigation findings
373
+ - Verify fix on multiple runs
374
+ - Check for similar patterns in codebase
375
+
376
+ ## Recovery workflow
377
+
378
+ If debugging effort exceeds 30 minutes:
379
+
380
+ ```yaml
381
+ 1. Pause & Document:
382
+ - Save current investigation in debug-investigation-log.md
383
+ - Save all findings and failed hypotheses
384
+ - Record exact error, environment, repro steps
385
+
386
+ 2. Escalate:
387
+ - Check .codebase/RECOVERY_POINTS.md for similar patterns
388
+ - Review observability/failures/ for related issues
389
+ - Ask architecture-to-execution agent for pattern analysis
390
+
391
+ 3. Alternative Approach:
392
+ - Try opposite hypothesis
393
+ - Check error in different environment
394
+ - Isolate smaller component
395
+ - Add more extensive logging
396
+
397
+ 4. Team Help:
398
+ - Use investigation log for code review
399
+ - Ask other developers if seen similar issue
400
+ - Check GitHub issues/PRs for related bugs
401
+ ```
402
+
403
+ ## Integration with Genesis Harness
404
+
405
+ **Works with**:
406
+ - `genesis-harness` - Auto-triggers after `/fix-bug`
407
+ - `genesis-research` - Research best debugging practices for language
408
+ - `genesis-testing` - Helps understand test structure
409
+ - `spec-impact-engine` - Identifies if fix cascades to other phases
410
+
411
+ **Workflows**:
412
+ - `/fix-bug description` → [fix implementation] → **[debug-guide auto-triggers]** → verification complete
413
+ - Test failure → Manual `/debug` → debug-guide activates → systematic investigation
414
+ - Production alert → `/debug production-issue` → Root cause analysis → Fix planned
415
+
416
+ ## File Locations
417
+
418
+ ```
419
+ .codex/skills/genesis-debug-guide/
420
+ ├── SKILL.md (this file)
421
+ ├── checklists/
422
+ │ ├── test-failure-debug.md
423
+ │ ├── production-bug-debug.md
424
+ │ └── flaky-test-investigation.md
425
+ ├── playbooks/
426
+ │ ├── unit-test-failures.md
427
+ │ ├── integration-test-failures.md
428
+ │ ├── e2e-test-failures.md
429
+ │ └── runtime-errors.md
430
+ ├── templates/
431
+ │ ├── debug-investigation-log.md
432
+ │ └── root-cause-analysis.md
433
+ └── observability/
434
+ ├── debug-commands.md
435
+ └── inspection-workflows.md
436
+ ```
437
+
438
+ ## Examples
439
+
440
+ ### Example 1: Unit Test Failure
441
+ ```
442
+ User: Test failing - expecting array length 5 but got 3
443
+
444
+ Debug workflow:
445
+ 1. Run test in isolation
446
+ 2. Add console.log to see actual array
447
+ 3. Review test setup - found mock returning incomplete data
448
+ 4. Fix mock setup
449
+ 5. Verify test passes
450
+ 6. Add more assertions for future
451
+ → Debug guide surfaces: "Mock setup issue" pattern → update checklists
452
+ ```
453
+
454
+ ### Example 2: Flaky Test
455
+ ```
456
+ User: Test fails ~20% of the time, seems random
457
+
458
+ Debug workflow:
459
+ 1. Add timestamps to debug output
460
+ 2. Pattern found: Timing-dependent assertion
461
+ 3. Add explicit wait for async operation
462
+ 4. Verify test passes 10x consecutively
463
+ 5. Add to flaky test playbook
464
+ → Debug guide suggests: Add timeouts + waiting
465
+ ```
466
+
467
+ ### Example 3: Production Bug
468
+ ```
469
+ User: /fix-bug "API returns 500 on payment endpoint"
470
+
471
+ Debug workflow:
472
+ 1. Check logs - database connection error
473
+ 2. Review recent changes
474
+ 3. Found missing connection retry logic
475
+ 4. Add exponential backoff
476
+ 5. Test with simulated failures
477
+ 6. Deploy with monitoring
478
+ → Debug guide auto-verifies: All tests pass, no regressions
479
+ ```
@@ -0,0 +1,7 @@
1
+ interface:
2
+ display_name: "Debug Guide Skill"
3
+ short_description: "Systematic debugging for test failures and production bugs"
4
+ default_prompt: "Use $genesis-debug-guide to debug this issue systematically with root cause analysis."
5
+
6
+ policy:
7
+ allow_implicit_invocation: true